Browse Source

Update 'README.md'

master
Joshua Pickard 3 years ago
parent
commit
491752c2d8
  1. 12
      README.md

12
README.md

@ -4,7 +4,7 @@
+ [File Management](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#file-management) + [File Management](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#file-management)
+ [Network, Firewall, UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw) + [Network, Firewall, UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw)
+ [NFS](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#mount-nfs-share-nfs-common-or-nfs-utils) + [NFS](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#mount-nfs-share-nfs-common-or-nfs-utils)
+ [Merge Video](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#merge-video-files-with-ffmpeg) + [Videos](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#merge-video-files-with-ffmpeg)
+ [Hylafax](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#hylafax) + [Hylafax](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#hylafax)
+ [Linux Users](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#linux-users) + [Linux Users](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#linux-users)
+ [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#windows) + [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#windows)
@ -118,6 +118,16 @@ file 'file 4.mkv'
``` ```
`ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv` `ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv`
## Rotate Videos
`ffmpeg -i in.mov -vf "transpose=1" out.mov`
```
0 = 90CounterCLockwise and Vertical Flip (default)
1 = 90Clockwise
2 = 90CounterClockwise
3 = 90Clockwise and Vertical Flip
```
# Hylafax # Hylafax
## Add Users ## Add Users

Loading…
Cancel
Save