Brooke Vibber :blobcatcoffee: on Nostr: so fun fact: the various iso bmff/mp4/mov flavors are handled by the same muxer ...
so fun fact: the various iso bmff/mp4/mov flavors are handled by the same muxer implementation in ffmpeg, but they have different preferences not only about what codecs are allowed but how to mark them, so you need to use the right one
if your transcode workflow saves with "-f mp4" and has an mp3 audio track, it'll get marked as mp4a.something, while if it's done with "-f mov" it'll get marked as ".mp3"
quicktime player / safari will play the latter but skip the audio on the former
*headdesk*
if your transcode workflow saves with "-f mp4" and has an mp3 audio track, it'll get marked as mp4a.something, while if it's done with "-f mov" it'll get marked as ".mp3"
quicktime player / safari will play the latter but skip the audio on the former
*headdesk*