REPRODUCIBILITY: 100%
OS VERSION: 4.4.0.68
HARDWARE: Xperia 10 II
UI LANGUAGE: Czech
REGRESSION: No
DESCRIPTION:
I discover that some video files cannot be played in Sailfish OS. Moreover, Gallery app freeze after try to play them. During my investigation, I find out that difference is in pixel format. When pixel format yuv420p is used, video is played properly. Not sure if this issue is caused by old libx264 or it is limitation of Xperia 10.II hardware…
PRECONDITIONS:
no preconditions
STEPS TO REPRODUCE:
convert some video to yuvj422p (on computer):
scp xperia:/home/defaultuser/Videos/Default/Sailfish_OS_3.0.mp4 .
ffmpeg \
-i Sailfish_OS_3.0.mp4 \
-codec:a copy \
-codec:v libx264 \
-pix_fmt yuvj422p \
test-yuvj422p.mp4
scp test-yuvj422p.mp4 xperia:/home/defaultuser/Videos/
Then try to open test-yuvj422p.mp4 in Gallery app.
EXPECTED RESULT:
Video is played. Or some warning is displayed. Or - Gallery app is not freezing - at least
ACTUAL RESULT:
Video cannot be played, Gallery app freeze.
MODIFICATIONS:
No
ADDITIONAL INFORMATION:
No