I'm making a script to convert avi to DVD, and I need a way to get the information from an AVI one piece at a time from command line (like audio format, resolution, etc.). Anyone have any ideas?
+ Reply to Thread
Results 1 to 6 of 6
-
-
i dunno if this is what you're looking for:
http://zebra.fh-weingarten.de/~transcode/man1/tcprobe.1.html
tcprobe is part of transcode package, so i think you have to install transcode in order to use it.
usage is like this:
$ tcprobe -i <filename> -
MPGTX
http://mpgtx.sourceforge.net/
Standalone app, with a bunch of features.
For getting file info, syntax is:
Code:mpgtx -i <filename>
Similar Threads
-
CrossPlatform command line tool to multiplex avi files?
By Selur in forum Newbie / General discussionsReplies: 0Last Post: 23rd Mar 2012, 15:29 -
command line tool to automatically cut avi file in HALF
By Choller in forum EditingReplies: 2Last Post: 1st Jan 2010, 02:19 -
Command line tool to take AVI samples
By Dean C in forum EditingReplies: 6Last Post: 9th Sep 2008, 05:55 -
Command line text overlay tool
By lmundy in forum LinuxReplies: 3Last Post: 13th Jul 2008, 13:58 -
Command-Line Tool to Join Videos?
By RobDude in forum EditingReplies: 1Last Post: 4th Jul 2007, 12:53