https://github.com/ispyhumanfly/mpavutils
A collection of useful audio and video endcoding utilities.
https://github.com/ispyhumanfly/mpavutils
Last synced: about 2 months ago
JSON representation
A collection of useful audio and video endcoding utilities.
- Host: GitHub
- URL: https://github.com/ispyhumanfly/mpavutils
- Owner: ispyhumanfly
- License: mit
- Created: 2012-05-21T02:33:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T20:48:10.000Z (over 7 years ago)
- Last Synced: 2024-10-18T20:48:23.485Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 6.64 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpavutils
A collection of useful audio and video endcoding utilities. The purpose of this collection is to offer a wide range of utilities that could prove useful when used in conjunction with other software.## Synopsis
Search for supported media files on your system.
mpscan ~/Movies
Or...
mpscan ~/Downloads ~/Movies mysong.mp3
Create a 3-pass high-quality ffmpeg movie.
mpffmpeg dvd://1 -o file.avi -m "-af volume=10"
You could juse as easily do the same in x264.
mpx264 dvd://1 -o file.avi -m "-af volume=10"
## Copyright
Copyright 2010 - 2017 Dan Stephenson (ispyhumanfly)## License
MIT