Re: [請問] 轉檔出現怪現象
首先解析度我會縮小到 1280x***
音訊我會用 qaac 重新編碼為 AAC
h.264+aac我會用MP4封裝
我不喜歡AVS,它是和時代脫節的工具了,問題一堆。
都用ffmpeg內建filters解決問題
ffmpeg.exe -i "movie.mkv" -y -vn -async 1 -f wav - | qaac.exe -q 2 --tvbr 100 --ignorelength -o "audio.m4a" -
ffmpeg.exe -i "movie.mkv" -i "audio.m4a" -map 0:v -map 1:a -c:a copy -vf scale='1280:trunc((1280/dar)/16+0.5)*16' -c:v libx264 -profile:v high -preset veryslow -x264opts crf=18:ref=4:bframes=5 "movie.mp4"
http://ffmpeg.org/ffmpeg.html
http://ffmpeg.zeranoe.com/builds/
https://sites.google.com/site/qaacpage/cabinet
如需掛載字幕可以用 -vf subtitles=tempsub.ass
字幕必須要在 %cd% 底下,ffmpeg.exe目錄下要有fonts.conf
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 1.173.98.192
※ 編輯: falcon 來自: 1.173.98.192 (12/11 15:03)
※ 編輯: falcon 來自: 1.173.98.192 (12/11 15:11)
※ 編輯: falcon 來自: 1.173.98.192 (12/11 15:16)
討論串 (同標題文章)
AVEncode 近期熱門文章
PTT數位生活區 即時熱門文章