[FFmpeg-devel] [PATCH 4/4] avformat: add Argonaut Games CVG muxer
Zane van Iperen
zane at zanevaniperen.com
Tue Feb 15 02:09:50 EET 2022
On 15/2/22 05:32, Michael Niedermayer wrote:
>> +static int argo_cvg_write_trailer(AVFormatContext *s)
>> +{
>> + ArgoCVGMuxContext *ctx = s->priv_data;
>> + int64_t ret;
>> +
>> + av_log(s, AV_LOG_TRACE, "size = %zu\n", ctx->size);
>> + av_log(s, AV_LOG_TRACE, "checksum = %u\n", ctx->checksum);
>> +
>> + /*
>> + * NB: This is wrong. We're always slightly under the original.
>> + * Verified by remuxing. For reference (orig - remuxed):
>
>> + * - TCLD.CVG: 4706074 - 4705696 = 378
>> + * - DANLOOP1.CVG: 5684641 - 5684212 = 429
>> + * - CRYS.CVG: 2495499 - 2495367 = 132
>> + * - PICKUP88.CVG: 1348091 - 1347937 = 154
>> + * - SELECT1.CVG: 549987 - 549752 = 235
>
> Are these files available somewhere ?
>
Yup, here you go: https://0x0.st/o8NK.xz
That's a .tar.xz, the extension was stripped.
Zane
More information about the ffmpeg-devel
mailing list