Hey, hey, I never thought about that! Convert it to mpg with ffmpeg on the command line and then use DVBCut? I just tried that and DVBCut didn't like it too much. But I was able to shrink the file from 168MB to 6MB which is acceptable to me. Would be nice to further cut it as an mpg but I don't know how much more time I'm willing to invest to do that. For what it's worth, here's the line I used to shrink the file (it was 640x480 and this command cut it down to 320x240):
ffmpeg -i input_file_640x480.avi -ar 22050 -b 500 -s 320x240 output_file_320x240.mpg Would welcome any other ideas!!! Thanks! On 7/30/07, Michael Riepe <[EMAIL PROTECTED]> wrote: > Hi! > > Footer wrote: > > Well ... both? > > I doubt that will ever happen. Output, maybe. > > > Although I wouldn't mind taking AVI input and making > > it MPEG output ... When I try open an AVI file for editing, it says: > > "Unknown file type" > > DVB material uses MPEG-2 container formats (PS/TS) exclusively. There > was (and still is) no need to support other input formats, unless you > want to turn dvbcut into a general-purpose video cutting software. > > That, on the other hand, will require massive changes to the code. I'm > afraid you'll have to live with AVI<->MPEG converters. > > Michael. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > DVBCUT-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dvbcut-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
