Hello,
From the file TEST.MOV a Uncompressed 10-bit 4:2:2 1920x1080 25fps I want to make an MPEG2 in the same dimensions.
Encoding in FFmpegx doesnt do the trick... It does when the checkboxed "decode with QT" is activated but somehow it resizes the frame from 1920x1080 to 1440x1080... I cant find a solution to solve that.
So I went into the Terminal and tried to solve it with encoding within the commandline...
even the most simple command line: ffmpeg -i TEST.MOV TEST.MPG
gives this result: Unsupported codec (id=0) for input stream #0.0
If I use a MP4 there is no problem... So can someone tell me how to get FFmpeg recognize and decode the Uncompressed file...
Thanxs
Pj
Results 1 to 2 of 2
-
-
I am getting a similar when I do not check the decode with quicktime option
Output #0, yuv4mpegpipe, to 'pipe:':
Stream #0.0, 29.97 fps(c): Video: rawvideo, 1920x1080, q=2-31, 200 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Unsupported codec (id=0) for input stream #0.0
x264 [info]: final ratefactor: 59.77
x264 [warning]: width or height not divisible by 16 (1920x1080), compression will suffer.
x264 [info]: using SAR=1000/1001
x264 [error]: empty stats file
x264_encoder_open failed
RE: Resizing the video -- I have an input video of 1440x1080 (HDV in all its lovely oddities) in AIC formt (probably exactly the same as you)
I go to the video tab
Video Size: 1920 x 1080
Autosize: 16:9
Framerate 29.97
Seems to work for me.
Similar Threads
-
Win 64 bit - Quicktime - Adobe 64 bit
By beavereater in forum ComputerReplies: 1Last Post: 7th Nov 2011, 08:18 -
Uncompressed AVI to Quicktime H264
By Simmons in forum Video ConversionReplies: 7Last Post: 3rd Aug 2011, 19:15 -
quicktime plug in for 10 bit (4:2:2) Uncompressed
By privor in forum MacReplies: 1Last Post: 24th Nov 2008, 11:29 -
uncompressed 10-bit...
By zmusic in forum ffmpegX general discussionReplies: 4Last Post: 13th May 2008, 20:30 -
Uncompressed quicktime to flv conversion
By Ian J Richards in forum ffmpegX general discussionReplies: 6Last Post: 6th Nov 2007, 01:21