Sponsored Content
Special Forums UNIX and Linux Applications Help in converting VOB file to AVI Post 302735045 by Ophiuchus on Friday 23rd of November 2012 10:07:20 AM
Old 11-23-2012
Help in converting VOB file to AVI

Hello to all in forum,

Somebody could help me saying me which command or application can I use to convert correctly a VOB file of more than 5 GB in size.

I have the VIDEO_TS folder with the files:
- VTS_01 - Stream Information.txt
- VTS_01_0.IFO
- VTS_01_1.VOB

The Stream Information inside "VTS_01 - Stream Information.txt" are:
Code:
0x20 - Subtitle - English - [SubPicture 01: Normal] / LBA: 7877 / PTS: 00:00:24.471 / Delay: 24190ms 0x21 - Subtitle - Español - [SubPicture 02: Normal] / LBA: 14374 / PTS: 00:00:37.417 / Delay: 37137ms 0x22 - Subtitle - Français - [SubPicture 03: Normal] / LBA: 55952 / PTS: 00:02:14.581 / Delay: 134300ms 0x80 - Audio - AC3 / 6ch / 48kHz / DRC / English / LBA: 7 / PTS: 00:00:00.280 / Delay: 0ms 0x82 - Audio - AC3 / 2ch / 48kHz / DRC / Español / LBA: 9 / PTS: 00:00:00.280 / Delay: 0ms 0x83 - Audio - AC3 / 6ch / 48kHz / DRC / Français / LBA: 10 / PTS: 00:00:00.280 / Delay: 0ms 0x89 - Audio - DTS / 6ch / 48kHz / DRC / English / LBA: 8 / PTS: 00:00:00.280 / Delay: 0ms 0xE0 - Video - MPEG-2 / 720x480 (NTSC) / 4:3 / LBA: 1 / PTS: 00:00:00.280 / Delay: 0ms

Thanks in advance for any help.
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help wanted kernel avi

Hello there! Slightly off topic maybe, but maybe someone can help us. For a videoshow which will be called reality 6.1 we need a video file from a unix kernel that is compiling. Does anyone know how to capture this, or does anyone have such a vid? cheers, iuno (www.iuno.nl) (2 Replies)
Discussion started by: iuno
2 Replies

2. Solaris

Playing AVI in solaris 8

how to play avi file in solaris8 ??... it is not opening in realplayer 7 ..... i also dont have the root login ...plz help !!! (2 Replies)
Discussion started by: coolguyshail
2 Replies

3. Shell Programming and Scripting

ffmpeg or mplayer for avi conversion?

I need to output a summary of a video as an animated gif. Ideally, I would have 8 equally-spaced frames from the video, and play them back one at a time, each for 0.25 seconds. So I'd have a 2 second animated gif. This is what I have so far: #!/bin/bash mplayer "$@" -vo... (0 Replies)
Discussion started by: dotancohen
0 Replies

4. UNIX and Linux Applications

Convert .mp4 to .avi

Hello, I need software to convert multimedia files. What is the good software? I was looking for it on the web, but I did not find any special. Thanks... (1 Reply)
Discussion started by: feliks
1 Replies

5. Linux

convert avi to cellphone friendly 320x176 mp4 file...ffmpeg to the rescue :)

found a few ffmpeg posts and after a few unsuccessful attempts, I have found a solution :) to encode an avi to to an nokia e71 recognized mp4 format: ffmpeg -y -i inputFILE.avi -acodec aac -ab 72k -s 320x176 -aspect 16:9 -vcodec h264 -b 300k -qcomp 0.6 -qmin 16 -qmax 51 -qdiff 4 -flags +loop... (2 Replies)
Discussion started by: mr_manny
2 Replies

6. UNIX and Linux Applications

fix broken avi index

I need some recommendations on programs to fix broken avi index. Please tell me what your experiences have been with the program. Which programs work and which ones don't work. (1 Reply)
Discussion started by: cokedude
1 Replies

7. UNIX and Linux Applications

Burn avi to cd with k3b

Is there a way to burn avi to cd with k3b? When I tried the disc became unusable. I tried to open the disc on 2 different computers with no luck. (0 Replies)
Discussion started by: cokedude
0 Replies

8. Debian

How to play avi files Raspberry Pi?

Raspberry Pi B 2014-01-07 Raspbian fully up to date. Installed and configured motion for surveillance. It works just fine and creates .avi files and .jpeg. Installed Mplayer trying to run it from desktop was not successful. I did try to do a command line by executing sudo mplayer... (6 Replies)
Discussion started by: oldcity
6 Replies
mhpath(1mh)															       mhpath(1mh)

Name
       mhpath - print full pathnames of MH messages and folders

Syntax
       mhpath [ +foldername ] [ msgs ] [ -help ]

Description
       Use the command to display the full pathname of the specified folder.  If you do not specify a folder, displays the pathname of the current
       folder.

       If you specify a message with its message number, displays the pathname of the specified message.  You can also specify a  number  of  mes-
       sages,  or  a range of messages.  If the top of the range that you specify is greater than the last message in the folder, displays as much
       of the specified range as possible.

       Additionally can take a keyword or a sequence name.  The following keywords are acceptable:

       first	 The first message in the folder.

       last	 The last message in the folder.

       new	 The message after the last message in the folder.  You cannot use new as part of a message range.

       cur	 The current message in the folder.

       prev	 The message before the current message.

       next	 The message after the current message.

       all	 All of the messages in the folder.

Options
       -help	 Prints a list of the valid options to this command.

Examples
       In the following example, displays message 3 in the folder
       % mhpath +inbox 3
       /r/phyl/Mail/inbox

       The following example displays the pathname of messages 2 to 5 in the current folder:
       % mhpath 2-5
       /r/phyl/Mail/inbox/2
       /r/phyl/Mail/inbox/3
       /r/phyl/Mail/inbox/4
       /r/phyl/Mail/inbox/5

Profile Components
       Path:   To determine your Mail directory

Files
       The user profile.

See Also
       folder(1mh)

																       mhpath(1mh)
All times are GMT -4. The time now is 06:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy