Log in

View Full Version : Decoding H.264 lossless (4:4:4 predictive)


mdw
27th June 2010, 11:05
I've got an idea to use x264 in lossless mode for some archival purposes. The encoding and playing is OK, but I have the problem, that I cannot decode the output for use in AviSynth. DGAVCIndex does not seem to support it. Any known solutions?

Dark Shikari
27th June 2010, 11:17
Both CoreAVC and libavcodec-based decoders (ffdshow, mplayer, ffmpeg, ffmpegsource...) can handle it.

mdw
27th June 2010, 14:31
Both CoreAVC and libavcodec-based decoders (ffdshow, mplayer, ffmpeg, ffmpegsource...) can handle it.

Yeah, ffms2 works just fine, thanks for the hint.

--
mdw