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 <[email protected]> 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
