Questions tagged [vob]
The vob tag has no summary.
28 questions
2
votes
0
answers
39
views
How to process all existing streams of VOB with FFmepg not stumbling upon the non-existent streams?
It seems, I found an "universal" way to put all the streams of VOB file to MKV if called from Windows Explorer context menu put to Windows registry:
C:\Program Files\ffmpeg\bin\ffmpeg.exe -...
0
votes
0
answers
135
views
Is there any way to remux vob to mp4 from the context menu, using FFmpeg?
I'm aware FFmpeg has commands to be able to do this, but I don't want to type them every time.
Is there a way to add an option, like “Remux to MP4”, to the context menu, so I can simply right click on ...
1
vote
2
answers
2k
views
How to cut 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 sub-videos from the DVD, which play one-after-another (e.g., the first sub-video is the main feature, the second sub-...
1
vote
0
answers
2k
views
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 ...
3
votes
1
answer
11k
views
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 @ ...
2
votes
1
answer
2k
views
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 ...
0
votes
1
answer
825
views
Convert MPEG to VOB without reencoding
I have mpg video with lossless audio. I would like authorize dvd without reencoding, for example, with dvdstyler: VOB files will normally neither be reencoded nor be remultiplexed in case.
So I have ...
0
votes
1
answer
2k
views
Dvd upscaling with out quality loss to MKV
I have a DVD containing a VOB of resolution 720×640, with DTS audio.
I would like to upscale a the video to 1920×816 while retaining DTS audio without lose of video quality, and save it as an MKV ...
1
vote
0
answers
111
views
Detect Gaps In VOB Video File
I have a single VOB video file running 2h 20m with 50 episodes of a TV show. There are no chapter markers or menu.
Can I use a Linux command line tool to detect the black screen between each episode ...
0
votes
1
answer
469
views
Ffmpeg transcoding video .vob (vcodec MPEG-2)
I want to transcode a file .vob to get the bitrate 1500 with 16/9 ratio I execute this command ffmpeg
ffmpeg -i /path/video.vob -vcodec libx264 -vf scale=1280:-2 -strict experimental -b:v 1308k -b:a ...
0
votes
1
answer
2k
views
How to cut a VOB file with FFmpeg?
How do I cut a decrypted VOB file with FFmpeg?
For example, to keep the first 5 minutes of a VOB file?
4
votes
2
answers
45k
views
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 ...
1
vote
1
answer
3k
views
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? ...
3
votes
1
answer
10k
views
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:
...
0
votes
2
answers
4k
views
Why do the VOB files of a DVD have the same size but different play length?
To prove my point I made a screen-shot:
My 2nd question: In order to email the content of the DVD to someone so that he/she can just watch the entire video (with audio) of the DVD, do I need to send ...