среда, 28 мая 2014 г.

1. Deinterlace(cycles windows):

1. Deinterlace(cycles windows):


##for %%a in ("*.MTS") do ffmpeg.exe -i "%%a" -vf yadif=mode=3:parity=-1:deint=0 -vcodec h264 -s 1920x1080 -b 1000k -aspect 16:9 -threads 2 -acodec ac3 -ar 48000 -ab 192k -ac 2 "%%~na.mkv"
##Copypaste

##for %%a in ("*.MTS") do ffmpeg.exe -i "%%a" -deinterlace -s hd1080 -bf 2 -b 16000k -qscale 0 -ab 256k -y "%%~na.mp4"
##Copypaste

for %%a in ("*.MTS") do ffmpeg.exe -i "%%a" -vf yadif=mode=0:parity=-1:deint=0 -vcodec h264 -s 1920x1080 -b 10000k -aspect 16:9 -threads 8 -strict experimental -c:a aac -ar 48000 -b:a 194k -ac 2 "test/%%~na.mp4"
##Eureka!