Use ffmpeg instead of libav in python ver #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "use-ffmpeg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit changes the concatenate parameter from
avconvtoffmpegAs 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