-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Automated Subtitle SRT Encoding To MKV #203
Comments
i found in the autoconverter service that the videofile variable is $video. but i have almost no experience in scripting. i found that the variable for the custom argument is i tried like this:
when i look at the logs i find this error:
thanks |
there is no solution for my problem? too sad. |
Usually HandBrake deals with subtitles embedded into the video container. I'm not sure how to do it with external files. You can try to play with the HandBrake CLI to see if you can achieve what you want by running manual commands. Once we know how to do it with the CLI, we can evaluate if this can be done automatically. |
should work with the cli. i have no time now to play with this. maybe tomorrow i will try.
|
Any updates on this by chance? I would love to see the functionality to upload the external SRT file when running automatically. I have been trying to keep my library using embedded subs only, and it would be nice to have this done automatically. In my situation, the folder that contains the video file will also contain the SRT file. Not sure how easy it would be for Handbrake to scan the folder and if there are any SRT files, import them automatically. |
Bringing this one back, but I have the same scenario/requeset - have the .SRT file in the same folder as the video file added as a 'soft' subtitle track when encoding, so that the .SRT file is then no longer required post-processing. Did anyone get any further with this? Happy to spend some time on figuring the CLI aspect if that's still unknown. |
i have the subtitles in the same folder as the mkv file. the format is srt. i want to encode the subtitles in a new mkv file. this should be done with a new profile. all is set perfect, but the subtitles are not recognized.
subtitles are in the same folder as the mkv file. they are named like {moviename}.de.srt. but in the handbrake tab subtitles they dont show up. of course it works when i import them manually via the add subtitle tab, but i have many mkv with srt subtitle files and i want the subtitles with the video in one mkv container. my goal would be to do this all automatically with the docker. the subtitle files are all named exactly like the mkv, except for the extension.
is there a way to achieve this?
EDIT: maybe with
AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS
srt-file ${filename%.*}.de.srt
but whats the variable for the actual filename?
thanks for the support.
The text was updated successfully, but these errors were encountered: