You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this tool to create podcast-like spoken Wikipedia audio files (mainly here) and it would be very useful if there was a way to have the output file named like the input srt file. So if the input is "Bhutanese passport.srt" the output file should be named "Bhutanese passport.mp3" – will put that in a separate issue. It would probably not be difficult to implement, e.g. there could be a checkbox for "Name output like srt file" if an srt file has been specified. This would be used in combination with #118 to create many audios in a row.
The text was updated successfully, but these errors were encountered:
The workaround is to modify app_rvc.py (after copying the file as backup) to replace video_output_name, with subtitle_file.name, at around line 1100. There is a guid before the srt name but maybe that's useful and it's not a problem.
I'm using this tool to create podcast-like spoken Wikipedia audio files (mainly here) and it would be very useful if there was a way to have the output file named like the input srt file. So if the input is "Bhutanese passport.srt" the output file should be named "Bhutanese passport.mp3" – will put that in a separate issue. It would probably not be difficult to implement, e.g. there could be a checkbox for "Name output like srt file" if an srt file has been specified. This would be used in combination with #118 to create many audios in a row.
The text was updated successfully, but these errors were encountered: