-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# dsPlayblast | ||
Playblast to mp4 | ||
Playblast to mp4 using FFMPEG | ||
|
||
![ui_dialog](docs/dialog.png) | ||
|
||
## Installation | ||
--- | ||
- Clone repository | ||
- If folder **qt_widgets_lib** is empty - cd your_cloned_path and run: | ||
``` | ||
git submodule init && git submodule update | ||
``` | ||
- Add file **ds_playblast.mod** to **Documents/maya/modules** directory with following data: | ||
``` | ||
+ ds_playblast 1.0.1 your_cloned_path/ds_playblast | ||
scripts: your_cloned_path/ds_playblast | ||
``` | ||
## Usage | ||
--- | ||
In Maya run the following Python command: | ||
```python | ||
import ds_playblast | ||
ds_playblast.MainDialog.display() | ||
``` | ||
|
||
## Notes | ||
--- | ||
- Tool will use default FFMPEG executable that comes with it, although it can be overriden in **ds_playblast/config/user.json** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters