carlonluca / pot

Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend.
https://bugfreeblog.duckdns.org
GNU General Public License v2.0
177 stars 42 forks source link

Video Start position #44

Closed alanvice closed 9 years ago

alanvice commented 9 years ago

Here is a complete demo to reproduce the bug (expires in 48 hours): http://expirebox.com/download/2ab22febf1987beda8aa7944e819b01a.html

It seem related to the profile / level used to encode the video file. As you can see in the demo ah h264 file encoded with ffmpeg and the parameter "-profile:v high -level 40" causes the video to start skipping the very first part of the video. Same video encoded with "-profile:v baseline -level 30" seems ok and starts correctly. Thank you for your work, hope this helps ;)

carlonluca commented 9 years ago

Ok, I'm able to reproduce. I'll have a look. Thank you.

carlonluca commented 9 years ago

You should see the fix in the next release. Please reopen if necessary.