Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced options and multiword metadata #2

Open
SenorSmartyPants opened this issue Jan 7, 2023 · 0 comments
Open

Advanced options and multiword metadata #2

SenorSmartyPants opened this issue Jan 7, 2023 · 0 comments

Comments

@SenorSmartyPants
Copy link

SenorSmartyPants commented Jan 7, 2023

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.

Guessed Channel Layout for Input Stream #0.1 : 5.1

Input #0, matroska,webm, from '/storage/media/Videos/TV/The Rookie/The Rookie 5x08 [WEBDL-720p x264][EAC3 5.1][AMZN][-NTb] - The Collar.mkv':

   Metadata:

     encoder : libebml v1.4.2 + libmatroska v1.6.4

   Duration: 00:42:17.06, start: 0.000000, bitrate: 5895 kb/s

     Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)

     Metadata:

       BPS : 5253477

       DURATION : 00:42:17.035000000

       NUMBER_OF_FRAMES: 60828

       NUMBER_OF_BYTES : 1666031970

       _STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit

       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

     Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1, fltp (default)

     Metadata:

       BPS : 640000

       DURATION : 00:42:17.056000000

       NUMBER_OF_FRAMES: 79283

       NUMBER_OF_BYTES : 202964480

       _STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit

       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

     Stream #0:2(eng): Subtitle: subrip

     Metadata:

       BPS : 103

       DURATION : 00:42:13.196000000

       NUMBER_OF_FRAMES: 953

       NUMBER_OF_BYTES : 32835

       _STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit

       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

     Stream #0:3(eng): Subtitle: subrip

     Metadata:

       title : SDH

       BPS : 110

       DURATION : 00:42:13.196000000

       NUMBER_OF_FRAMES: 1047

       NUMBER_OF_BYTES : 34990

       _STATISTICS_WRITING_APP: mkvmerge v68.0.0 ('The Curtain') 64-bit

       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

[NULL @ 0xaaaac8b344b0] Unable to find a suitable output format for 'from'

from: Invalid argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant