Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Gaming / Games / Multimedia / Entertainment > A small script

Forgot Password?
 Gaming / Games / Multimedia / Entertainment   General discussion about Games, video, sound, multimedia, DVD's in Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-04-2007   #1 (permalink)
Linux Guru
 
fingal's Avatar
 
Join Date: Jul 2003
Location: Birmingham - UK
Posts: 1,539
A small script

Hi - I thought about posting this in the programming section, but as I'm not really a programmer (I rarely write scripts) and this relates to dvds, I thought I'd put it here.

I've been playing around with Avidemux which is useful if you want to convert a file in *.vob format to an *.avi ... I probably spent too long on this, but inspired by the (excellent) Avidemux documentation I wrote a script to create a single vob from a dvd.

It's not much actually, but feel free to copy, amend, etc ... You'll need an up-to-date version of Mplayer (without it the script is useless!) Also, be aware that this will create a very large file indeed, which can eat up a lot of disk space. Please monitor how much room you have on your hdd.
Code:
#!/bin/bash
clear #Clear the screen.

#Variables to define rip options
X="mplayer dvd://1 -dumpstream -dumpfile rippeddvd.vob"
Y="mplayer dvd://2 -dumpstream -dumpfile rippeddvd.vob"
Z="mplayer dvd://3 -dumpstream -dumpfile rippeddvd.vob"

#Get user input
echo Start ripping from chapter 1, 2 or 3?:

read number

#Show script is working.
feedback="Working ..."
echo $feedback

#Conditional stuff to handle user input and errors.

if [ "$number" = "1" ]; then $X
 elif [ "$number" = "2" ]; then $Y
 elif [ "$number" = "3" ]; then $Z
 else echo Sorry, but $number is out of range. Exiting.
 exit 1
 echo
fi

#Show ripped vob file.
echo
echo Your ripped file is:
ls -al *.vob

exit
__________________
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
fingal is offline  



Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:12 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1