mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add ffmpeg command to favourite
This commit is contained in:
parent
eb530d0a5f
commit
3dd25b2e25
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
ffmpeg -framerate 0.5 -pattern_type sequence -s 1080x720 -start_number 1 -i frame%d.jpeg -vcodec mpeg4 out.mp4
|
||||
grep -c ^processor /proc/cpuinfo
|
||||
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}
|
||||
dig +short myip.opendns.com AAAA @2620:0:ccc::2
|
||||
|
@ -26,4 +27,3 @@ repren --from multi --to Myan\ Mask --rename multi/*.jpg
|
|||
find . -mtime +30
|
||||
xargs -n 1 whatis
|
||||
netstat -peanut
|
||||
grep -c ^processor /proc/cpuinfo
|
||||
|
|
Loading…
Reference in a new issue