User Tools

Site Tools


ffmpeg:subtitles:add_subtitles_from_an_ass_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ffmpeg:subtitles:add_subtitles_from_an_ass_file [2024/12/30 22:06] peterffmpeg:subtitles:add_subtitles_from_an_ass_file [2024/12/30 22:08] (current) peter
Line 29: Line 29:
 </code> </code>
  
 +<WRAP info>
 **NOTE:**  Different syntax is used for MP4 and MKV. **NOTE:**  Different syntax is used for MP4 and MKV.
  
   * **-c** copy specifies that the video is not to be re-encoded.   * **-c** copy specifies that the video is not to be re-encoded.
   * **-c:s mov_text** sets the ASS file to MOV_TEXT format for MP4.   * **-c:s mov_text** sets the ASS file to MOV_TEXT format for MP4.
-  * **-c:s srt** sets the ASS file to MOV_TEXT format for MKV.+  * **-c:s srt** sets the ASS file to SRT format for MKV.
   * **-metadata:s:s:0** means to set the metadata for Stream:Subtitle:Number of stream, starting with 0.   * **-metadata:s:s:0** means to set the metadata for Stream:Subtitle:Number of stream, starting with 0.
   * **language=eng** sets the subtitle language to English.   * **language=eng** sets the subtitle language to English.
     * The value for this option uses the [[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes|ISO 639]] language code which consists of 3 letters for every language.     * The value for this option uses the [[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes|ISO 639]] language code which consists of 3 letters for every language.
 +
 +</WRAP>
  
 ---- ----
ffmpeg/subtitles/add_subtitles_from_an_ass_file.1735596416.txt.gz · Last modified: 2024/12/30 22:06 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki