LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-25-2007, 10:14 PM   #1
Rick069
Member
 
Registered: Feb 2005
Distribution: Arch Linux
Posts: 204

Rep: Reputation: 30
A faster batch processing method


Does anyone have an opinion of what is a faster way of batch processing .avi files or any video file? Batch scripts or what have you. Maybe an example would be helpful.
 
Old 06-25-2007, 11:23 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
When I have to transcode a set of videos, I usually just use a for loop on the command line. For example, to run a script "recode2dvd" on each ".avi" file in the current directory:

Code:
for file in *.avi ; do recode2dvd $file ; done
 
  


Reply



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
Batch Processing ankan Linux - Software 3 10-11-2013 10:52 AM
LXer: Batch processing in PHP LXer Syndicated Linux News 0 12-09-2006 05:54 AM
script help for batch processing mma8x Linux - General 5 12-08-2006 01:31 AM
Image batch processing cvzyl Linux - Software 3 03-20-2006 02:45 AM
how to do batch processing with time out? Franziss Programming 4 11-30-2005 10:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:05 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