Added some scripts
This commit is contained in:
parent
b70af69038
commit
a557bb9c55
5 changed files with 105 additions and 18 deletions
|
@ -1,8 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
|
||||
ls -1tr | grep -v files.txt > files.txt
|
||||
mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=15 'mf://@files.txt'
|
||||
ffmpeg -i output.avi -y -s hd1080 -sameq final.avi
|
||||
|
||||
rm files.txt output.avi
|
||||
mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=20 'mf://@files.txt'
|
||||
|
||||
ffmpeg -i output.avi -y -sameq -vf scale=1920:1440,crop=1920:1080 output-final.avi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue