我使用x264.exe手动转换格式:
x264.exe -q 25 --level 3 --ref 3 --mixed-refs --bframes 3 --b-adapt 2 --weightb --direct auto --subme 7 --trellis 1 --partitions p8x8,b8x8,i4x4 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output temp.mp4" "temp.avs"
相同的设置下如果长度小于10分钟左右则一切正常
但超过了10分钟左右,则PSP上就显示为“不兼容的数据”
而只用
-A all --crf 24 --level 3
则多长的片都可以正确播放,匪夷所思……
x264输出.h264用mp4box封装即正常