google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

[Feature] Internal batch processing #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe it will be useful for somebody, im thinking about new feature:
internal thumbs batch processing. 

For example, i have 1 video file. So, to make 5..n thumbs i need to run
this util 5..n times with different parameters. But it can be much easier
to process one file with only execution, with flag --batch. 

So, if  '--batch' used, we need to specify some params:
-i input file
-o output format ("/dir/to/output/file_%i.jpg")
-n (If used - make automatic offsets by 100%/n)
-p (If -n not used) string, containing percentages of offsets "10:20:30:..." 
-t (If -n and -p not used) string containing second offsets
"10:213123:2312:...."

I`ll try to implement this stuff if i have time, but i think it`s will be a
great option for web developers that working with media services (im one of
them). Maybe for 1.5.0 release or smthn.

Original issue reported on code.google.com by dan.sose...@gmail.com on 11 Jan 2009 at 11:04

GoogleCodeExporter commented 9 years ago
I'm afraid this doesn't have a high priority at the moment.

Original comment by dirk.vdb on 5 Feb 2009 at 1:18

GoogleCodeExporter commented 9 years ago
It`s ok, i already implemented this feature for my needs

Original comment by dan.sose...@gmail.com on 5 Feb 2009 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 12 May 2009 at 8:38