Log in

View Full Version : raw yuv input?


Warpman
8th February 2007, 20:44
hi guys,
i have a simple question:
i want to use a raw yv12 stream created with avidemux ...
but x264 told me, i need to specify the resolution which of cause makes sence if using a raw stream... but i could find the switch to specify the resolution ... i tried --longhelp but maybe i just missed it :(

:stupid:

AlexW
8th February 2007, 21:07
There is no switch, you can just put the resolution directly into your commandline, eg. x264.exe foreman.yuv 352x288 -o out.mp4
or you can rename your .yuv files so that they include the resolution in their file name, eg. x264.exe foreman352x288.yuv -o out.mp4

Warpman
8th February 2007, 21:37
ah i wasn´t aware of that! thank you!
:goodpost: