John_He
15th November 2007, 11:10
I transcoded many clips to AVC for the PSP with the same parameters, but they are sometimes not recognized by PSP. That means, some clips work fine, but some are "not supported". I think there must be some restrictions other than framerate, resolution or audio frequency. Someone has any ideas?
I used these parameters:
AVS file:
DirectShowSource("clip.avi")
LanczosResize(480,272)
x264:
x264 --qp 22 --level 2.1 --ref 2 --mixed-refs --bframes 2 --b-rdo --bime --weightb --direct auto --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4,p4x4 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "video.mp4" "clip.avs"
audio:
avs2wav "clip.avs" - | neroaacenc -br 72000 -lc -ignorelength -if - -of "audio.mp4"
muxer and ATOMChanger:
mp4box -add "video.mp4" -add "audio.mp4" "output.mp4"
ATOMChanger "output.mp4" "output_fixed.mp4" AtomAVC.ini
PS: The audio is 48000Hz
I transfer output_fixed.mp4 to ms0:/VIDEO but PSP reports "unsupported".
If I add
Trim(0,99)
to the AVS script and encode using the same parameters, it works.
I used these parameters:
AVS file:
DirectShowSource("clip.avi")
LanczosResize(480,272)
x264:
x264 --qp 22 --level 2.1 --ref 2 --mixed-refs --bframes 2 --b-rdo --bime --weightb --direct auto --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4,p4x4 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "video.mp4" "clip.avs"
audio:
avs2wav "clip.avs" - | neroaacenc -br 72000 -lc -ignorelength -if - -of "audio.mp4"
muxer and ATOMChanger:
mp4box -add "video.mp4" -add "audio.mp4" "output.mp4"
ATOMChanger "output.mp4" "output_fixed.mp4" AtomAVC.ini
PS: The audio is 48000Hz
I transfer output_fixed.mp4 to ms0:/VIDEO but PSP reports "unsupported".
If I add
Trim(0,99)
to the AVS script and encode using the same parameters, it works.