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. |
14th October 2019, 05:24 | #121 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Thanks. |
|
14th October 2019, 19:25 | #122 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
Just a small bug: After deleting the track names (in the track list), the names are still merged into the mkv (but they were empty in the track list). |
|
15th October 2019, 06:19 | #123 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Please tell me if it works for you. Thanks. Last edited by mdalacu; 15th October 2019 at 06:32. |
|
15th October 2019, 10:28 | #125 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Is it ok? EDIT: here it is the link: https://drive.google.com/file/d/1MMq...ew?usp=sharing Last edited by mdalacu; 15th October 2019 at 10:30. Reason: EDIT: posting the link |
|
15th October 2019, 12:05 | #126 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
Also, would it be possible for you to add this workaround in the code? (i. ex with something like : if string track.name = null then string track.name =" " Or, in the mkvmerge title editor, the name tag can be deleted (= the individual tag can be removed, meaning instead of being empty it be completely removed as a tag). I'm sure ffmpeg can also do this. PS: OK, I'll also test the windows version and report back. |
|
15th October 2019, 12:10 | #127 | Link | |
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,106
|
Quote:
|
|
15th October 2019, 12:13 | #128 | Link | ||
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
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: Quote:
Last edited by mdalacu; 15th October 2019 at 12:21. |
||
15th October 2019, 12:33 | #129 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
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. |
|
15th October 2019, 13:21 | #130 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
2. No, it is by design like this. You have multiple choices. a.- not to reset settings after adding a job (from Options) b. - hittinh the button Add job or Run now without entering anything in the filename field. It will opens the save dialog. When you hit those buttons again for a new job the dialog will open with the last folder and files name...so you can modify it very easily. |
|
15th October 2019, 14:14 | #131 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
But can't you make it so that if the box is empty then the track title isn't written? I.ex : if you want to keep your behavior of writing the filename, you could for example add an option in the settings (so that the user can chose the behavior he wants - I for example prefer it empty or removed. If you force writting the filename I will always have to reopen the files in mkvmergegui to delete the name tags). (I think this would be better than the "dirty" workaround of requiring the user to add a blank space). Many thanks. |
|
15th October 2019, 15:41 | #132 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
This was my workaround for this problem. |
|
15th October 2019, 15:58 | #133 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
myffmpeg on windows does all of this properly, and you can also see/copy the resulting command line. You could check it out (I'll also look into it if I get the time). Thanks. |
|
16th October 2019, 06:48 | #134 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Anway, i have added an option in "More.." to drop metadata copied from first source at container level. It is persistent until you close the app. I will not make it persistent when you relaunch the app. Please test it and tell me if it works for your particularly case. Re download the linux version. Thanks. |
|
16th October 2019, 11:40 | #135 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
Are you telling me that when you send the content of an empty track name input box (-metadata title=""), then ffmpeg will write the title from the first file regardless? This looks like a bug in your code, because doing this with ffmpeg in the command line is working properly. (title="" and title= ; both work). How is you code working? Are you sending the global "-map metadata" to send everything over, or using "-metadata" individually for each track/stream? (I'm sure this 2nd option should work properly). Thanks. |
|
16th October 2019, 12:29 | #136 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
EDIT: Also check the Drop Metadata option from More |
|
20th October 2019, 15:15 | #137 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
1 more small detail: In the stream list: please add a column with "output codec". (this would make make it much more convenient to have a global view so that we don't miss anything, especially when there are many streams. Currently we have to click on each stream to see what is happening). Thanks ! |
|
21st October 2019, 05:32 | #138 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Regarding your request...i will think about it but it will not be on my short list, imho the list is already pretty crowded there. |
|
21st October 2019, 12:05 | #139 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
But IMHO, the best option would still be to drop the Metadata by default (as this seems to be needed for it to work with your tool) and write the text in the text boxes for each stream. (this is how mkvmergegui does it).
Quote:
Thanks. |
|
26th October 2019, 16:28 | #140 | Link |
Registered User
Join Date: Nov 2006
Posts: 415
|
3 more things:
1. It isn't possible to see the output log properly in the queue. (you could perhaps display it on the lower part of the screen when an entry is selected). 2. When running a job, the output log can't be scrolled properly (it always refreshes the output back to the bottom). 3. Please also add the possibility to edit a queue entry (i.ex a button to send it back to the edit screen?) This app is great! Thanks! |
Tags |
ffmpeg, frontend, gui, handbrake, linux |
Thread Tools | Search this Thread |
Display Modes | |
|
|