You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a title to the new audio track, I added this to advanced options -metadata:s:a:0 title="converted from original audio" which causes the conversion to fail. If I set the title to a single word with no quotes that works correctly. Also tried it as -metadata:s:a:0 title=\"converted from original audio\", same failure.
Full command reported in the log ffmpeg -hide_banner -loglevel info -i /storage/media/Videos/TV/The Rookie/The Rookie 5x08 [WEBDL-720p x264][EAC3 5.1][AMZN][-NTb] - The Collar.mkv -metadata:s:a:0 title=\"converted from original audio\" -disposition:a 0 -map 0:v:0 -map 0:a:0 -map 0:s:0 -map 0:s:1 -c:v:0 copy -c:a:0 ac3 -map 0:a:0 -c:a:1 copy -c:s:0 copy -c:s:1 copy -y /tmp/unmanic/unmanic_file_conversion-ezmoy-1673052470/The Rookie 5x08 [WEBDL-720p x264][EAC3 5.1][AMZN][-NTb] - The Collar-ezmoy-1673052470-WORKING-1-1.mkv
I'm trying to add a title to the new audio track, I added this to advanced options
-metadata:s:a:0 title="converted from original audio"
which causes the conversion to fail. If I set the title to a single word with no quotes that works correctly. Also tried it as-metadata:s:a:0 title=\"converted from original audio\"
, same failure.Full command reported in the log
ffmpeg -hide_banner -loglevel info -i /storage/media/Videos/TV/The Rookie/The Rookie 5x08 [WEBDL-720p x264][EAC3 5.1][AMZN][-NTb] - The Collar.mkv -metadata:s:a:0 title=\"converted from original audio\" -disposition:a 0 -map 0:v:0 -map 0:a:0 -map 0:s:0 -map 0:s:1 -c:v:0 copy -c:a:0 ac3 -map 0:a:0 -c:a:1 copy -c:s:0 copy -c:s:1 copy -y /tmp/unmanic/unmanic_file_conversion-ezmoy-1673052470/The Rookie 5x08 [WEBDL-720p x264][EAC3 5.1][AMZN][-NTb] - The Collar-ezmoy-1673052470-WORKING-1-1.mkv
Log file.
The text was updated successfully, but these errors were encountered: