
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://kb.speeddemosarchive.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://kb.speeddemosarchive.com/index.php?action=history&amp;feed=atom&amp;title=Extracting_and_Trimming_DVD_source_video_using_mplayer</id>
		<title>Extracting and Trimming DVD source video using mplayer - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://kb.speeddemosarchive.com/index.php?action=history&amp;feed=atom&amp;title=Extracting_and_Trimming_DVD_source_video_using_mplayer"/>
		<link rel="alternate" type="text/html" href="https://kb.speeddemosarchive.com/index.php?title=Extracting_and_Trimming_DVD_source_video_using_mplayer&amp;action=history"/>
		<updated>2026-05-25T16:23:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.9</generator>

	<entry>
		<id>https://kb.speeddemosarchive.com/index.php?title=Extracting_and_Trimming_DVD_source_video_using_mplayer&amp;diff=4960&amp;oldid=prev</id>
		<title>Njahnke: thought to save this in the kb in case it comes up again</title>
		<link rel="alternate" type="text/html" href="https://kb.speeddemosarchive.com/index.php?title=Extracting_and_Trimming_DVD_source_video_using_mplayer&amp;diff=4960&amp;oldid=prev"/>
				<updated>2010-06-17T02:31:37Z</updated>
		
		<summary type="html">&lt;p&gt;thought to save this in the kb in case it comes up again&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;(originally from [http://speeddemosarchive.com/forum/index.php?topic=11801.msg329441#msg329441 this post])&lt;br /&gt;
&lt;br /&gt;
this document pertains primarily to unix (mac os x, linux, etc) users, though you can use [http://www.mplayerhq.hu/ mplayer] under windows, too. in fact, it comes with [[Anri-chan|anri]] - look under c:\programs\anri_whatever\ for mplayer.exe.&lt;br /&gt;
&lt;br /&gt;
if you're on a mac and don't have mplayer you can download it here:&lt;br /&gt;
&lt;br /&gt;
http://mplayerosx.sttz.ch/&lt;br /&gt;
&lt;br /&gt;
once you have it in your applications folder then you can invoke it via the command line (terminal) too. normally mplayer is really hard to use from the command line but for what we are doing it won't be bad.&lt;br /&gt;
&lt;br /&gt;
first you need to either insert the dvd or otherwise have the VIDEO_TS folder accessible somewhere on your hard drive.&lt;br /&gt;
&lt;br /&gt;
then the terminal command is like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/Applications/MPlayer\ OSX\ Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/mpextended.mpBinaries/Contents/MacOS/mplayer \&lt;br /&gt;
-dvd-device /path/to/VIDEO_TS \&lt;br /&gt;
dvd://1 \&lt;br /&gt;
-dumpstream -dumpfile ~/Desktop/myrun.vob \&lt;br /&gt;
-ss 100 \&lt;br /&gt;
-endpos 60&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i end each line with backslash - that's to stop it from executing the command until you end a line without a backslash. it's just to keep the parts of the command separate and easier to look at and talk about.&lt;br /&gt;
&lt;br /&gt;
first line is just the path to mplayer. if you're on a mac and put mplayer os x extended in your applications folder then it should be identical for you, can just copy and paste. otherwise you'll need to adjust it to point to your mplayer binary executable.&lt;br /&gt;
&lt;br /&gt;
second line after '''-dvd-device''' is the path to your VIDEO_TS folder. can drag and drop the folder into the terminal so you don't have to actually type the path.&lt;br /&gt;
&lt;br /&gt;
next is the title number. can choose title like '''dvd://1''', '''dvd://2''', '''dvd://3''', '''dvd://4''' etc. if you want to preview what title it is you can hit enter now and it will pop up a window showing that title (hit '''q''' to get out). otherwise keep typing.&lt;br /&gt;
&lt;br /&gt;
after '''-dumpstream -dumpfile''' is the path to the new file you are making with the part of the run cut out. here i put it on my desktop and call it '''myrun.vob'''. then you can just upload that to youtube or whatever when mplayer finishes.&lt;br /&gt;
&lt;br /&gt;
last is the '''-ss''' argument which is how far in to start, 100 seconds here. supposedly you can also do like 00:01:40 for 100 seconds (1 minute 40 seconds).&lt;br /&gt;
&lt;br /&gt;
'''-endpos''' is how far in to stop after '''-ss'''. so in this example we are starting 100 seconds in and ending 60 seconds later (at 160 seconds). '''-endpos''' also accepts the pretty 00:01:40 style format.&lt;br /&gt;
&lt;br /&gt;
while running mplayer you may see this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
*** libdvdread: CHECK_VALUE failed in libdvdread4/nav_read.c:264 ***&lt;br /&gt;
*** for dsi-&amp;gt;dsi_gi.zero1 == 0 ***&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can safely ignore it.&lt;/div&gt;</summary>
		<author><name>Njahnke</name></author>	</entry>

	</feed>