LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-06-2012, 12:58 AM   #1
Usalabs
Member
 
Registered: Jan 2004
Distribution: OpenSUSE 42.1 Server
Posts: 158

Rep: Reputation: 15
How do I sucessfully convert VOB to MPG with no degradation?


I have a mini DVD movie I had taken when I was playing a gig, and now I want to take that VOB file and splice it into separate chapters/scenes, but all the apps I have tried have done nothing but either throw out the synchronization, distort the ratio, or omit the sound, or even, export only 35-40 seconds of audio, but video remains.

I have tried everything from ffmpeg(cli and gui version winFF), avidemux, lives, and DVbcut, not one of them is successfull, DVbcut exports the entire video between the start/stop markers, but with only 39 seconds of audio at the beginning.

avidemux doesn't recognize VOB files.
winFF doesn't have the ability to convert/transcode VOB to MPEG.

Lives throws everything out of sync and really mucks up the ratio.

As the movie of the gig was taken using a DVD camcorder, I even used DVD::rip to transcode to MPEG and MP3 audio, but, nope, it took 1 hour and then suddendly an error "unable to transcode MP3, can not read from avi file" eh? I'm trying to transcode from VOB to MPEG not AVI to MPEG.

so,,,,unless there's a sure way to edit/splice a VOB file into chapters using my Ubuntu 12.04 system, I'll have to just take it that it's only possible to do that, at professional video studios that cost 1000s of dollars.
 
Old 03-06-2012, 06:56 PM   #2
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
Try to extracto only audio streams from vob file with ffmpeg:
Code:
ffmpeg -i vobfile.vob -ab 320k -ac 2 -ar 44100 -vn vobaudio.mp3
and check the resulting mp3 file.
If it extracts all audio from video you can then convert vob in mpeg WITHOUT audio:
Code:
ffmpeg -i vobfile.vob -sameq -an converted.mpg
the sameq option keep the quality of the input file.
then you can mux them together.
Code:
ffmpeg -i converted.mpeg -i vobaudio.mp3 -acodec copy -acodec copy myvideo.mpeg
 
1 members found this post helpful.
Old 03-07-2012, 06:07 AM   #3
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
From what I know of vob and mpeg, they are the same thing. This means you can use dd or split to split them into pieces.

Probably, mplayer will be more useful because you need to split at certain times rather than sizes.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert .VOB to mp4 using ffmpeg? sarbojit Linux - Newbie 2 05-12-2011 11:10 AM
Convert multiple VOB files to one AVI mrant0 Linux - Software 2 05-26-2007 12:05 PM
convert avi, wmv to .vob madmax1143 Linux - Software 4 07-16-2006 01:29 AM
is there any way convert a .vob file to a .avi? jackstoage Linux - Software 8 10-05-2004 08:30 AM
MPG to VOB? UB_KMA Linux - Software 4 01-10-2003 05:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration