Log in

View Full Version : How to encode to HUFFYUV or Uncompressed


squadjot
15th September 2008, 17:30
Hi

I'd like to use FFMPEG to encode any video to HUFFYUV or uncompressed keeping the pixel size and framerate.

Is that possible?

Thnx

Placio74
15th September 2008, 17:58
Hmm...?
ffmpeg -i name_file.avi -vcodec huffyuv -an new_name_file.avi

Look at FFmpeg docs.

Any video? Maybe not. However supported by FFmpeg or... by installed codecs and decoders in system (Windows) if used Avisynth script.

squadjot
15th September 2008, 19:07
Thank you