Added some scripts

This commit is contained in:
Damien Broqua 2020-04-25 21:01:04 +02:00
parent b70af69038
commit a557bb9c55
5 changed files with 105 additions and 18 deletions

View file

@ -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