Replies: 6 comments 3 replies
-
|
This is expected actually. INPUT: If you use the template
In this case you get a newly constructed output file name: Which is the expected behavior. |
Beta Was this translation helpful? Give feedback.
-
|
Mmm… I see your point. In that case, would you please add a new tag with the complete file name but the other recognizable other toggles parts? Sometimes a video has more than one track, such as 2.0 and 5.1 and I usually need to distinguish which is which. |
Beta Was this translation helpful? Give feedback.
-
|
It becomes a lot more complex and error prone picking apart a file in the middle. There is already a built in token that should be able to achieve your goal. INPUT: See
The only down side is with this approach, it is left as is. Meaning For instance if you had |
Beta Was this translation helpful? Give feedback.
-
|
I've looked at the new That is nice but wouldn't be more intuitive to let I mean: if Thank you :) |
Beta Was this translation helpful? Give feedback.
-
|
I'd like to replicate the very same deew behaviour, i.e. it leaves the very same filename but the delay part, removed when/if the delay is removed. I think that it's the best compromise for me and a lot of people used to deew. |
Beta Was this translation helpful? Give feedback.
-
|
Works perfectly, thank you! P.S: Would it leave the DELAY part if delay parsing is set to false? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my toml file, I have:
output_template = "{title} [{lang}] {opt-delay}"Launching
deezy.exe encode ddp "splendente [ita] 51.dts"I get
splendente [ita].ec3I thought that Deezy got confused by the number, perhaps thinking that it is the delay but, actually, Deezy seems to ignore everything after the first word. If I try to encode
deezy.exe encode ddp "splendente [ita] cinquepuntouno.dts"I get, again
splendente [ita].ec3or
deezy.exe encode ddp "splendente cinquepuntouno [ita].dts"I get, again
splendente [ita].ec3Beta Was this translation helpful? Give feedback.
All reactions