Is it possible to convert subtitle files in the same folders, sharing the same name as the video files?
eg.
/filename/filename.srt
and
/filename/filename.avi
the usual way would do it via the video_transcoding script is this way (for example):
transcode-video --mp4 --crop detect --fallback-crop minimal --burn-srt filename.srt filename.avi
Is it possible to convert subtitle files in the same folders, sharing the same name as the video files?
eg.
/filename/filename.srt
and
/filename/filename.avi
the usual way would do it via the video_transcoding script is this way (for example):
transcode-video --mp4 --crop detect --fallback-crop minimal --burn-srt filename.srt filename.avi