Opened 17 years ago
Last modified 17 years ago
#1576 new defect
Mencoder problems in PSP Sony
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | core |
| Version: | 1.0rc2 | Severity: | normal |
| Keywords: | Cc: | robinson.vieira@… | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
I Have 2 computers, one with Fedora 10 and other Ubuntu 8.04 and the same version of mencoder/mplayer and the package of the x264. My problem is when play the video in PSP, appears the message "unknow video type". This problem occurs after the upgrade the packages.
My script for conversion, tks for help.
mencoder -sws 9 -vf scale=480:272,harddup,unsharp=l3x3:0.7 \
-srate 48000 -af lavcresample=48000 \
-oac faac -faacopts br=128:mpeg=4:object=2:raw \
-ovc x264 \
-x264encopts bitrate=650:global_header:partitions=all:trellis=1:vbv_maxrate=768:vbv_bufsize=2000:level_idc=30:threads=2:crf=30 \
-of lavf -lavfopts format=psp \
$LEGENDA -ofps 24000/1001 -o "$OUTPUT" \
-info name="$NAME" "$INPUT"
Change History (2)
comment:1 by , 17 years ago
| Cc: | added |
|---|
comment:2 by , 17 years ago
| Component: | af → core |
|---|---|
| Owner: | changed from to |

This is not an af problem, moving to core instead.