<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://pabut.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Save_a_YouTube_video_to_DVD</id>
	<title>Save a YouTube video to DVD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://pabut.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Save_a_YouTube_video_to_DVD"/>
	<link rel="alternate" type="text/html" href="http://pabut.org/wiki/index.php?title=Save_a_YouTube_video_to_DVD&amp;action=history"/>
	<updated>2026-04-23T09:57:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>http://pabut.org/wiki/index.php?title=Save_a_YouTube_video_to_DVD&amp;diff=15&amp;oldid=prev</id>
		<title>Pabut: Created page with &quot;Did you ever wish you could download a creative YouTube video and save it on DVD to play later in your DVD player?? This is how:  # get [http://www.arrakis.es/%7Erggi3/youtube...&quot;</title>
		<link rel="alternate" type="text/html" href="http://pabut.org/wiki/index.php?title=Save_a_YouTube_video_to_DVD&amp;diff=15&amp;oldid=prev"/>
		<updated>2015-01-14T15:46:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Did you ever wish you could download a creative YouTube video and save it on DVD to play later in your DVD player?? This is how:  # get [http://www.arrakis.es/%7Erggi3/youtube...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Did you ever wish you could download a creative YouTube video and save it on DVD to play later in your DVD player?? This is how:&lt;br /&gt;
&lt;br /&gt;
# get [http://www.arrakis.es/%7Erggi3/youtube-dl/ youtube-dl] python program to download videos from YouTube&lt;br /&gt;
# get [http://ffmpeg.mplayerhq.hu/ ffmpeg]&lt;br /&gt;
# get [http://www.audiocoding.com/faac.html libfaac] the audio codec used for iPOD mp4&lt;br /&gt;
# get [http://www.audiocoding.com/downloads.html libfaad2] MPEG-4 and MPEG-2 AAC decoder&lt;br /&gt;
# get [http://liba52.sourceforge.net/ liba52] the audio codec used by dvds is ac3&lt;br /&gt;
# get [http://lame.sourceforge.net/index.php libmp3lame] just ... ta have.&lt;br /&gt;
# build and install libaac, libfaad2, liba52 and libmp3lame&lt;br /&gt;
# configure ffmpeg with the options: &amp;lt;tt&amp;gt;./configure --enable-libfaad --enable-libfaac --enable-libmp3lame --disable-vhook --enable-decoder=ac3 --enable-liba52 --enable-gpl&amp;lt;/tt&amp;gt;&lt;br /&gt;
# build and install ffmpeg&lt;br /&gt;
# &amp;lt;tt&amp;gt;chmod +x youtube-dl&amp;lt;/tt&amp;gt;&lt;br /&gt;
# find the YouTube video you want to save and copy the URL to the clipboard&lt;br /&gt;
# open a terminal window and run the command: &amp;lt;tt&amp;gt;./youtube-dl.py -b &amp;lt;URL of video&amp;gt;&amp;lt;/tt&amp;gt; (-b gets the mp4 version)&lt;br /&gt;
# convert the video to DVD format: &amp;lt;tt&amp;gt;ffmpeg -i &amp;lt;downloaded mp4&amp;gt; -target ntsc-dvd -r 29.97 -aspect 4:3 -b 4000k -maxrate 6000k output-file-name.mp2&amp;lt;/tt&amp;gt;&lt;br /&gt;
# using makexml from the [http://code.google.com/p/tovid/ tovid tool suite] create the xml file for the authoring process: &amp;lt;tt&amp;gt;makexml -chapters 1 output-file-name.mp2 -out output-file-name&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Finally, also from the [http://code.google.com/p/tovid/ tovid tool suite]:  &amp;lt;tt&amp;gt;makedvd output-file-name.xml&amp;lt;/tt&amp;gt; to create the iso. Use your favorite DVD/CD burning software to burn the iso.&lt;/div&gt;</summary>
		<author><name>Pabut</name></author>
	</entry>
</feed>