[FFmpeg-user] Weird problem converting video for PSvita,

gene0mega gene0mega at zoho.com
Mon May 12 01:14:34 CEST 2014


Hello all,
I am new to ffmpeg and have weird problem converting video for psvita,
The result of converting failed to seek-to or play-consistent after about 30mins,
I do not think it's the problem with my command or ffmpeg, cuz the video-out works smoothly on my PC
anyway here they are:

ffmpeg -i /usr/share/video/example.rmvb -c:a copy -c:v libx264 -aspect 1:1 -aspect :v 16:9 -pix_fmt:v +yuv420p -map_metadata -1 /var/cache/ffmpeg/exampleout.mp4

FYI,
`ffprobe /usr/share/video/example.rmvb`
...
Stream #0:0: Audio: aac (raac / 0x63616172), 44100Hz, stereo, fltp, 192kb/s
Stream #0:1: Video:rv40 (RV40 / 0x30345652), yuv420p, 1280x720, 1201 kb/s 24fps, 24tbr, 1ktbn, 1k tbc


`ffprobe /var/cache/ffmpeg/exampleout.rmvb`
...
major_brand: isom
minor_version: 512
compatible_brands: isomiso2avc1mp41
Stream #0:0(und): Vedio: h264(High) (avc1 / 0x31637661), yuv420p, 1280x720[SAR 1:1 DAR 16:9], 891 kb/s 24fps, 24tbr, 1572867.00 tbn, 48tbc(default)
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100Hz, stereo, fltp, 191kb/s (default)


`ffmpeg -version`
...
ffmpeg version N-62992-g89d2fc6
built on May 6 2014 16:56:34 with gccc 4.8(Debian 4.8.2-21)
...
libavutil       52.81.100/same
libavcodec  55.60.103
libavformat 55.37.102
...

sony says psvita supports
MPEG-4 Simple Profile Level 6, Maximum 1280 x 720 pixels, AAC
H.264/MPEG-4 AVC Baseline/Main/High Profile Level 4.0, Maximum 1080p, AAC

with love & thank you





More information about the ffmpeg-user mailing list