-
Notifications
You must be signed in to change notification settings - Fork 0
/
makefinalmp4.sh
3 lines (3 loc) · 1.34 KB
/
makefinalmp4.sh
1
2
3
/home/omnipotententity/coding/mplayer-src/mplayer/mencoder -nosound -vf format=i420 -ovc raw -of rawvideo -ofps 60.100 -o s.log -quiet "mixed.avi" | /home/omnipotententity/coding/x264-src/x264/x264 s.log --pass 1 --bitrate 200 --keyint 300 --ref 15 --bframes 6 --b-adapt 2 --weightb --direct auto --subme 9 --partitions all --me esa --merange 24 --threads 1 --8x8dct --no-dct-decimate --fps 60.100 --no-fast-pskip --threads 1 --output "encoded.mp4" 256x224
/home/omnipotententity/coding/mplayer-src/mplayer/mencoder -nosound -vf format=i420 -ovc raw -of rawvideo -ofps 60.100 -o s.log -quiet "mixed.avi" | /home/omnipotententity/coding/x264-src/x264/x264 s.log --pass 3 --bitrate 200 --keyint 300 --ref 15 --bframes 6 --b-adapt 2 --weightb --direct auto --subme 9 --partitions all --me esa --merange 24 --threads 1 --8x8dct --no-dct-decimate --fps 60.100 --no-fast-pskip --threads 1 --output "encoded.mp4" 256x224
/home/omnipotententity/coding/mplayer-src/mplayer/mencoder -nosound -vf format=i420 -ovc raw -of rawvideo -ofps 60.100 -o s.log -quiet "mixed.avi" | /home/omnipotententity/coding/x264-src/x264/x264 s.log --pass 3 --bitrate 200 --keyint 300 --ref 15 --bframes 6 --b-adapt 2 --weightb --direct auto --subme 9 --partitions all --me esa --merange 24 --threads 1 --8x8dct --no-dct-decimate --fps 60.100 --no-fast-pskip --threads 1 --output "encoded.mp4" 256x224