Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagadeeshshetty/ffmpeg
FFMPEG command usage
https://github.com/jagadeeshshetty/ffmpeg
Last synced: about 2 months ago
JSON representation
FFMPEG command usage
- Host: GitHub
- URL: https://github.com/jagadeeshshetty/ffmpeg
- Owner: jagadeeshshetty
- License: mit
- Created: 2015-08-12T19:38:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T19:45:40.000Z (over 9 years ago)
- Last Synced: 2023-03-03T10:52:29.283Z (almost 2 years ago)
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFMPEG
FFMPEG command usage# Rotate video
$ ffmpeg -i input_file -vf transpose_parameter output_fileEx:
$ ffmpeg -i in.mov -vf "transpose=1" out.movFor the transpose parameter you can pass:
0 = 90CounterCLockwise and Vertical Flip (default)
1 = 90Clockwise
2 = 90CounterClockwise
3 = 90Clockwise and Vertical Flip