Questions tagged [vob]
35 questions
1
vote
1 answer
Clearcase Command for labeling Fails
We are applying labels recursively to a VOB.
Following clearcase command is failing and in turn the process of labelling a whole vob is failing.
To be honest, I am not aware of what every word means in this command.
Can you please explain what it…

Sahil
- 359
- 2
- 5
- 13
1
vote
2 answers
How to check last access ClearCase vob?
Can anyone help me how to find time and date when the ClearCase (UCM) VOBS are last accessed ?

Yashwanth
- 163
- 1
- 9
1
vote
1 answer
C# plugin for authoring DVD movies?
We have a product which includes some video editing tools. We've had a request to add the ability to write the resulting videos to a standard DVD movie disk.
To do this, I estimate I'd have to create mpg files, covert to vobs, write the correct…

Sugrue
- 3,629
- 5
- 35
- 53
1
vote
1 answer
How to add new directory (with files and folders) to a VOB in CCRC 7.0.1?
I am using CCRC 7.0.1/RAD 8.5. There is a new project (directory) to be uploaded under a VOB. This VOB does not have any other directory. This directory(to be added) has many folders and files.
There is a main branch as well as an Integration…

seasalt
- 13
- 3
1
vote
1 answer
How to mount a remote vob in dynamic view on clearcase
Trying to mount a remote vob on my dynamic view but getting Error
when applying command cleartool lsvob getting this vob in the list and it is public
command i am trying is cleartool mount \clinical
cleartool: Error: The VOB storage directory…

Akshay jain
- 555
- 1
- 7
- 22
1
vote
1 answer
Get the ClearCase VOB of an activity, stream or stream location with cleartool
I'm trying to write a script to get the vob with the help of cleartool.
I have the activity id, the stream name and the stream location as input. From this I need to get the vob.
cleartool lsvob -short is pretty much what I need, but I only need…

Seega
- 3,001
- 2
- 34
- 48
1
vote
1 answer
vobrpc_server.exe(7616): Error: Error from VOB database: "\MYVOB"
Error encountered while loading component in snapshot views and corresponding vobrpc error says:
vobrpc_server.exe(7600): Error: Error from VOB database: "\MYVOB".
vobrpc_server.exe(7600): Error: db_VISTA error -901 (errno == "Invalid…

HITENC
- 67
- 7
1
vote
1 answer
Is there a recommend limit on the size of a ClearCase Vobs? If so, why?
I am using CC 8.0 and ClearTeam explorer.
I had read, from some other article a while back, that 30GB was the recommended limit size.

kevin zamora
- 153
- 1
- 7
1
vote
1 answer
Disable checkout after "add to source" in clearcase
I need to add a source to an element so that operations like modified or checkout the file is prevented after the element is added. Is that possible? How should the permissions be set to achieve this?

user3257666
- 37
- 1
- 5
1
vote
1 answer
ClearCase Symbolick Link Issue
I have created a symbolic link for folder1 to make it available in vob2\rootdir from vob1\rootdir.
And I labeled the whole directory folder1 recursively in vob1.
But when I modified the configspec of dynamic view to load folder1, it was loaded under…

user2705120
- 249
- 5
- 12
1
vote
1 answer
Losing Audio When Converting VOB to MPEG-2 using FFMPEG
I'm using FFMPEG to convert VOB files to MPEG2 using ffmpeg -i file.vob -c copy
out.mpg.
It's converting the video fine, but the audio doesn't play on the resulting
files. I get the
[mpeg @ 0x118afc0] max_analyze_duration 5000000 reached at…

Nathan
- 766
- 2
- 9
- 19
1
vote
1 answer
How to realize the "cp -u" function in a clearcase vob?
We have two vobs which are "voba" and "vobb". And there is a directory "abc" in both vob and contains the same .h / .cpp files.
Usually, the files in "abc" dir in "voba" are updated quite frequently. And from time to time, I would like to update all…

user2191818
- 39
- 1
- 4
0
votes
2 answers
Stripping Audio From Vob Files through command prompt
What we need to do is either, extract the audio from a group or singular Vob video file and convert it to a .Wav format. Now the process of actually extracting the audio and converting it can be done from a third party application however this…

Matthew kingston
- 185
- 1
- 3
- 12
0
votes
1 answer
OpenGL VBO from array on SD Card (Android)
I parse a binary point cloud file and get large arrays of points and their properties. These more often then not run out of memory when allocating towards VBOs before drawing. I need a solution that handles the memory problem but is still fast…

RedLeader
- 657
- 1
- 15
- 28
0
votes
3 answers
C# Merge VOB files, is it possible?
All,
I'm making a training kit that has content given to use with 2 VOB files that I need the software to automatically merge to 1. We'll be getting upto 10-15 vob files from this vender and our requirements are to move to a single file.
Is merging…

Mike
- 3
- 1