Hi there,
I have multiple subtitle SRT files - inside different folders.
Example;
d:\show\1\subtitle1.srt
d:\show\2\subtitle2.srt
d:\show\3\subtitle3.srt
d:\show\4\subtitle4.srt
d:\show\5\subtitle5.srt
d:\show\6\subtitle6.srt
is there an easy way i can change them all in once to different Encoding?
to UTF-8 to be exact..
Now i need to go inside every folder. open the SRT subtitle file in notepad, Save As, Change to UTF-8. and overight the exiting one (i need it to be in the same name..)
is really don't wan't to do this 400 times,,,
i was Searching for a program or something in google,, no go..
Please help.
Thanks !![]()
+ Reply to Thread
Results 1 to 12 of 12
-
-
Maybe you can use this, it's windows commandline though
http://superuser.com/questions/16672/how-can-i-convert-multiple-files-to-utf-8-encodin...and-line-tools -
no problem with it being command line.
but my files are srt. not txt.
and how do type the command if i have different folders ?
do i just run it in the rood drive of D ? -
In the example script change .txt to .srt (srt files are just like normal text files)
I don't know if it is possible to make it work for multiple folders. Maybe sub folders if iconv support it
Add it to the path environment. Or put it in the windows directory, you can run it from anywhere than -
-
@sneaker
You'r right i missed that the question in the provided link was about perl...
Maybe there something like iconv for windows? -
Maybe this is of some help:
https://sourceforge.net/projects/cp-converter/ -
As sneaker: a batch job with for /r and use Subtitle Edit cli
SubtitleEdit /convert *.srt srt /encoding:utf-8 /outputfolder:c:\temp
along with a "copy" to overwrite the original. -
Use Notepad++ !!! Open the *.srt files in Notepad++, then go to Encoding menu\Character Sets\Central European[for example]\Windows-1250 and then Encoding\Convert to UTF-8, Save All files. Thats All!
-
i searched a lot all solution were not simple a simple solution i found is to download an editor called Emeditor (the encoding conversion is free thankfully) file > open select all your files and open, then go to file > save all with encoding and in the encoding select the encoding you want
Note : utf8 with signature is utf8 with BOM (i wanted this encoding and they have BOM named as signature)
Similar Threads
-
How can I change position, color and encoding UTF-8 in subtitle Quicktime?
By Jamaika in forum Software PlayingReplies: 0Last Post: 29th Sep 2015, 01:53 -
Multiple .srt subtitle files in a Divx movie
By sam9s in forum SubtitleReplies: 6Last Post: 13th Feb 2015, 15:34 -
subtitlecreator modified to support utf-8 and utf-16
By amtm in forum SubtitleReplies: 3Last Post: 6th Aug 2014, 17:44 -
Change the font size of .srt subtitle files
By rocknrolla115 in forum SubtitleReplies: 9Last Post: 4th Apr 2014, 16:15 -
Invalid UTF Data when muxing .srt file in .mp4 using Yamb/MP4Box
By Fańch in forum SubtitleReplies: 11Last Post: 4th Nov 2012, 15:33