videoscripts icon indicating copy to clipboard operation
videoscripts copied to clipboard

jwplayer and video related utilities

Results 13 videoscripts issues
Sort by recently updated
recently updated
newest added

Could you please provide the script file for generating multiple sprite images with single vtt file. example: if we have the 400 images, we want to create 4 sprite images...

Any chance we could get this converted to Python 3? I tried the trusty old 2to3 but it blows up after thumbnail generation: ``` 9 thumbs written in /mnt/videoscripts/sprites/thumbs/test_encode_vtt START...

this merge requests includes some minor code cleanups and fixes to archive compatibility with [indigo-player](https://github.com/matvp91/indigo-player) fixes: https://github.com/matvp91/indigo-player/issues/56

The script fail when I try to get the geometry from the previously generated thumbfiles. I've checked and they are on disk - so I wonder what's going on. Here...

ERROR [2016-08-03 14:03:45.346690] An exception occurred None 'module' object has no attribute 'check_output' Traceback (most recent call last): File "/home/oevna/videoscripts/sprites/makesprites.py", line 292, in run(task) File "/home/oevna/videoscripts/sprites/makesprites.py", line 253, in run...

Hi, Will be possible to add a parameter to change where the vtt files are being saved. Somthing like: `python makesprites.py [video.mp4] [output_path]` This will be great. Thanks!

Hello, I try to use makesprites but I have an error. Could you help me please? The logfile: START [2015-10-04 00:34:33.791965] : ffmpeg -i video.mp4 -f image2 -bt 20M -vf...

I am using videoscripts (ffmpeg, imagemagick on windows). If i use it to output

Executing ffmpeg with "-vf fps=%s" is an extremely slow and very high cpu consuming process. I'd suggest the script should require at least 1 more argument: the video's duration in...