Converts the SubStationAlpha subtitles (.ssa, .ass) to the SubRip subtitles (.srt)
Targets:
-
SSA2SRT.Model - .Net Standard 1.3
-
SSA2SRT.Desktop.Console - .Net Core 2.1
-
SSA2SRT.Web - .Net 5
Online demo: https://altphotonic.ru/SSA2SRTService
Swagger UI: https://altphotonic.ru/swagger/index.html?urls.primaryName=SSA2SRTConverterService
- Open link in browser
- Drop your subtitles (*.ssa, *.ass) / zip files with the subtitles in form below or select files in file dialog
- Click on individual upload button to convert specified subtitle / zip file with subtitles
- Click on global upload button to convert all files (all converted files will be stored in converted_time_date.zip file)
- Open console application
- Select input directory with the .ssa/.ass subtitles or/and ZIP32/64 storages with these files
- Select output directory
All .ssa/.ass files in the input directory will be converted in the .srt files and these files will be added in the output directory
All .ssa/.ass files in .zip files will be converted in the .srt files, and converted.zip files will be added in the output directory
- Install VS2019
- Install node.js and npm
- Run
npm install
(in SSA2SRT.Web project directory) - download required modules from information inpackage.json
- Run
npm run dev
(in SSA2SRT.Web project directory) - build required bundles (with using WebPack, WebPack plugins andwebpack.config.js
) - Build solution