sciactive / pulverize

A multi-process rendering script for Blender VSE.
GNU General Public License v2.0
60 stars 13 forks source link

Use ffmpeg instead of libav in python ver #8

Closed Teteros closed 6 years ago

Teteros commented 7 years ago

This commit changes the concatenate parameter from avconv to ffmpeg As pulverize.php uses ffmpeg as default, rather than its fork libav.

Fixes #5

Seems some older Ubuntu/Debian versions used libav and now symlink ffmpeg for compability reasons https://stackoverflow.com/a/9477756