#!/bin/sh
# ffmpeg-avchd script by linux-tipps.blogspot.com# to encode a directory use this command:# for i in *.m2ts; do ffmpeg-avchd $i; doneIN="$1"; shiftOUT=$(echo $IN | sed 's/.m2ts//')-720p.aviecho Encoding $IN to $OUT.ff="ffmpeg -deinterlace -i "$IN" -acodec copy -vcodec libx264 -vpre normal -crf 25 -sws_flags lanczos -s hd720 -r 25"echo $ff $OUTnice $ff "$OUT"
Home » Video » Convert 1080i AVCHD directly to 720p avi with ffmpeg 0.5
Convert 1080i AVCHD directly to 720p avi with ffmpeg 0.5
Diposkan oleh Unknown on Sunday, August 30, 2009
The only thing I'm not really happy with yet is the deinterlacing and deshaking. I would like to use a sharper deinterlacer, but I guess I'd need mencoder for that. The Lanczos software scaler does make steady images pretty sharp already, though.
{ 0 komentar... read them below or add one }
Post a Comment
Come on share your comment, but please do not spam