Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Feb 2013
Posts: 12
|
How to set audio track title in mp4 with ffmpeg
I used the following command
ffmpeg -i INPUT -c copy -metadata:s:a:0 title="name" OUTPUT.mp4 It didn't work And I tried another command ffmpeg -i VIDEO -i AUDIO -c:v copy -c:a copy -metadata:s:a:0 title="name" OUTPUT.mp4 It didn't workd either But I tried to set audio track language ffmpeg -i INPUT -c copy -metadata:s:a:0 language=jpn OUTPUT.mp4 It worked. And if I used megui to mux and set audio track title, it worked Is it possible to set audio track title in mp4 with ffmpeg? Last edited by cool_snoopy; 16th March 2015 at 15:15. |
![]() |
![]() |
![]() |
#2 | Link | |
Registered User
Join Date: Nov 2005
Posts: 687
|
Quote:
__________________
My hobby website |
|
![]() |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Nov 2005
Posts: 687
|
Undocumentend commands... great! Thanks though, Kurtnoise. It works.
__________________
My hobby website |
![]() |
![]() |
![]() |
#5 | Link |
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,329
|
Its not exactly undocumented, the problem is that mp4 doesn't have a "title" metadata .. so people abuse "handler" for that (both players and encoders equally, mine included)
Its more of a missing feature in mp4 than an undocumented feature of ffmpeg.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders Last edited by nevcairiel; 23rd March 2015 at 19:13. |
![]() |
![]() |
![]() |
Tags |
ffmpeg, metadata |
Thread Tools | Search this Thread |
Display Modes | |
|
|