Hello: I have a problem with wmv coded in ffmpeg I need some help because I can't find how I can install this codec in my linux sever Thanks Luis
Luis Villarino wrote:
Hello:
I have a problem with wmv coded in ffmpeg
I need some help because I can't find how I can install this codec in my linux sever
Thanks
Luis
How on earth do you expect anyone to help when you don't even try to expain your problem. MvH Benjamin Larsson -- new tiny signature
I tray to convert one video in wmv in flv format [root at sever1 testing]# ffmpeg -i 2.wmv -ar 22050 -ab 32 -f flv -s 320x320 2.flv FFmpeg version SVN-r5725, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-gpl --enable-mp3lame --enable-shared --prefix=/usr libavutil version: 49.0.0 libavcodec version: 51.10.0 libavformat version: 50.4.0 built on Jul 12 2006 15:54:11, gcc: 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 29.83 (179/6) Input #0, asf, from '2.wmv': Duration: 00:04:08.1, start: 1.579000, bitrate: 1861 kb/s Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 160 kb/s Stream #0.1: Video: WMV3 / 0x33564D57, 640x480, 29.83 fps(r) File '2.flv' already exists. Overwrite ? [y/N] y Output #0, flv, to '2.flv': Stream #0.0: Video: flv, yuv420p, 320x320, q=2-31, 200 kb/s, 29.83 fps(c) Stream #0.1: Audio: mp3, 22050 Hz, stereo, 32 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Unsupported codec (id=74) for input stream #0.1 [root at sever1 testing]# And I received this message Unsupported codec (id=74) for input stream #0.1 I have a server with Fedora core 3,lame, ffmpeg, Ruby,fitool2, ffmpeg-php, mysql, apache Thanks -----Original Message----- From: ffmpeg-user-bounces at mplayerhq.hu [mailto:ffmpeg-user-bounces at mplayerhq.hu] On Behalf Of Benjamin Larsson Sent: Monday, July 17, 2006 12:51 PM To: FFMpeg user questions and RTFMs Subject: Re: [Ffmpeg-user] ffmpeg wmv codec problem Luis Villarino wrote:
Hello:
I have a problem with wmv coded in ffmpeg
I need some help because I can't find how I can install this codec in my
linux sever
Thanks
Luis
How on earth do you expect anyone to help when you don't even try to expain your problem. MvH Benjamin Larsson -- new tiny signature _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
Hi Luis, I followed this tutorial to get WMVs working on my ffmpeg build; http://www.richardgoodwin.com/wp/2006/02/15/building-ffmpeg-to-support-windo... Good luck. Greetings, Joris Luis Villarino schreef:
I tray to convert one video in wmv in flv format
[root at sever1 testing]# ffmpeg -i 2.wmv -ar 22050 -ab 32 -f flv -s 320x320 2.flv
FFmpeg version SVN-r5725, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-gpl --enable-mp3lame --enable-shared --prefix=/usr
libavutil version: 49.0.0
libavcodec version: 51.10.0
libavformat version: 50.4.0
built on Jul 12 2006 15:54:11, gcc: 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 29.83 (179/6)
Input #0, asf, from '2.wmv':
Duration: 00:04:08.1, start: 1.579000, bitrate: 1861 kb/s
Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 160 kb/s
Stream #0.1: Video: WMV3 / 0x33564D57, 640x480, 29.83 fps(r)
File '2.flv' already exists. Overwrite ? [y/N] y
Output #0, flv, to '2.flv':
Stream #0.0: Video: flv, yuv420p, 320x320, q=2-31, 200 kb/s, 29.83 fps(c)
Stream #0.1: Audio: mp3, 22050 Hz, stereo, 32 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
Unsupported codec (id=74) for input stream #0.1
[root at sever1 testing]#
And I received this message Unsupported codec (id=74) for input stream #0.1
I have a server with Fedora core 3,lame, ffmpeg, Ruby,fitool2, ffmpeg-php, mysql, apache
Thanks
-----Original Message----- From: ffmpeg-user-bounces at mplayerhq.hu [mailto:ffmpeg-user-bounces at mplayerhq.hu] On Behalf Of Benjamin Larsson Sent: Monday, July 17, 2006 12:51 PM To: FFMpeg user questions and RTFMs Subject: Re: [Ffmpeg-user] ffmpeg wmv codec problem
Luis Villarino wrote:
Hello:
I have a problem with wmv coded in ffmpeg
I need some help because I can't find how I can install this codec in my
linux sever
Thanks
Luis
How on earth do you expect anyone to help when you don't even try to
expain your problem.
MvH
Benjamin Larsson
Hi Folks, I have a question on interleaving of Audio and Video with ffmpeg. By default are the tracks interleaved or are there specific options to force this. The command line I'm using is ffmpeg -y -i $1 -vcodec xvid -pass 1 -me full -refs 3 -subq 5 -b 500 -rc_max_rate 500 -rc_buffer_size 244 -s 320x240 -r 23.98 -ac 2 -max_b_frames 0 -level 13 -f avi /dev/null && ffmpeg -y -i $1 -vcodec xvid -pass 2 -me full -refs 3 -subq 5 -b 500 -rc_max_rate 500 -rc_buffer_size 244 -s 320x240 -r 23.98 -ac 2 -max_b_frames 0 -level 13 -f avi -acodec mp3 -ar 48000 -ab 160 $2 and I'm using SVN-r6003. I do not see any errors during encoding (I can include the output if needed). If I try to play the file locally everything is fine, but when I try to play using a HTTP URL to the file, the Video plays but there is no audio. I appreciate any input or pointers. Thank You. Vinod Nagarajan Email: vinod1000 at yahoo.com
Vinod Nagarajan wrote:
Hi Folks,
I have a question on interleaving of Audio and Video with ffmpeg. By default are the tracks interleaved or are there specific options to force this.
The command line I'm using is
ffmpeg -y -i $1 -vcodec xvid -pass 1 -me full -refs 3 -subq 5 -b 500 -rc_max_rate 500 -rc_buffer_size 244 -s 320x240 -r 23.98 -ac 2 -max_b_frames 0 -level 13 -f avi /dev/null && ffmpeg -y -i $1 -vcodec xvid -pass 2 -me full -refs 3 -subq 5 -b 500 -rc_max_rate 500 -rc_buffer_size 244 -s 320x240 -r 23.98 -ac 2 -max_b_frames 0 -level 13 -f avi -acodec mp3 -ar 48000 -ab 160 $2
and I'm using SVN-r6003.
I do not see any errors during encoding (I can include the output if needed).
Please do so *always*.
If I try to play the file locally everything is fine, but when I try to play using a HTTP URL to the file, the Video plays but there is no audio.
What does ffmpeg -i http://yoururlhere say?
I appreciate any input or pointers.
Thank You.
Vinod Nagarajan Email: vinod1000 at yahoo.com
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
-- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:mbardiaux at mediaxim.be Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/
participants (5)
-
banan@student.ltu.se -
joris@geenstijl.nl -
luis@friendlycomputers.com -
mbardiaux@mediaxim.be -
vinod1000@yahoo.com