Difference between revisions of "Burning Movies Onto DVD, On A Mac, With Subtitles"

From Nearline Storage
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
On [https://wiki.daveking.com/index.php?title=Burning_Movies_Onto_DVD,_On_A_Mac another page in the wiki] I demonstrated how one can use DVDStyler to burn video file containing a movie onto a DVD.  On this page I am going to demonstrate how to include subtitles on the movie DVD.
 
On [https://wiki.daveking.com/index.php?title=Burning_Movies_Onto_DVD,_On_A_Mac another page in the wiki] I demonstrated how one can use DVDStyler to burn video file containing a movie onto a DVD.  On this page I am going to demonstrate how to include subtitles on the movie DVD.
  
The DVDStyler application that was installed as part of the [https://wiki.daveking.com/index.php?title=Burning_Movies_Onto_DVD,_On_A_Mac original process]. To add  subtitles, we'll need an additional piece of software called "ffmpeg."  This command-line utility runs in the OSX Terminal application.  It is used to pre-process the subtitles before they can be brought into DVDStyler and burnt onto the DVD.
+
The DVDStyler application was installed as part of the [https://wiki.daveking.com/index.php?title=Burning_Movies_Onto_DVD,_On_A_Mac original process]. Watch the video on that page if you have not already installed DVDStyler. 
 +
 
 +
To add  subtitles to the DVD, we'll need an additional piece of software called "ffmpeg."  This command-line utility runs in the OSX Terminal application.  It is used to pre-process the subtitles before they can be brought into DVDStyler and burnt onto the DVD.
  
 
ffmpeg is installed from the OSX Terminal application by entering the following two commands:
 
ffmpeg is installed from the OSX Terminal application by entering the following two commands:
Line 9: Line 11:
 
<code>brew install ffmpeg</code>
 
<code>brew install ffmpeg</code>
  
The following video will demonstrate how this is done and then show how to add subtitles to a DVD.
+
The following video will demonstrate how this is done and then show how to use ffmpeg and DVDStyler to add subtitles to a DVD.
  
 
{{#ev:youtube|0oOjA4lDUMg}}
 
{{#ev:youtube|0oOjA4lDUMg}}
  
 
[[Category: OSX]]
 
[[Category: OSX]]

Revision as of 17:25, 1 April 2022

On another page in the wiki I demonstrated how one can use DVDStyler to burn video file containing a movie onto a DVD. On this page I am going to demonstrate how to include subtitles on the movie DVD.

The DVDStyler application was installed as part of the original process. Watch the video on that page if you have not already installed DVDStyler.

To add subtitles to the DVD, we'll need an additional piece of software called "ffmpeg." This command-line utility runs in the OSX Terminal application. It is used to pre-process the subtitles before they can be brought into DVDStyler and burnt onto the DVD.

ffmpeg is installed from the OSX Terminal application by entering the following two commands:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install ffmpeg

The following video will demonstrate how this is done and then show how to use ffmpeg and DVDStyler to add subtitles to a DVD.