LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-27-2012, 08:11 AM   #1
PayNow
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Rep: Reputation: Disabled
How to split vob files on debian ?


Hey guys,

i am using a kimsufi (debian) i want to know is their any solution for slipt vob files like if the mov start 00:00:00 i want to give end to 00:15:00. and also i want to know it possible to add watermark ?

Thanks

sorry for my bad english.
 
Old 06-27-2012, 04:40 PM   #2
Terminal_Cowboy
Member
 
Registered: Jun 2012
Distribution: Gentoo (Host), Arch (Guest), FreeBSD9, Android 2.3.6
Posts: 32

Rep: Reputation: Disabled
Code:
ffmpeg -ss 00:00:00 -t 00:15:00 -i file.vob -sameq file.mp4
The -ss is the start time and the -t is the end time.

if you want a h264 video file try this code
Code:
ffmpeg -ss 00:00:00 -t 00:15:00 -i file.vob -threads 0 -vcodec libx264 -vpre lossless_fast -crf 17 -acodec libfaac file.mp4
Add a Watermark to a Video with ffmpeg
http://www.linuxjournal.com/video/ad...k-video-ffmpeg

This is just a scratch of the power of ffmpeg. For more info read the man page for ffmpeg or do a google search like ffmpeg examples etc...

Last edited by Terminal_Cowboy; 06-27-2012 at 05:48 PM.
 
Old 06-27-2012, 05:41 PM   #3
silendo
Member
 
Registered: Jun 2012
Location: Italy
Distribution: Slackware 13.37
Posts: 45

Rep: Reputation: Disabled
Code:
mencoder -idx -endpos 00:15:00 -oac copy -ovc copy -o output.mp4 file.vob
Start 00:00:00 end 00:15:00

Regards
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing .avi and .vob files fabe856 Linux - Software 7 04-30-2012 01:24 AM
Compressing VOB files eplanamente Linux - Software 6 01-04-2006 11:15 AM
playing VOB files puishor Linux - Software 2 08-19-2005 07:49 PM
splitting vob files ssfrstlstnm Linux - Software 2 07-10-2005 03:55 PM
VOB files unplayable bobwall Linux - Software 6 11-28-2004 05:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration