Despite (or because of) an endless trawl through past posts I'm horribly confused and would really appreciate a helping hand.
I want to take small sections from various DVDs and extract full quality sections (no more than 10 minutes) to use in presentations (in Appleworks) to teach my classes.
So far I have managed to get .VOBs - utterly useless in their current state.
Ideally I want to get to .mov so that I drop them into Appleworks.
Do I have to convert whole movies or can I select a particular section?
Would appreciate any help (even if it's only pointing me at another poster that speaks English).
[/b]
+ Reply to Thread
Results 1 to 14 of 14
-
-
if you have mpeg2playback component of quicktime, rename .vob to .mpeg and open it in quicktime
you can then save as .mov or export as what you want
keep in mind that it will be really large file for full quality, whereas if you doop it down a bit the quality loss wont be very noticable but your resulting file size will -
If you don't have the Apple QuickTime MPEG2 component, I would strongly recommend using MacMPEG2Decoder. With this app, you can easily encode your .VOB files into more QuickTime friendly formats.
http://mm2d.sourceforge.net/
Good luck!Thomas -
for what you are trying to do, i strongly recommend using 0Sex to extract the parts of a dvd you want to convert to quicktime.
(download 0Sex here: http://www.cs.buffalo.edu/~afaversa/OSEx-current.sit )
With 0Sex, you can select individual titles, chapters, etc, thus making it a lot easier to narrow down the content you are after, as opposed to ripping the entire movie, or just one or two large .vob files.
Once you have the content you are after, you can convert them in the terminal using mencoder to a quicktime friendly format. From there, you can export to any other format you wish, as long as you have the Quicktime components, such as .mp4, .mov, etc.
To do this, make sure you have mplayer and mencoder installed. Go to http://mplayerosx.sf.net to download the binaries.
Then fire up your terminal and cd to the directory that contains the file(s) you ripped from the dvd.
then type:
mencoder -ovc lavc -oac pcm /path/to/input.vob -o /path/to/result.avi
It will actually convert your .vob file to a .avi file using the LibAVCodec for the video, and uncompressed pcm for the audio. This is desirable because Quicktime can handle these files extremely well.
Just open that .avi file up in Quicktime, trim what you want, and export normally to whatever you want it to be.
If you are working with a 10 minute clip, for example, total conversion time from start to finish would be about 20 minutes on a good G4.
Galactica, we can export MPEG2 directly in Quicktime now?
When was someone going to tell me!
-
I am sorry... i thought you had the clips already and just needed them in a quicktime container to import.
Follow zerosix's suggestions that will set you straight -
never heard of that program before...
Seems like that would do the trick, and make it a TON easier for you!
Good lookin' out, Serbian!
-
never heard of that program before...
..Posted in public 2 days ago..I used QuickTime API, some C++ and AppleScript to build it...Advanced version of my old Export2DV app..
Good lookin' out, Serbian! -
Originally Posted by SERBIAN
great looking all-in-one-tool. Unfortunately, I operate in a Windows-based environment. Is there a similar tool I could use like this on my machine? I want to covert MPEG2 files to MOV. Thanks. -
you are in the totally incorrect form
Sebarian writes apps for OSX, not for winbloze
rerfer to the PC formus on this site to find an answer to your question. -
Originally Posted by galacticaIf it isn't broken, take it apart and find out why.
blog: deadsierra -
want to know the funny thing... i dont even remember writing this reply!
hahahahaha
i edited the grammar so it should read better now
Similar Threads
-
Newbie Question - H.264 MOV -> Playable HD Format ???
By Rake in forum Newbie / General discussionsReplies: 2Last Post: 6th Dec 2011, 06:31 -
mencoder wont convert the complete file, mov to avi|mov
By bjornieB in forum Video ConversionReplies: 2Last Post: 19th Nov 2009, 07:42 -
Newbie question on mov files and how to watch on Dvd player
By helper in forum Newbie / General discussionsReplies: 8Last Post: 2nd Oct 2008, 07:01 -
Newbie converting video t_s to .mov
By coast2coast in forum Newbie / General discussionsReplies: 1Last Post: 23rd Aug 2007, 12:01 -
newbie: converting wmv to mov, mpeg, etc. = loss of audio
By adambolo in forum ffmpegX general discussionReplies: 4Last Post: 17th May 2007, 10:27