Re: [FFmpeg-devel] Adding MPEGS New Uncompressed Codec

2024-09-22 Thread Marth64
Hi, I recommend to review the Contributing guide https://ffmpeg.org/developer.html#Introduction Generally the process consists of organizing your commits nicely and using git to format as patch files, then email them to this address. Best of luck! ___ f

[FFmpeg-devel] Adding MPEGS New Uncompressed Codec

2024-09-19 Thread Devon Sookhoo
Hello, I am interested in FFMPEG playing uncompressed MP4 files according to the new ISO/IEC 23001-17:2024 standard here: https://www.iso.org/standard/82528.html I am new to FFMPEG, but was able to create a draft implementation here: https://github.com/FFmpeg/FFmpeg/compare/master...dukesook:FFmp