Adding flags #9
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sciactive/pulverize#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
I'm very glad I found your Pulverize because otherwise Blender was going to fall second place to other video editors like openshot...
It works - I mean I can render my blender project utilising 4 cpu threads.
And I run it like this with (cheating) flags:
run-pulverize -ke4where 'run-pulverize' is a bash script to check the command line for flags and then run Pulverize.php..
and I added yad to browse for the blender file so that the command need not be run only in the blender dir
If I knew PHP then perhaps I would try making this to work in the Pulverize script? unless its a bad way of doing flags.
anyway, at least I can clear up the command line this way
the problem is that ffmpeg error messages don't display if the threads argument is given - and without it they do show.
Also the script output always shows "Removing temporary video files..." whatever the keepTempFiles value is.
I think I just need to redesign the way it takes arguments.