Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/test-ffmpeg
https://github.com/johnandersen777/test-ffmpeg
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnandersen777/test-ffmpeg
- Owner: johnandersen777
- License: mit
- Created: 2020-05-12T18:15:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T18:18:28.000Z (over 4 years ago)
- Last Synced: 2024-10-24T09:12:40.293Z (25 days ago)
- Language: Python
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DFFML ffmpeg Operations
ffmpeg description.
## Usage
Example usage
```console
export OPIMPS="calc_add calc_mult calc_parse_line associate"
dffml operations all \
-sources nill=memory \
-source-keys 'multiply 10 and 42' \
-repo-def calc_string \
-dff-memory-operation-network-ops $OPIMPS \
-dff-memory-opimp-network-opimps $OPIMPS \
-output-specs '["calc_string", "result"]=associate_spec' \
-remap associate.result=result \
-log debug
```## License
DFFML ffmpeg is distributed under the [MIT License](LICENSE).