News:

--

Main Menu

VMW load crash

Started by macduke, June 17, 2013, 11:46:29 AM

Previous topic - Next topic

macduke

Hi.
Avidemux 2.6 r8711 or r8726 win64.
Load a wmv 720p created with powerpoint 2010 (you should create video wmv with the presentation).
At the and of loading there's a crash: "Internal error finding codec 0x33564d57"

Loading with 2.5.6-1 or and older 2.6.x (2.6.1 for instance) was fine....

Mac.

Jan Gruuthuse

Have you tried deleting config2? perhaps in %APPDATA%/avidemux? or if ubuntu ~/.avidemux6? Also check your preferences settings for video output, could be related to newly XVBA for ATI/AMD development.
If problem persists perhaps upload 5 second/ 20 MB sample to mega/rapid/... and provide a publicly available download link to it. So developer can have a look if there is another problem.

macduke

Deleting config2 don't change the crash.
Still 2.5.6-1 and 2.6.1 ok and r8711 or r8726 crashing.

Test video in
http://www.ddlstorage.com/t8uv22akm9fp/test.wmv.htm


Jan Gruuthuse

Confirmed issue in ubuntu to: terminal reports:
*********** BACKTRACK **************
/usr/lib/libADM_core6.so(ADM_backTrack+0x5c) [0x7fb8f72b8e3c]:0:<ADM_backTrack>:-2
/usr/lib/libADM_coreVideoCodec6.so(+0x5ac6) [0x7fb8f84e3ac6]:1:<>:-2
/usr/lib/libADM_coreVideoCodec6.so(+0x5be2) [0x7fb8f84e3be2]:2:<>:-2
/usr/lib/libADM_coreVideoCodec6.so(_Z23ADM_coreCodecGetDecoderjjjjPhj+0x41e) [0x7fb8f84e479e]:3:<ADM_coreCodecGetDecoder(unsigned int, unsigned int, unsigned int, unsigned int, unsigned char*, unsigned int)>:0
/usr/bin/avidemux3_qt4(_ZN17ADM_EditorSegment17addReferenceVideoEP7_VIDEOS+0x9c) [0x454f3c]:4:<ADM_EditorSegment::addReferenceVideo(_VIDEOS*)>:0
/usr/bin/avidemux3_qt4(_ZN12ADM_Composer7addFileEPKc+0x627) [0x44ddf7]:5:<ADM_Composer::addFile(char const*)>:0
/usr/bin/avidemux3_qt4(_Z9A_openAviPKc+0xb0) [0x4376a0]:6:<A_openAvi(char const*)>:0
/usr/bin/avidemux3_qt4(_ZN15ADM_QT4_fileSel15GUI_FileSelReadEPKcPFvS1_E+0x20) [0x47de60]:7:<ADM_QT4_fileSel::GUI_FileSelRead(char const*, void (*)(char const*))>:0
/usr/bin/avidemux3_qt4(_Z12HandleAction6Action+0x4f2) [0x4382f2]:8:<HandleAction(Action)>:0
/usr/bin/avidemux3_qt4(_ZN10MainWindow13searchToolBarEP7QAction+0x91) [0x467b81]:9:<MainWindow::searchToolBar(QAction*)>:0
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x2b1) [0x7fb8f474d281]:10:<QMetaObject::activate(QObject*, QMetaObject const*, int, void**)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN8QToolBar15actionTriggeredEP7QAction+0x2f) [0x7fb8f50e16df]:11:<QToolBar::actionTriggered(QAction*)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x652604) [0x7fb8f50e2604]:12:<>:-2
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x2b1) [0x7fb8f474d281]:13:<QMetaObject::activate(QObject*, QMetaObject const*, int, void**)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN11QToolButton9triggeredEP7QAction+0x2f) [0x7fb8f50e9c4f]:14:<QToolButton::triggered(QAction*)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x65aa99) [0x7fb8f50eaa99]:15:<>:-2
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x2b1) [0x7fb8f474d281]:16:<QMetaObject::activate(QObject*, QMetaObject const*, int, void**)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN7QAction9triggeredEb+0x32) [0x7fb8f4c55132]:17:<QAction::triggered(bool)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN7QAction8activateENS_11ActionEventE+0x6f) [0x7fb8f4c5531f]:18:<QAction::activate(QAction::ActionEvent)>:0
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x59ad4a) [0x7fb8f502ad4a]:19:<>:-2
*********** BACKTRACK **************


