Changes between Version 1 and Version 2 of HowToConvertSubtitleToASS
- Timestamp:
- Apr 23, 2013, 2:59:25 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToConvertSubtitleToASS
v1 v2 6 6 To list all the subtitle codecs that FFmpeg supports, you can type: 7 7 {{{ 8 f mpeg -codecs | grep "^...S"8 ffmpeg -codecs | grep "^...S" 9 9 }}} 10 10