lupusbalo Posted August 7, 2009 Posted August 7, 2009 (edited) I made a small script as a front/end for ffmpeg allowing multiple conversion of AVCHD VideosEverything works OK including a progress bar (% of MB processed), except that it's window don't move around.(1)(annoying when conversion lasts tens of minutes even hours)initialization of the progress bar occurs asProgressOn("Conversion MTS => MPEG", "Fichier ",500,10,18)with the option 18 = 16 (Window can be moved) + 2 (Without "always on top" attribute) as stated in the help filetested with "production" version 3.3.0.0 and beta version 3.3.1.1 and same result under XP SP2I dont see where i'm wrongnothing found in the forumLupusbalo1- (No other GUI used just some "FileOpenDialog" to choose relevant files) Edited August 7, 2009 by lupusbalo
somdcomputerguy Posted August 7, 2009 Posted August 7, 2009 Change ProgressOn("Conversion MTS => MPEG", "Fichier ",500,10,18) to ProgressOn("Conversion MTS => MPEG", "Fichier ", "", 500, 10, 18) - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
lupusbalo Posted August 7, 2009 Author Posted August 7, 2009 duno why I can't see this blod£%3@# (heu sorry! ) 3rd parameterThanks a lotLupusbalo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now