[Ffmpeg-devel] Q: hot to encode avi to DVVideo?
Zinetz Victor
mail
Fri Dec 2 12:37:08 CET 2005
Hi all
First, i create avi file with output_example.avi. Now i try encode video to
dvvideo:
ffmpeg.exe -y -i d.avi dest.dv
Result:
== output begin ============
ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-shared --enable-memalign-hack --enable-mingw32 --enable-mp3lame
built on Nov 21 2005 17:58:30, gcc: 3.4.2 (mingw-special)
Input #0, avi, from 'd.avi':
Duration: 00:00:05.0, start: 0.000000, bitrate: 802 kb/s
Stream #0.0, 25.00 fps: Video: mpeg4, yuv420p, 352x288
Stream #0.1: Audio: mp2, 44100 Hz, stereo, 64 kb/s
Output #0, dv, to 'dest.dv':
Stream #0.0, -1.#J fps: Video: dvvideo, yuv420p, 352x288, q=2-31, 200 kb/s
Stream #0.1: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[dv @ 00696CD4]Can't initialize DV format!
Make sure that you supply exactly two streams:
video: 25fps or 29.97fps, audio: 2ch/48Khz/PCM
Could not write header for output file #0 (incorrect codec parameters ?)
== output end ============
What's wrong?
wbr, Victor
More information about the ffmpeg-devel
mailing list