Sirber
5th July 2004, 03:23
E:\Projets\RealAnime CLX\output\ffmpeg\win32>ffmpeg -i E102.avi -vcodec rawvideo
-acodec pcm_u16be test.avi
Input #0, avi, from 'E102.avi':
Duration: 00:23:04.5, bitrate: 1393 kb/s
Stream #0.0: Video: mpeg4, 640x480, 23.98 fps
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Output #0, avi, to 'test.avi':
Stream #0.0: Video: rawvideo, yuv420p, 640x480, 23.98 fps, q=2-31, 200 kb/s
Stream #0.1: Audio: pcm_u16be, 48000 Hz, stereo, 1536 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Could not write header for output file #0 (incorrect codec paramters ?)
What am I doing wrong?
-acodec pcm_u16be test.avi
Input #0, avi, from 'E102.avi':
Duration: 00:23:04.5, bitrate: 1393 kb/s
Stream #0.0: Video: mpeg4, 640x480, 23.98 fps
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Output #0, avi, to 'test.avi':
Stream #0.0: Video: rawvideo, yuv420p, 640x480, 23.98 fps, q=2-31, 200 kb/s
Stream #0.1: Audio: pcm_u16be, 48000 Hz, stereo, 1536 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Could not write header for output file #0 (incorrect codec paramters ?)
What am I doing wrong?