dies-irae
3rd July 2008, 19:24
Hello to all,
I've started coding a simple drag and drop gui for batch converting AVCHD files to avi. Havent found one, but if there is, ill be happy to stop :D
it all started from this post http://forum.videohelp.com/topic347139.html from which i got the basic batches.
I wrote it mostly for the people in my lab who hardly will ever want to know what Avisynth is.
If you care to try it out and let me know the major flaws and bugs i'll try to improve it!
I'm using avisynth, dgavcdecode and ffmpeg (basically i'm just writing down the batches and running them) and QT for the interface
Interface looks like this:
http://www.b4silio.com/files/mts2avi.jpg
you can find it here:
http://www.b4silio.com/files/mts2avi.zip
it "should" work on windows xp, no idea if it works on vista.
To setup export formats, i've put a "formats.cfg" file, it's a simple file with a serie of couples of format names and ffmpeg options (open the file in notepad to see more details)
My export to mpeg2 crashes ffmpeg, but i'm a complete noob with ffmpeg so if you can tell me how to do that properly i'll be eager to correct it!
It's VERY ALPHA so be gentle :p
*EDIT*
added support for files in different folders and removing of files (just select them and hit delete).
I've started coding a simple drag and drop gui for batch converting AVCHD files to avi. Havent found one, but if there is, ill be happy to stop :D
it all started from this post http://forum.videohelp.com/topic347139.html from which i got the basic batches.
I wrote it mostly for the people in my lab who hardly will ever want to know what Avisynth is.
If you care to try it out and let me know the major flaws and bugs i'll try to improve it!
I'm using avisynth, dgavcdecode and ffmpeg (basically i'm just writing down the batches and running them) and QT for the interface
Interface looks like this:
http://www.b4silio.com/files/mts2avi.jpg
you can find it here:
http://www.b4silio.com/files/mts2avi.zip
it "should" work on windows xp, no idea if it works on vista.
To setup export formats, i've put a "formats.cfg" file, it's a simple file with a serie of couples of format names and ffmpeg options (open the file in notepad to see more details)
My export to mpeg2 crashes ffmpeg, but i'm a complete noob with ffmpeg so if you can tell me how to do that properly i'll be eager to correct it!
It's VERY ALPHA so be gentle :p
*EDIT*
added support for files in different folders and removing of files (just select them and hit delete).