MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Support of DPX RGB 12-bit Packed BE vflip #390

Closed JeromeMartinez closed 1 year ago

JeromeMartinez commented 1 year ago

Note: as FFmpeg does not support detection of DPX bottom to top scan, we manually force vertical flip for FFmpeg encoding. We also force check because FFmpeg may support detection of bottom to top scan in the future and there will be too many vertical flip in that case (todo: detection of FFmpeg support of detection of bottom to top scan).