-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H.264 decoding error for the beginning frames still happening on 1.2.3 #70
Comments
can you paste your test code? because i can"t get the problem in my player |
I"m almost always able to reproduce on first play, using your example
|
@wang-bin I should also note that playing with |
can you give me your vmars.mp4 for test? i can"t get "reference picture missing during reorder" warning when playing this video https://www.dropbox.com/s/hp11llrdbg0f6dj/Animation Short Movie.mp4 |
@wang-bin Sure! Here it is: https://www.dropbox.com/s/ec7g4i7fzltpmtq/vmars.mp4 |
i tested vmars.mp4, no that warning. strange |
@wang-bin If it would be of any use I can provide you with a VirtualBox image with Ubuntu 12.04 and everything compiled and installed where this bug is always reproducible. |
@wang-bin Another thing: I could not reproduce that bug on Windows or Mac. The only platform were it always happens is Linux Ubuntu. |
ok, i will try on my ubuntu 12.04 tomorrow. 在 2013年8月7日星期三,Eduardo Felipe 写道:
|
works fine too on my ubuntu 12.04 |
FFmpeg 2.0. configure: --disable-static --enable-shared --enable-runtime-cpudetect --enable-memalign-hack --disable-avdevice --enable-avfilter --enable-avresample --disable-postproc --enable-ffplay --enable-ffserver --enable-ffprobe --disable-muxers --disable-encoders --enable-pthreads --disable-iconv --disable-bzlib --enable-hwaccels --extra-cflags="-O3 -ftree-vectorize -Wundef -Wdisabled-optimization -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -foptimize-sibling-calls -fstrength-reduce -frerun-loop-opt -frename-registers -ffast-math -fomit-frame-pointer" |
I"ve compiled FFmpeg and QtAV from scratch with those flags and I"m still getting the errors. I"m generating a VirtualBox image (it should be under 2.0 Gb) and sending you the link. This way you get to see the errors yourself (and also check that it plays perfectly under |
does the problem still exist now? |
Fix corrupt initial frames wang-bin#70
I"m still get some grayed beginning frames on 1.2.3 with this file.
My system is Ubuntu 12.04 and I"m using the latest FFmpeg (2.0) compiled with the following flags:
./configure --prefix=/usr/local --extra-libs="-ldl" --enable-shared \ --enable-pic --enable-libvpx --disable-encoders --disable-indevs \ --disable-muxers --disable-outdevs --disable-programs --disable-doc
I"ve downloaded Qt 5.1 precompiled for Linux 64 bit. I"ve downloaded QtAV from the latest HEAD in this repo and compiled it myself.
The problem is intermittent and happens more frequently if I put the video in loop, but can also happen on first play.
The text was updated successfully, but these errors were encountered: