Hi, I'm using the ffmpeg CLI to pre-process AVC and HEVC MP4s. Part of that pre-processing involves moving the 'moov' atom to the head of the MP4. The 'moov' atom contains a 'udta' with metadata I would like to preserve. The 'moov/udta' atom is being dropped when calling:
ffmpeg -i source.mp4 -c copy -movflags +faststart faststart.mp4 https://trac.ffmpeg.org/ticket/6800 seems to be related, but I thought I would double check to see if the ffmpeg CLI has the capability to preserve the 'udta' atom before digging into the source. Thank you, - Julian _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
