教程很好用,多谢,另求教,
今天想把一个704x396的rmvb压成800x480,以方便在MP4里点对点播放,
Video #1
Format : RealVideo 4
Codec ID : RV40
Codec ID/Info : Based on AVC (H.264), Real Player 9
Duration : 46mn 49s
Bit rate : 575 Kbps
Width : 704 pixels
Height : 396 pixels
Display aspect ratio : 16/9
Frame rate : 23 fps
Resolution : 12 bits
Bits/(Pixel*Frame) : 0.090
“视频参数”窗口里的代码如下:
# ".\codecs\x264_x64.exe" - 800x480 --fps 23 --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 30 --me umh --merange 16 --no-dct-decimate --no-fast-pskip --non-deterministic --aq-mode 1 --aq-strength 1.0 --b-adapt 2 --ref 2 --subme 7 --psy-rd 0:0 --bframes 3 --direct auto --mixed-refs --trellis 2 --weightb --crf 24 --sar 1:1 --threads 6 -o "$(DestFile)"
用MediaCoder自带的画面裁剪在上下加了黑边,容器选的mp4格式,压制前后体积几乎相同,
但在MP4里播放的实际效果似乎比原来还差一点,在有细小的文字出现时,能看出压制后的文字周围更加模糊,
正在尝试用AVS脚本来调整分辨率,但在不大幅增加文件体积的前提下,mediacoder还有能调整哪些参数来提高细节的清晰度么?