This is a small utility I wrote in Python and QT to convert image sequences with a simple drag and drop that should recognize the sequence if the file is in that format: file_name.frame_number.ext (my_file.003.exr / my_file.004.exr / my_file.005.exr / …)
I also made another utility to assembly movies, also work with drag and drop.
This is very wip but I find it very very useful in production!
Download WIP
It uses FFMPEG, path can be set in the config.json.
www.vincentgires.com
Nice !! 😀
How about allowing another symbol than the dot for more versatility ?
Like image_001.exr or image-001.exr
Live & Learn
There is already some tests to check if the numbers are with more than one digit : 009/010/011 will work as well as 0009/0010/0011 but also 9/10/11.
I’ll try to include other sequence pattern with – and _ but if the file format is not recognize right now, you can edit the sequence format manually in the appropriate line 😉
Any idea are welcome.
My dream would be to have it as a nodal small application but I have no idea how to start to create it which is for my the perfect interface for this kind of application.
www.vincentgires.com
Can you build an .exe and Linux or Mac equivalent and can it encode in .webM ?
Live & Learn
WebM (VP8 and VP9) is supported and already in the script.
This is python, so basically there is several software to convert it as executable (cx_freeze, py2exe, PyInstaller) but unless I’m really happy of what the script does, I will not spend time to built it right now but I plan to do it later if it’s useful. However, I will never be able to make a build for MacOS, and it seems quite difficult to pack legally a binary of ffmpeg according to the GPL.
www.vincentgires.com
Some small updates: the list can be saved in a file and reload later and I add the awesome free icons theme from tango desktop.
Very fun and easy to do. I love Python more and more. Unlimited possibilities!
www.vincentgires.com
You must be logged in to reply to this topic.