[Libav-user] Encoding depth video from Kinect

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Feb 11 23:50:44 CET 2012


Daniel Henell <henell at ...> writes:

> ffmpeg -r10 -i data/d-%06d.pgm -sameq -vsync1 -vcodec ffv1 vid.mov

For 16bit encoding, "-coder 1" is needed.
(FFmpeg's output tells you anyway.)

> Is ffv1 really supporting GRAY16?

It was only supported since shorty before you wrote your mail 
(which I didn't realize), but did not work in all cases:
A problem that made encoding difficult (it did not work with above 
command line) has been fixed, please test current git head!

Carl Eugen



More information about the Libav-user mailing list