[FFmpeg-devel] RFC - Uncompressed MP4

Devon Sookhoo devonsookhoo14 at gmail.com
Fri Oct 4 02:33:12 EEST 2024


Sounds good, I will put together a complete implementation with crs tests
for submission. Once completed, I envision the following command to work:

$ ffmpeg  -i input.mp4  -c:v rawvideo  output.mp4

Does this warrant a new mpeg_rawenc.c file under /libavcodec? Or should an
existing file be extended? There are many similar files such as
mpeg4videoenc.c and mpegvideo_enc.c.



On Thu, Oct 3, 2024 at 1:08 PM Tomas Härdin <git at haerdin.se> wrote:

> > > As suggested, this next patch uses av_pix_fmt_desc_get() to get the
> > > nb_components
> > >
> > > What is considered sufficient for testing? Is this done by running
> > > fate?
> >
> > I mean adding tests to FATE. Are there any reference files we could
> > use?
>
> Wups, I forgot this is a muxer patch, so reference files make little
> sense. Still, crc tests should be added
>
> /Tomas
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list