Questions tagged [vob]
27 questions
22
votes
3 answers
VOB conversion quality in FFmpeg
I am trying to convert a VOB file to mpeg like this:
./ffmpeg.exe -i VTS_01_2.VOB -r 24 out1.mpeg
However, the quality is very poor.
I tried ./ffmpeg.exe -i VTS_01_2.VOB -vcodec copy out1.mpeg
But the file size is too large (90% of original – 300…
JP19
17
votes
5 answers
Lossless VOB conversion with ffmpeg
Is there a way to convert a VOB to another video format using ffmpeg without sacrificing audio or video quality?
tony_sid
- 14,957
5
votes
7 answers
How to convert VOB files to a single AVI file
I want to convert a DVD which has many VOB files into a single playable AVI file on my computer.
I can convert each individual VOB file to an AVI but is there some way to convert all of them into a single AVI file.
Any ideas?
Paul
- 813
4
votes
2 answers
How to play an original DVD (.VOB file) in VLC after copying it to my PC?
I have copied an entire DVD to my PC but when I try to play it in VLC it does not play perfectly and sticks every time. When it is played directly i.e. from the disc, it is played perfectly but in Windows Media Player. Does VLC not support original…
user433939
- 67
3
votes
1 answer
How to concat VOB files with ffmpeg using stream mapping?
I have 5 VOB files, I would like to concat them to a big mpegts file, and keeping only the video stream and the last (3rd) audio stream. Unfortunately the stream ordering is different in the VOBs:
Input #0, mpeg, from 'VTS_01_1.VOB':
…
Konstantin
- 703
3
votes
1 answer
ffmpeg hangs when using -fflags +genpts
I'm trying to remux a .vob file (which I got using vobcopy) into a mp4 container (mkv would do it as well) using ffmpeg 4.2.4-ubuntu0.1.
Initially the remuxing finished, but I got these errors:
[mp4 @ 0x560f9a37e5c0] Timestamps are unset in a packet…
David C.
- 180
2
votes
1 answer
Trouble automating concatination (merging) of VOB files from DVD with FFMPEG
I have a library of decrypted DVDs, which all have their video in a series of VOB files within the usual VIDEO_TS folder. I wondered if I could use FFMPEG to combine them into a single MPEG files. So first I found this (example assumes 2 VOB files)…
Randy
- 131
1
vote
1 answer
How to split multiple videos from a single VOB file?
A VOB (Video Object) file is a DVD media extension which can hold multiple videos. How can I split these videos from a single VOB file to multiple MP4 (or other extensions) files on Windows platform? I tried some sort of splitter but they could…
Amirreza Nasiri
- 3,120
1
vote
0 answers
Why does remuxing a VOB fix freezing issues?
I am currently transcoding video data from a Video DVD to x264 MP4 files, but the original MPEG-2 streams seem to have some strange problems. This video DVD is of a home-made digital TV recording (DVB-S) using a PVR, and subsequently burned to a…
Daniel Saner
- 735
1
vote
2 answers
How to join video seamlessly with PowerDirector 11
I am using PowerDirector 11 to join 4 .vob files from a movie DVD. The 4 vob files are of 1 continuous movie, but was split up due to the DVD specification.
However in the output file there is a half second split when the end of a vob file is…
Chin
- 8,013
1
vote
2 answers
How to rip AVI from VOB using ffmpeg
I am trying to convert a VOB to an AVI. I have ripped an AVI from this VOB before using ffmpeg, but for some reason it's not working this time. This is what I tried:
ffmpeg -sameq -acodec copy -i VTS_01_2.VOB output.avi
This is the output I…
tony_sid
- 14,957
1
vote
3 answers
Codecs to play .vob files in Windows Media Player?
I’m using Windows Vista Home Premium and I cant find codecs for Windows Media Player that allows it to play .vob files.
I know there are other media players that play these files, but I’d like to use WMP for everything.
Do you know of any codec pack…
GetFree
- 3,230
1
vote
1 answer
.VOB files editing, converting and showing with right software
please Audio and video editing and encoding help me!
My problem is that:
last week with my camera (Panasonics VDR D160) i have filmed one of my company clinics.
Coming home, i move all the .VOB files writed on the mini DVD on my computer.
And now…
AiaceT
- 45
- 8
1
vote
1 answer
cutting titles/features/subvideos out of a VOB file using ffmpeg
I have a VOB video file obtained from a DVD. The video contains several separate subvideos from the DVD, which play one-after-another (e.g., the first subvideo is the main feature, the second subvideo is a bonus feature, the third subvideo is…
Trevor
- 339
- 2
- 6
1
vote
0 answers
How to edit/properly fix a DVD VOB/BUP/IFO file?
Intro
I have a DVDISO file, and opening it doesn't work because my built-in disk mounter can't read it.
So, I open it up with VLC and all looks fine. When booting it up it's supposed to take you to a screen where you can select what clip you want to…
Meh.
- 113