首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 小应用SRT字幕文件操作。来回移动的字幕

小应用SRT字幕文件操作。来回移动的字幕

资 源 简 介

Tiny application written in c++ to manipulate subtitles files. This application can move subtitles in time, that is, add or subtract seconds to all the entries of a .srt files. This is very useful when you have a video file and a subtitle file which is not sync with the video. Use The use of this program is really simple, just add as a parameter the seconds you want to add to the subtitles and the location of the subtitles file. Note that you have to redirect the output to a file, otherwise you will see it on the screen. For instance if I want to add 5 seconds and 30 miliseconds to all the subtitles of the file 1.srt. $ ./SubMove 5.30 1.srt > o.str Or if I want to move the subtitles backwards in time 10 seconds and 22 milisecs... $ ./SubMove -10.22 1.srt > o.str $ ./SubMove Use: ./SubMove [+-]xxx.sss file.strxxx is in secondssss is in miliseconds Compile

文 件 列 表

tinysubtitles
src
bin
VIP VIP
  • IATWAY 1小时前 成为了本站会员

  • 大智若愚 8小时前 成为了本站会员

  • Mason 10小时前 成为了本站会员

  • 10小时前 成为了本站会员

  • Half_Punch 1天前 成为了本站会员

  • liqing71718 1天前 成为了本站会员

  • 伟国 1天前 成为了本站会员

  • songy 1天前 成为了本站会员

  • 纯色幽默 1天前 成为了本站会员

  • odd? 1天前 成为了本站会员

0.179507s