Added pulverize.py, a Python version of pulverize.php #2

Merged
jpwarren merged 1 commit from master into master 2017-04-19 10:00:09 -07:00
jpwarren commented 2017-04-07 21:19:56 -07:00 (Migrated from github.com)

I created a Python version of pulverize.php.

Some differences from pulverize.php:

  • It uses argparse to make it easy to add new commandline arguments
  • -w or --workers option to specify how many processes you want to use for rendering. Default value is the same as pulverize.php.
  • --dry-run option to test things without actually rendering or concatenating
  • --render-only option to just do the render of tempfiles, but not the concat
  • --concat-only option to concat, but skip the render stage

Doesn't show progress of the rendering subprocesses, so if you want that, best to use pulverize.php instead.

I created a Python version of pulverize.php. Some differences from pulverize.php: - It uses argparse to make it easy to add new commandline arguments - `-w` or `--workers` option to specify how many processes you want to use for rendering. Default value is the same as pulverize.php. - `--dry-run` option to test things without actually rendering or concatenating - `--render-only` option to just do the render of tempfiles, but not the concat - `--concat-only` option to concat, but skip the render stage Doesn't show progress of the rendering subprocesses, so if you want that, best to use pulverize.php instead.
hperrin commented 2017-04-19 10:08:40 -07:00 (Migrated from github.com)

Thank you! :D

Thank you! :D
jpwarren commented 2017-04-19 17:58:39 -07:00 (Migrated from github.com)

No problem. And thank you for doing the hard work of figuring out how to do it in the first place!

It's much faster rendering videos, now.

No problem. And thank you for doing the hard work of figuring out how to do it in the first place! It's _much_ faster rendering videos, now.
hperrin commented 2017-04-19 19:03:43 -07:00 (Migrated from github.com)

Omg, yeah. I only render about an hour and a half of video every month, and the slow rendering was driving me crazy. xD

Omg, yeah. I only render about an hour and a half of video every month, and the slow rendering was driving me crazy. xD
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sciactive/pulverize!2
No description provided.