On Mon, Mar 01, 2021 at 15:17:40 +0100, PPRJ01 wrote: > But ... I don't understand what you are planning to do.
I'm not planning to do anything. I checked whether this could easily be fixed, but it cannot with my knowledge. > Please tell me if I'm right or wrong : > - ffprobe/ffmpeg will display the data contained in the "name" atom to > stdout/stderr No. When reading a file, ffmpeg does not understand it. > BUT > - ffmpeg will NOT be able to copy the audio stream "title" to a new MP4 > output file by using the -c copy option Correct, ffmpeg does not understand your title when reading, and can therefore also not convey it to an output file. An ffmpeg developer, especially one who knows their way around atoms, might be able to fix this. (I can give more details what my issues were, if anyone picks this up.) Moritz _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
