[FFmpeg-devel] RFC - Uncompressed MP4
Tomas Härdin
git at haerdin.se
Wed Oct 2 17:37:28 EEST 2024
tis 2024-10-01 klockan 18:53 -0600 skrev Devon Sookhoo:
> Hello,
>
> I attached the .patch so hopefully this is easier for you to apply.
> The
> patch itself isn't very impressive, but is intended to be the first
> of a
> series of contributions to generate uncompressed MP4 video. I'm
> hoping to
> spark interest and receive some guidance on this task moving forward.
mov_write_uncC_tag() doesn't seem to be called from anywhere
> + if (version == 1) {
> + return update_size(pb, pos);
> + }
This isn't necessary since you fall through to return update_size(pb,
pos); further down
If you use information from av_pix_fmt_desc_get() then you could
support multiple pixel formats instead of just RGB
Tests are also needed
/Tomas
More information about the ffmpeg-devel
mailing list