Ich habe versucht ein ein Flash-Video in ein anderes Format umzu wandeln:
Code:
hwippich@KanotixBox:~/documents/my_video$ ffmpeg -i Bizzare\ Contortion\ Routine.flv Bizzare\ Contortion\ Routine.mpg
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-gpl --enable-pp --enable-pthreads --enable-vorbis --enable-libogg --enable-a52 --enable-dts --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 0d.49.0.0
libavcodec version: 0d.51.11.0
libavformat version: 0d.50.5.0
built on Sep 25 2006 13:00:42, gcc: 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)
Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 10.00 (10/1)
Input #0, flv, from 'Bizzare Contortion Routine.flv':
Duration: 00:01:57.5, bitrate: N/A
Stream #0.0: Audio: mp3, 22050 Hz, mono
Stream #0.1: Video: flv, yuv420p, 320x240, 10.00 fps(r)
Output #0, mpeg, to 'Bizzare Contortion Routine.mpg':
Stream #0.0: Video: mpeg1video, yuv420p, 320x240, q=2-31, 200 kb/s, 10.00 fps(c)
Stream #0.1: Audio: mp2, 22050 Hz, mono, 64 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
[mpeg1video @ 0xb7e6c9a8]MPEG1/2 does not support 10/1 fps
Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
Was mache ich hier falsch? "man ffmpeg" hilft mir auch nicht weiter, alles in englisch,
Kann mir jemand helfen?
Danke |