LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how do i convert wmv to flv using ffmpeg? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-convert-wmv-to-flv-using-ffmpeg-383430/)

farmerjoe 11-15-2005 02:20 PM

how do i convert wmv to flv using ffmpeg?
 
I am trying to convert a .wmv file to a .flv file using ffmpeg. Has anyone ever gotten this to work correctly? When I try to convert a .wmv file to a .flv file this is the output I receive:

ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard
configuration:
built on Nov 10 2005 13:55:44, gcc: 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
[wmv3 @ 0x8359110]This decoder is not supposed to produce picture. Dont report this as a bug!
[wmv3 @ 0x8359110]Profile 1:
frmrtq_postproc=7, bitrtq_postproc=31
LoopFilter=0, MultiRes=0, FastUVMV=0, Extended MV=0
Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
DQuant=0, Quantizer mode=0, Max B frames=0

Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 25.00 (25/1)
Input #0, asf, from 'coj_fire.wmv':
Duration: 00:02:20.4, start: 3.000000, bitrate: 3350 kb/s
Stream #0.0: Audio: 0x0162, 44100 Hz, stereo, 181 kb/s
Stream #0.1, 25.00 fps: Video: wmv3, yuv420p, 800x600
Output #0, flv, to 'coj_fire.flv':
Stream #0.0, nan fps: Video: flv, yuv420p, 800x600, q=2-31, 200 kb/s
Stream mapping:
Stream #0.1 -> #0.0
[wmv3 @ 0x8359110]This decoder is not supposed to produce picture. Dont report this as a bug!
[wmv3 @ 0x8359110]Profile 1:
frmrtq_postproc=7, bitrtq_postproc=31
LoopFilter=0, MultiRes=0, FastUVMV=0, Extended MV=0
Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
DQuant=0, Quantizer mode=0, Max B frames=0
Press [q] to stop encoding
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]Transform used: 8x8
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]Transform used: 8x8
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errorss/s
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errorss/s
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errorss/s
[wmv3 @ 0x8359110]concealing 1900 DC, 1900 AC, 1900 MV errors
Segmentation fault


When I try to convert a .wmv file to a .mpg file (just for testing purposes) i receive:

ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard
configuration:
built on Nov 10 2005 13:55:44, gcc: 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
[wmv3 @ 0x8359110]This decoder is not supposed to produce picture. Dont report this as a bug!
[wmv3 @ 0x8359110]Profile 1:
frmrtq_postproc=7, bitrtq_postproc=31
LoopFilter=0, MultiRes=0, FastUVMV=0, Extended MV=0
Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
DQuant=0, Quantizer mode=0, Max B frames=0

Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 25.00 (25/1)
Input #0, asf, from 'coj_fire.wmv':
Duration: 00:02:20.4, start: 3.000000, bitrate: 3350 kb/s
Stream #0.0: Audio: 0x0162, 44100 Hz, stereo, 181 kb/s
Stream #0.1, 25.00 fps: Video: wmv3, yuv420p, 800x600
Output #0, mpeg, to 'coj_fire.mpg':
Stream #0.0, nan fps: Video: mpeg1video, yuv420p, 800x600, q=2-31, 200 kb/s
Stream #0.1: Audio: mp2, 44100 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
Unsupported codec (id=0) for input stream #0.0


Anyone have any help with this? I must figure this out!

Thanks!
-farmerjoe


All times are GMT -5. The time now is 12:43 PM.