ajschult

libavcodec complains in the console about AV_PIX_FMT_NONE:


Searching decoder in plugins
[tryCreatingVideoDecoder]  No decoder found in plugin
[ADM_getDecoder]  Searching decoder in vdpau (1280 x 720, extradataSize:5)...
[ADM_getDecoder]  Searching decoder in coreVideoCodec(1280 x 720, extradataSize:5)...
[ADM_coreCodecGetDecoder]  Searching decoder in coreVideoCodec(1280 x 720, extradataSize:5)...
[lavc] Build: 3562596
[adm_lavLogCallback]  [lavc] decoding to AV_PIX_FMT_NONE is not supported.
[lavc] Decoder init: 33564d57 video decoder failed!


this propagates back to avidemux, which asserts and dies.

mean

seems like libavcodec rejects accelerated hw format as pix_fmt (i.e. wmv3_vdpau) even when selecting vdpau so you end up with FMT_NONE.
weird as it works for h264.

mean

you all have vdpau activated, right ?

Jan Gruuthuse

#7
yes
using xvideo, x11:
Assert failed :0
at line 65, file /media/Install/source/avidemux_2.6_branch_mean/avidemux_core/ADM_coreVideoCodec/src/ADM_codecFFsimple.cppADM_backTrack


ADM_coreCodecGetDecoder(unsigned int, unsigned int, unsigned int, unsigned int, unsigned char*, unsigned int)
ADM_EditorSegment::addReferenceVideo(_VIDEOS*)
ADM_Composer::addFile(char const*)
A_openAvi(char const*)
ADM_QT4_fileSel::GUI_FileSelRead(char const*, void (*)(char const*))
HandleAction(Action)
MainWindow::searchToolBar(QAction*)
QMetaObject::activate(QObject*, QMetaObject const*, int, void**)
QToolBar::actionTriggered(QAction*)

QMetaObject::activate(QObject*, QMetaObject const*, int, void**)
QToolButton::triggered(QAction*)

QMetaObject::activate(QObject*, QMetaObject const*, int, void**)
QAction::triggered(bool)
QAction::activate(QAction::ActionEvent)


does not make any difference here with vdpau/opengl support decode enabled/disabled for xvideo/x11/vdpau.
no idx2 is created.

Jan Gruuthuse

[ADM_PP]  Initializing postproc
  [cleanup]  Deleting post proc
  [update]  updating post proc
  [update]  Disabled
  [addFile]  Clearing video filters
  [ADM_vf_clearFilters]  clear filters
[Editor] *** NO AUDIO ***
[Editor] Decoder FCC: WMV3 (33564D57) [ADM_getDecoder] 
Searching decoder in plugins
  [tryCreatingVideoDecoder]  No decoder found in plugin
  [ADM_getDecoder]  Searching decoder in vdpau (1280 x 720, extradataSize:5)...
  [ADM_getDecoder]  Searching decoder in xvba (1280 x 720, extradataSize:5)...
  [ADM_getDecoder]  Searching decoder in coreVideoCodec(1280 x 720, extradataSize:5)...
  [ADM_coreCodecGetDecoder]  Searching decoder in coreVideoCodec(1280 x 720, extradataSize:5)...
[lavc] Build: 3562596
[adm_lavLogCallback]  [lavc] decoding to AV_PIX_FMT_NONE is not supported.
[lavc] Decoder init: 33564d57 video decoder failed!

full terminal output attached

mean


Jan Gruuthuse

r8736 did fix WMV3 issue on ubuntu 12.04 LTS 64-bit

Jan Gruuthuse

#11
Can you check: when using with this video the selection slider and moving fast forward / backwards causes avidemux crash. Don't know yet if this only related to WMV3 videos.
Is not occurring with none WMV3 video, as far as i could test.

seen your reply below that this another issue.

mean

It s something inconsistant about keyframes, another problem