Hello, I would like to convert my YouTube videos to .flac and take the metadata with me. For the conversion I use a batch script with the following command: ffmpeg -i "%%f" -ab 320k -map_metadata:g:0 0:s:0 However, I don't manage to edit all kinds of files like this (probably due to the fact that I don't really understand the mechanism of the map_metadata function and its papameters). Either the metadata of .m4a files or from the others is missing. I think it's the g (global) and s (stream) parameters. How can I fix this? The goal is to convert all files with different file extenions to .flac and keep the matadata. For downloading I use youtube-dl.exe -x --add-metadata --no-mtime -o
Regards Andi _______________________________________________ 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".
