Atak_Snajpera
9th December 2006, 18:30
Anybody knows how to enable deblocking function in the latest ffmpeg.exe? After encoding I have ugly blocks on PSP and PC as well. If I use old version (30.11.2005) blocks are smoothed. My settings below.
ffmpeg.exe -y -i "C:\movie.avi" -title "movie" -pass 1 -passlogfile "C:\stat" -vcodec h264 -coder 1 -s 320x240 -r 29.97 -b 384 -acodec aac -ac 1 -ar 48000 -ab 48 -f psp "C:\TEMP\MP_ROOT\100ANV01\MAQ00100.mp4"
ffmpeg.exe -y -i "C:\movie.avi" -title "movie" -pass 2 -passlogfile "C:\stat" -vcodec h264 -coder 1 -s 320x240 -r 29.97 -b 384 -acodec aac -ac 1 -ar 48000 -ab 48 -f psp "C:\TEMP\MP_ROOT\100ANV01\MAQ00100.mp4"
ffmpeg.exe -y -i "C:\movie.avi" -f image2 -ss 5 -vframes 1 -s 160x120 -an "C:\TEMP\MP_ROOT\100ANV01\MAQ00100.THM"
ffmpeg.exe -y -i "C:\movie.avi" -title "movie" -pass 1 -passlogfile "C:\stat" -vcodec h264 -coder 1 -s 320x240 -r 29.97 -b 384 -acodec aac -ac 1 -ar 48000 -ab 48 -f psp "C:\TEMP\MP_ROOT\100ANV01\MAQ00100.mp4"
ffmpeg.exe -y -i "C:\movie.avi" -title "movie" -pass 2 -passlogfile "C:\stat" -vcodec h264 -coder 1 -s 320x240 -r 29.97 -b 384 -acodec aac -ac 1 -ar 48000 -ab 48 -f psp "C:\TEMP\MP_ROOT\100ANV01\MAQ00100.mp4"
ffmpeg.exe -y -i "C:\movie.avi" -f image2 -ss 5 -vframes 1 -s 160x120 -an "C:\TEMP\MP_ROOT\100ANV01\MAQ00100.THM"