pablo33 / Shotwell-event2folder

Shotwell event to folder structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add .mov movies transcoding option

pablo33 opened this issue · comments

Some cameras makes large-size videos, I wanted an option to make them smaller without breaking the original data in shotwell's database.

I will use ffmpeg utility and rename processed videos by adding (conv) on its filename. Failed file conversions will rename the file as (f).
An average kb/s will be used to guess what kind of videos are going to be converted.
Only available for .MOV files.

An average of Kbs/MegaPixel is used to define a minimum limit to select movies.
A new parameter has been added to filter movies by extension.
Branch will be merged into master after testing.