View Single Post
Old 15th October 2019, 12:33   #129  |  Link
Bigmango
Registered User
 
Join Date: Nov 2006
Posts: 415
Quote:
Originally Posted by mdalacu View Post
No, i was referring about stream tiltles ...the one in the streams section. Ex an audio track name in a movie.
Normally ffmpeg commies the metadata title from the first imput file so , if you write nothing in the title (bottom left) the application will put the filename without an extention. This is the code:


Edit: ... i could try removing Trim...
Ahh I see, this is the problem.

Your code means:

If there is a text in the box then write that text.

Else, write the file name. (<- this is the problem).

Yes, I think if you remove this it should fix it.


Also, another small thing :

The output file name is empty by default. Could you make it behave like mkvmerge, so that we don't have to retype the whole thing if we want to keep part of the name? (= "filename (1).mkv").

Thanks.
Bigmango is offline   Reply With Quote