-
Notifications
You must be signed in to change notification settings - Fork 161
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
burn in subtitles option? #671
Comments
Hi what was the error? |
I think you need to scroll down to see the error. |
no this was it, whole secriont, still the issue prestist how can input current files name into subtitles=*.mkv |
It would be easier if you post the job report or link to pastebin so can check the details. There’s a copy/download button at the top of the job report page so can easily copy or download it. |
ptPZqor_Sz5-log.txt |
Yeah you can’t use input.mkv, would need to use the actual file path which you can’t do with classic plugins. You can do it using the flow plugin |
hmm how would i go about that? in Run CLI flow i only see mkvmerge option, how would i i use ffmpeg inside? |
Enable the custom CLI option and put ffmpeg |
can i somewhere find all options and variables avalaible? i tried this and my flow is but seems like the variable ${fileName} is non valid? in the output error there is variable present in plaintext |
There’s some info in the example but use {{{args.inputFileObj._id}}} instead of ${fileName} and it should work. |
`2024-06-24T12:03:25.302Z Error reinitializing filters! 64 2024-06-24T12:03:25.302Z Failed to inject frame into filter network: No such file or directory 65 2024-06-24T12:03:25.302Z Error while processing the decoded data for stream #0:0 66 2024-06-24T12:03:25.302Z Conversion failed!` something stills wrong i wonder if the checkbox output fiele bcomes working files is acusing this ? |
The command is:
Try running it in the container manually in the terminal not using Tdarr. The output folder probably won’t exist when running it manually so either create it or just put it somewhere else. Also I see your library cache folder is |
i tried i got this error first
so just did
but then it just worked, is the permission denied an error? how could it be its a docker container
here is full progres and it seems to work fine should i use different output,? i would like to replace the original when done |
ye seems like output is issue? |
any updates? i still couldnt get it towork, i tried chowning that directory and stuff like that, but its all in truenas with ixvolumes no permission issue should exist |
The permission denied error may be because the parent folde does not exist, try this:
|
well i am fumbled |
hello i got sent here from main issues
[https://github.com/HaveAGitGat/Tdarr/issues/1022](this is the issue i did)
i wondere if anyobyd acchieved it with built in plugins, i tried and my issues are link above
The text was updated successfully, but these errors were encountered: