Questions tagged [vob]

35 questions
33
votes
4 answers

FFMpeg open a DVD VOB chain?

I'm new to FFMpeg so this may be a dumb question, but I don't see the answer in the documentation. I want to decode frames from a DVD vob files. Opening the first VOB in the group works fine, but how do I tell ffmpeg to continue on to the next VOB…
Sugrue
  • 3,629
  • 5
  • 35
  • 53
12
votes
3 answers

Convert a DVD VIDEO_TS dir to a single mp4 or mkv file?

I've got a file-to-file copy from a DVD, consisting of a Video_TS directory with a bunch of BUP, IFO and VOB files. I can open some (not all) of these files in a player like VLC, and it seems to contain fragments of the movie but it appears like…
RocketNuts
  • 9,958
  • 11
  • 47
  • 88
12
votes
2 answers

What's the VOBsub subtitle format?

Where can I find documentation/sample code of the VOBsub subtitles format? The one that's an .idx and a .sub file. I need to create a program that generates those subtitles. I've been looking on Google but only found how to rip them from DVD. Thanks
George
  • 121
  • 1
  • 1
  • 3
5
votes
2 answers

ffmpeg won't recognize x265 options

I am trying to use ffmpeg's built-in x265 library to process .VOB files through h.265codec. What I understood from the ffmpeg documentation was that: -c:v libx265 tells ffmpeg to use the h.265 codec for video streams -x265-params passes options to…
cdpp
  • 152
  • 2
  • 9
2
votes
1 answer

ERROR: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

I want to replace the audio stream in a Video-DVD. But I have problems with the replace of the audio stream. The DVD-VOB have 3 streams. Stream 0 is dvd_nav_packet. Stream 1 is the video. Stream 2 is the audio. I also tryed to change the…
2
votes
2 answers

Cleartool annotate command giving error - Not an object in a vob:"java file"

I am new to clearcase and I am trying to generate a blame file using annotate command, but I am getting the following error : cleartool: Error: Not an object in a vob: "App.java" I followed these steps : Created a view in clearcase…
Akshay jain
  • 555
  • 1
  • 7
  • 22
2
votes
1 answer

What's the algorithm for generating the time map (VTS_TMAP) data for a DVD's IFO file?

I'm looking to create an IFO file for a VOB so that I can produce a video DVD. I have the specifications for the contents of the VTS_01_1.IFO file however I'm not sure on how to generate the time map data for the VTS_TMAP section. I think the…
2
votes
1 answer

Teamcity and clearcase project spanning multiple vobs

I have a clearcase project spanning multiple vobs. Teamcity 5.0 appears to assume your project is on a single clearcase vob. Is it possible to have Teamcity build a clearcase project spanning multiple vobs?
hawkeye
  • 34,745
  • 30
  • 150
  • 304
2
votes
1 answer

How to hide irrelevant vobs in clearcase dynamic views (in windows)?

1st post here so I hope I'm not breaking any rules. To the point: I work on multiple projects and therefore may have multiple vobs mounted at any given time that are unrelated to the view that i want to work on at the moment. This causes each view…
stefanos
  • 105
  • 6
2
votes
1 answer

How to convert vob to wmv with ffmpeg with medium quality?

if use as parameters: string.Format("-i {0} -vcodec wmv2 -acodec wmav2 -sameq {1}", inputFileName, outPutFileName) output file size is very big. if use : string.Format("-i {0} -vcodec wmv2 -acodec wmav2 {1}", inputFileName, outPutFileName) output…
Andrei Piatrou
  • 424
  • 3
  • 12
1
vote
2 answers

Users are unable to work in two of our ClearCase servers

I need some help. Two years ago I inherited the responsibilities of maintaining our ClearCase system which is extremely outdated and I have no previous experience working with it at all. Today, users are having problems checking out files from two…
Luis
  • 11
  • 2
1
vote
0 answers

FFmpeg: How can I loop a single frame of video to cover the length of audio track

I have a VOB file holding an MPEG-2 video track with an AC-3 audio track. The video track of that VOB file consists of a single frame, which when played in a DVD player, holds that still frame until the audio track has finished. How can I (with…
John Bergqvist
  • 852
  • 13
  • 38
1
vote
1 answer

How to apply a private label with mklabel celearcase command?

I'm tring to apply a personal label on a file in clearcase vob. I've used the command: cleartool mklabel MY_LABEL TestFile.txt@@\main\1 End the result is: cleartool: Error: label type "MY_LABEL" not found in VOB "\TEST_vob" and no global type…
H2O
  • 153
  • 1
  • 1
  • 13
1
vote
1 answer

How to create a Vob in base ClearCase?

I am using base ClearCase. I want to create a Vob, with a storage location being my system hostename. What is the process to do so?
shiru
  • 11
  • 2
1
vote
2 answers

Jenkins UCM Clearcase - multiple streams

I am using Jenkins - UCM clearCase plugin. I have two streams - One for Code and one for config and build scipts. Stream selector: stream_code_name@\vob load rules: load set_code load set_config set_code is for…
user418836
  • 847
  • 3
  • 8
  • 19
1
2 3