neoragexxx
17th June 2011, 12:14
Hello,
I am trying to encode using the command
ffmpeg -s cif -r 30 -b 64000 -bt 3200 -g 30 -i foreman_cif.yuv -vf "format=yuv420p" -vcodec mpeg4 foreman_cif.m4v
but i get the errors:
[rawvideo @ 0xa3b7720] Pixel format was not specified and cannot be detected
[rawvideo @ 0xa3b5b60] Could not find codec parameters (Video: rawvideo, 352x288)
[rawvideo @ 0xa3b5b60] Estimating duration from bitrate, this may be inaccurate
foreman_cif.yuv: could not find codec parameters
I have the latest ffmpeg installed, any help will be appreciated
I am trying to encode using the command
ffmpeg -s cif -r 30 -b 64000 -bt 3200 -g 30 -i foreman_cif.yuv -vf "format=yuv420p" -vcodec mpeg4 foreman_cif.m4v
but i get the errors:
[rawvideo @ 0xa3b7720] Pixel format was not specified and cannot be detected
[rawvideo @ 0xa3b5b60] Could not find codec parameters (Video: rawvideo, 352x288)
[rawvideo @ 0xa3b5b60] Estimating duration from bitrate, this may be inaccurate
foreman_cif.yuv: could not find codec parameters
I have the latest ffmpeg installed, any help will be appreciated