Add note about ffmpeg
This commit is contained in:
parent
c920a1d307
commit
cd10734696
1 changed files with 8 additions and 0 deletions
8
notebook/Linux/Tools/ffmpeg.md
Normal file
8
notebook/Linux/Tools/ffmpeg.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# ffmpeg
|
||||||
|
## Linux Commandline tool for Video Editing
|
||||||
|
Basic commandline: `ffmpeg -i input.mp4 output.mp4`
|
||||||
|
- Remove Audio: `-an`
|
||||||
|
- Video Bitrate: `-b:v 32M`
|
||||||
|
- Start time: `-ss 3:00`
|
||||||
|
- Duration: `-t 1:00`
|
||||||
|
- Duration (absolute): `-to 4:00`
|
Loading…
Reference in a new issue