snapshot build - "undefined reference" to VLC_Die

*nix specific usage questions
The Claudio
New Cone
New Cone
Posts: 8
Joined: 18 May 2007 03:48
Location: /earth/europe/austria

snapshot build - "undefined reference" to VLC_Die

Postby The Claudio » 18 May 2007 04:41

i tried to build from source. i got latest version of "everything" (svn checkout yesterday evening, latest change at 2006-09-12 21:15:20 +0200 (Tue, 12 Sep 2006), which calls itself 0.9.0-svn, see below for other software's versions). but i got undefined reference-errors on the last meters of the make-process.

the tail of make's output

Code: Select all

make[2]: Gehe in Verzeichnis »/home/claudio/spielkiste/00035/vlc-trunk« cd src && make libvlc.la make[3]: Gehe in Verzeichnis »/home/claudio/spielkiste/00035/vlc-trunk/src« make[3]: »libvlc.la« ist bereits aktualisiert. make[3]: Verlasse Verzeichnis »/home/claudio/spielkiste/00035/vlc-trunk/src« /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -Wextra -Wno-unused-parameter -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wold-style-definition -Wmissing-prototypes -Wvolatile-register-var -o vlc vlc-vlc.o src/libvlc.la gcc -std=gnu99 -Wall -Wextra -Wno-unused-parameter -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wold-style-definition -Wmissing-prototypes -Wvolatile-register-var -o .libs/vlc vlc-vlc.o src/.libs/libvlc.so -Wl,--rpath -Wl,/usr/local/lib vlc-vlc.o: In function `KillOnce': vlc.c:(.text+0xb): undefined reference to `VLC_Die' vlc-vlc.o: In function `main': vlc.c:(.text+0x19c): undefined reference to `VLC_Create' vlc.c:(.text+0x484): undefined reference to `VLC_Init' vlc.c:(.text+0x4b2): undefined reference to `VLC_AddIntf' vlc.c:(.text+0x4c2): undefined reference to `VLC_CleanUp' vlc.c:(.text+0x4e3): undefined reference to `VLC_Destroy' vlc.c:(.text+0x65a): undefined reference to `VLC_Destroy' collect2: ld returned 1 exit status make[2]: *** [vlc] Fehler 1 make[2]: Verlasse Verzeichnis »/home/claudio/spielkiste/00035/vlc-trunk« make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis »/home/claudio/spielkiste/00035/vlc-trunk« make: *** [all] Fehler 2
my software's versions

Code: Select all

gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) automake (GNU automake) 1.10 autoconf (GNU Autoconf) 2.61 ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu)
my configuration options (derived from debian unstable's one)

Code: Select all

./configure --enable-libtool --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt4 --enable-mad --enable-arts --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --disable-mozilla --disable-kde --enable-mp4 --enable-dvb --disable-satellite --enable-ogg --enable-vorbis --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-freetype --enable-mkv --enable-speex --enable-caca --enable-live555 --enable-libmpeg2 --enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ffmpeg --enable-ncurses --enable-smb --disable-gnomevfs --enable-bonjour --enable-mpc --enable-vcd --enable-vcdx --enable-xosd --enable-twolame --enable-notify --enable-faad --enable-mediacontrol-bindings --enable-x264 --enable-alsa --enable-dv --enable-v4l --enable-pvr --enable-svgalib
i got all the required development headers (although ./configure didn't notice when I hadn't libdvb-dev installed) and i built the recent version of ffmpeg by myself. my op.sys. is debian gnu/linux testing.

i've seen the same problem on two other posts:
viewtopic.php?t=28838
viewtopic.php?t=18403

once a guest claims that the ancient gcc version 2.95 has to be used.
one the other one, one tells about success with gcc 4.1.0, while a developer states that gcc < 3.3 are unsupported (and won't do it).

what may i change to get it working (gcc/g++, libtool..., ./configure-settings)?
or: has anyone experienced the same problem? found a solution/the problem?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 18 May 2007 10:28

Hey !

You must have taken a build where the SVN is broken. So sorry about that.

To compile, you need GCC > 3.3.

GCC from debian/testing should be great (most of the devs are either on debian, either on Mac)

Make clean; svn up ; make ?

Btw, I am amazed that you don't use a compiled ffmpeg in your configure line...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

The Claudio
New Cone
New Cone
Posts: 8
Joined: 18 May 2007 03:48
Location: /earth/europe/austria

works.. partly

Postby The Claudio » 18 May 2007 14:50

after svn up && make clean && make (and waiting more than 30 minutes...) the build worked. thanks for the "svn up"-tip.

btw. i've update lua to 5.1 because it complained (maybe useful to know if the svn co wasn't broken)

my intention was to watch the newest flash videos (.flv) with this --please stay polite-- propritary on2 vp6 encoding. i guess it should have worked... now i can't see videos any more... maybe i screw something up with ffmpeg...

other experiences:

got a startup always

Code: Select all

[00000314] main playlist error: Reloading playlist not implemented.
btw., I am amazed that you are developing this piece of software and helping it's users! thanks!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 18 May 2007 14:51

Once again, have you built the most recent FFMPEG ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

The Claudio
New Cone
New Cone
Posts: 8
Joined: 18 May 2007 03:48
Location: /earth/europe/austria

Postby The Claudio » 18 May 2007 15:20

I checked out FFMPEG yesterday (2007-05-17, SVN-r9051). It is pretty recent. ;-) I have configured it with this options:

Code: Select all

./configure --enable-gpl --enable-pp --enable-pthreads --enable-libvorbis --enable-libogg --enable-liba52 --enable-libgsm
I guess I have compiled it with older versions of GCC/G++... may that be the problem?

...aaand do I need to build the whole VLC again than?


[Offtopic]AoTuV's libvorbis is great. It gives you great quality even at lowest bitrates - i had problems differentiating the original and a 32kbps version of some classica music[/Offtopic]

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 18 May 2007 15:23

The thing is I did not see in your configure the

--with-ffmpeg-tree=/path/to/ffmpeg

flag set. I was just wandering why.

Is that libvorbis ABI compatible with the other one ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

The Claudio
New Cone
New Cone
Posts: 8
Joined: 18 May 2007 03:48
Location: /earth/europe/austria

Postby The Claudio » 18 May 2007 16:45

:-( It didn't work. No video so far...

Btw. I don't know what an ABI is. But the API's the same, it's a derivate.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 18 May 2007 16:57

If you don't post a -vvv log, I guess we can't do anything.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

The Claudio
New Cone
New Cone
Posts: 8
Joined: 18 May 2007 03:48
Location: /earth/europe/austria

Postby The Claudio » 18 May 2007 17:19

okay. :arrow: of course i'll do so!

there i've tried it with an .mov that usually worked (i splitted it in 3 code-pieces becauses it wasn't recognized in full length)

another note added: but ffmpeg works and even reads those new on2 vp6 flash videos!! :-)

Code: Select all

VLC media player 0.9.0-svn Grishenko [00000001] main libvlc debug: checking builtin modules [00000001] main libvlc debug: checking plugin modules [00000001] main libvlc debug: loading plugins cache file /home/claudio/.vlc/cache/plugins-04041e.dat [00000001] main libvlc debug: recursively browsing `modules' [00000001] main libvlc warning: cannot load module `modules/codec/ffmpeg/.libs/libffmpeg_plugin.so' (modules/codec/ffmpeg/.libs/libffmpeg_plugin.so: undefined symbol: ogg_stream_flush) [00000001] main libvlc debug: recursively browsing `/usr/local/lib/vlc' [00000001] main libvlc debug: recursively browsing `plugins' [00000001] main libvlc debug: module bank initialized, found 238 modules [00000001] main libvlc debug: opening config file (/home/claudio/.vlc/vlcrc) [00000001] main libvlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT FPU [00000001] main libvlc debug: looking for memcpy module: 4 candidates [00000001] main libvlc debug: using memcpy module "memcpymmxext" [00000314] main playlist error: Reloading playlist not implemented. [00000315] main private debug: waiting for thread completion [00000315] main private debug: thread 3072273328 (preparser) created at priority 0 (playlist/thread.c:81) [00000316] main private debug: waiting for thread completion [00000316] main private debug: thread 3063884720 (fetcher) created at priority 0 (playlist/thread.c:107) [00000314] main playlist debug: waiting for thread completion [00000314] main playlist debug: rebuilding array of current - root Playlist [00000314] main playlist debug: rebuild done - 0 items, index -1 [00000314] main playlist debug: thread 3055496112 (playlist) created at priority 0 (playlist/thread.c:117) [00000317] main interface debug: looking for interface module: 1 candidate [00000317] main interface debug: using interface module "hotkeys" [00000317] main interface debug: thread 3047078832 (interface) created at priority 0 (interface/interface.c:218) [00000319] main interface debug: looking for interface module: 1 candidate [00000319] main interface debug: using interface module "screensaver" [00000319] main interface debug: thread 3038677936 (interface) created at priority 0 (interface/interface.c:218) [00000314] main playlist debug: adding item `02-video.mov' ( ../examples/02-video.mov ) [00000321] main interface debug: looking for interface module: 5 candidates [00000314] main playlist debug: rebuilding array of current - root Playlist [00000314] main playlist debug: rebuild done - 1 items, index -1 [00000321] main interface debug: using interface module "qt4" [00000314] main playlist debug: starting new item [00000314] main playlist debug: changing item without a request (current -1/1) [00000314] main playlist debug: using item 0 [00000314] main playlist debug: creating new input thread [00000324] main input debug: waiting for thread completion [00000324] main input debug: `../examples/02-video.mov' gives access `' demux `' path `../examples/02-video.mov' [00000324] main input debug: creating demux: access='' demux='' path='../examples/02-video.mov' [00000325] main demuxer debug: looking for access_demux module: 2 candidates [00000324] main input debug: thread 3015203760 (input) created at priority 0 (input/input.c:330) [00000314] main playlist debug: requesting art for 02-video.mov [00000324] main input debug: creating access '' path='../examples/02-video.mov' [00000328] main access debug: looking for access2 module: 5 candidates [00000328] vcd access debug: trying .cue file: ../examples/02-video.cue [00000328] vcd access debug: could not find .cue file [00000328] access_directory access debug: opening directory `../examples/02-video.mov' [00000328] access_directory access debug: skipping non-directory `../examples/02-video.mov' [00000328] access_file access debug: opening file `../examples/02-video.mov' [00000328] main access debug: using access2 module "access_file" [00000334] main private debug: pre-buffering... [00000334] main private debug: received first data for our buffer [00000314] main playlist debug: art not found for 02-video.mov [00000324] main input debug: creating demux: access='' demux='' path='../examples/02-video.mov' [00000335] main demuxer debug: looking for demux2 module: 54 candidates [00000334] mp4 private debug: found Box: ftyp size 32 [00000334] mp4 private debug: found Box: moov size 18582 [00000334] mp4 private debug: found Box: mvhd size 108 [00000334] mp4 private debug: read box: "mvhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-48h:00m:00s rate 1.000000 volume 1.000000 next track id 9 [00000334] mp4 private debug: found Box: trak size 8011 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:04s modification 732335d-01h:11m:26s duration 896474035d-17h:25m:20s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 7850 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 44100 duration 694992d-56h:04m:16s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type soun name Apple Sound Media Handler [00000334] mp4 private debug: found Box: minf size 7752 [00000334] mp4 private debug: found Box: smhd size 16 [00000334] mp4 private debug: read box: "smhd" balance 0.000000 [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 7635 [00000334] mp4 private debug: found Box: stsd size 199 [00000334] mp4 private debug: found Box: mp4a size 183 [00000334] mp4 private debug: read box: "soun" qt3+ sample/packet=1024 bytes/packet=1 bytes/frame=2 bytes/sample=2 [00000334] mp4 private debug: found Box: wave size 131 [00000334] mp4 private debug: found Box: frma size 12 [00000334] mp4 private warning: unknown box type frma (uncompletetly loaded) [00000334] mp4 private debug: found Box: mp4a size 12 [00000334] mp4 private warning: Not enough data [00000334] mp4 private debug: found Box: esds size 51 [00000334] mp4 private debug: found esds MPEG4ESDescr (34Bytes) [00000334] mp4 private debug: found esds MP4DecConfigDescr (20Bytes) [00000334] mp4 private debug: found esds MP4DecSpecificDescr (2Bytes) [00000334] mp4 private debug: found Box: srcq size 12 [00000334] mp4 private warning: unknown box type srcq (uncompletetly loaded) [00000334] mp4 private debug: found Box: acbf size 12 [00000334] mp4 private warning: unknown box type acbf (uncompletetly loaded) [00000334] mp4 private debug: found Box: size 8 [00000334] mp4 private warning: unknown box type (uncompletetly loaded) [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 1648 [00000334] mp4 private debug: read box: "stsc" entry-count 136 [00000334] mp4 private debug: found Box: stsz size 5196 [00000334] mp4 private debug: read box: "stsz" sample-size 0 sample-count 1294 [00000334] mp4 private debug: found Box: stco size 560 [00000334] mp4 private debug: read box: "co64" entry-count 136 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 25 [00000334] mp4 private debug: found Box: name size 13 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 6327 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:04s modification 732335d-01h:11m:26s duration 896474035d-17h:25m:20s track ID 2 layer 17 volume 0.000000 width 480.000000 height 320.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 6166 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-53h:00m:20s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type vide name Apple Video Media Handler [00000334] mp4 private debug: found Box: minf size 6068 [00000334] mp4 private debug: found Box: vmhd size 20 [00000334] mp4 private debug: read box: "vmhd" graphics-mode 64 opcolor (-32768, -32768, -32768) [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 5947 [00000334] mp4 private debug: found Box: stsd size 175 [00000334] mp4 private debug: found Box: mp4v size 159 [00000334] mp4 private debug: found Box: esds size 69 [00000334] mp4 private debug: found esds MPEG4ESDescr (55Bytes) [00000334] mp4 private debug: found esds MP4DecConfigDescr (47Bytes) [00000334] mp4 private debug: found esds MP4DecSpecificDescr (32Bytes) [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: read box: "vide" in stsd 540x360 depth 24 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stss size 148 [00000334] mp4 private debug: read box: "stss" entry-count 33 [00000334] mp4 private debug: found Box: stsc size 1468 [00000334] mp4 private debug: read box: "stsc" entry-count 121 [00000334] mp4 private debug: found Box: stsz size 3624 [00000334] mp4 private debug: read box: "stsz" sample-size 0 sample-count 901 [00000334] mp4 private debug: found Box: stco size 500 [00000334] mp4 private debug: read box: "co64" entry-count 121 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 25 [00000334] mp4 private debug: found Box: name size 13 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 791 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s duration 985952521d-25h:25m:20s track ID 3 layer 16 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 622 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 63 [00000334] mp4 private debug: read box: "hdlr" handler type sprt name Sprite Animation Media Handler [00000334] mp4 private debug: found Box: minf size 519 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 144 [00000334] mp4 private debug: found Box: stsd size 44 [00000334] mp4 private debug: found Box: size 28 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 2229 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: code size 242 [00000334] mp4 private warning: unknown box type code (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 33 [00000334] mp4 private debug: found Box: name size 21 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 538 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s duration 985952521d-25h:25m:20s track ID 4 layer 18 volume 1.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 48 [00000334] mp4 private debug: found Box: elst size 40 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753666 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 363 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-48h:30m:00s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type moov name Apple Movie Media Handler [00000334] mp4 private debug: found Box: minf size 265 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 132 [00000334] mp4 private debug: found Box: stsd size 32 [00000334] mp4 private debug: found Box: size 16 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 393 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] message private warning: message queue overflowed [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 27 [00000334] mp4 private debug: found Box: name size 15 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 587 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s duration 985952521d-25h:25m:20s track ID 5 layer 19 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 421 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type vide name Apple Video Media Handler [00000334] mp4 private debug: found Box: minf size 323 [00000334] mp4 private debug: found Box: vmhd size 20 [00000334] mp4 private debug: read box: "vmhd" graphics-mode 64 opcolor (-1, -1, -1) [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 202 [00000334] mp4 private debug: found Box: stsd size 102 [00000334] mp4 private debug: found Box: jpeg size 86 [00000334] mp4 private debug: read box: "vide" in stsd 640x480 depth 24 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 3903 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 30 [00000334] mp4 private debug: found Box: name size 18 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 756 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s duration 985952521d-25h:25m:20s track ID 6 layer 500 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 591 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-48h:10m:00s language ``` [00000334] mp4 private debug: found Box: hdlr size 63 [00000334] mp4 private debug: read box: "hdlr" handler type sprt name Sprite Animation Media Handler [00000334] mp4 private debug: found Box: minf size 476 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 144 [00000334] mp4 private debug: found Box: stsd size 44 [00000334] mp4 private debug: found Box: size 28 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 687 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: code size 199 [00000334] mp4 private warning: unknown box type code (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 12 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 29 [00000334] mp4 private debug: found Box: name size 17 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 615 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s duration 985952521d-25h:25m:20s track ID 7 layer 32767 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: load size 24 [00000334] mp4 private warning: unknown box type load (uncompletetly loaded) [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 421 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type vide name Apple Video Media Handler [00000334] mp4 private debug: found Box: minf size 323 [00000334] mp4 private debug: found Box: vmhd size 20 [00000334] mp4 private debug: read box: "vmhd" graphics-mode 64 opcolor (-1, -1, -1) [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 202 [00000334] mp4 private debug: found Box: stsd size 102 [00000334] mp4 private debug: found Box: rle size 86 [00000334] mp4 private debug: read box: "vide" in stsd 32x2 depth 32 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 29 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 34 [00000334] mp4 private debug: found Box: name size 22 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 817 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 8 layer 32767 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: load size 24 [00000334] mp4 private warning: unknown box type load (uncompletetly loaded) [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 622 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 63 [00000334] mp4 private debug: read box: "hdlr" handler type sprt name Sprite Animation Media Handler [00000334] mp4 private debug: found Box: minf size 519 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 144 [00000334] mp4 private debug: found Box: stsd size 44 [00000334] mp4 private debug: found Box: size 28 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 295 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: code size 242 [00000334] mp4 private warning: unknown box type code (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 35 [00000334] mp4 private debug: found Box: name size 23 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 24 [00000334] mp4 private debug: found Box: nsav size 12 [00000334] mp4 private warning: unknown box type nsav (uncompletetly loaded) [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: free size 64 [00000334] mp4 private debug: skip box: "free" [00000334] mp4 private debug: found Box: wide size 8 [00000334] mp4 private debug: skip box: "wide" [00000334] mp4 private debug: found Box: mdat size 831868 [00000334] mp4 private debug: skip box: "mdat" [00000334] mp4 private debug: found Box: moov size 18582 [00000334] mp4 private debug: found Box: mvhd size 108 [00000334] mp4 private debug: read box: "mvhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s time scale 600 duration 694977d-48h:00m:00s rate 1.000000 volume 1.000000 next track id 9 [00000334] mp4 private debug: found Box: trak size 8011 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:04s modification 732335d-01h:11m:27s duration 896474035d-17h:25m:20s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 7850 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 44100 duration 694992d-56h:04m:16s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type soun name Apple Sound Media Handler [00000334] mp4 private debug: found Box: minf size 7752 [00000334] mp4 private debug: found Box: smhd size 16 [00000334] mp4 private debug: read box: "smhd" balance 0.000000 [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child

Code: Select all

[00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 7635 [00000334] mp4 private debug: found Box: stsd size 199 [00000334] mp4 private debug: found Box: mp4a size 183 [00000334] mp4 private debug: read box: "soun" qt3+ sample/packet=1024 bytes/packet=1 bytes/frame=2 bytes/sample=2 [00000334] mp4 private debug: found Box: wave size 131 [00000334] mp4 private debug: found Box: frma size 12 [00000334] mp4 private warning: unknown box type frma (uncompletetly loaded) [00000334] mp4 private debug: found Box: mp4a size 12 [00000334] mp4 private warning: Not enough data [00000334] mp4 private debug: found Box: esds size 51 [00000334] mp4 private debug: found esds MPEG4ESDescr (34Bytes) [00000334] mp4 private debug: found esds MP4DecConfigDescr (20Bytes) [00000334] mp4 private debug: found esds MP4DecSpecificDescr (2Bytes) [00000334] mp4 private debug: found Box: srcq size 12 [00000334] mp4 private warning: unknown box type srcq (uncompletetly loaded) [00000334] mp4 private debug: found Box: acbf size 12 [00000334] mp4 private warning: unknown box type acbf (uncompletetly loaded) [00000334] mp4 private debug: found Box: size 8 [00000334] mp4 private warning: unknown box type (uncompletetly loaded) [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 1648 [00000334] mp4 private debug: read box: "stsc" entry-count 136 [00000334] mp4 private debug: found Box: stsz size 5196 [00000334] mp4 private debug: read box: "stsz" sample-size 0 sample-count 1294 [00000334] mp4 private debug: found Box: stco size 560 [00000334] mp4 private debug: read box: "co64" entry-count 136 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 25 [00000334] mp4 private debug: found Box: name size 13 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 6327 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:04s modification 732335d-01h:11m:27s duration 896474035d-17h:25m:20s track ID 2 layer 17 volume 0.000000 width 480.000000 height 320.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 6166 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s time scale 600 duration 694977d-53h:00m:20s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type vide name Apple Video Media Handler [00000334] mp4 private debug: found Box: minf size 6068 [00000334] mp4 private debug: found Box: vmhd size 20 [00000334] mp4 private debug: read box: "vmhd" graphics-mode 64 opcolor (-32768, -32768, -32768) [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 5947 [00000334] mp4 private debug: found Box: stsd size 175 [00000334] mp4 private debug: found Box: mp4v size 159 [00000334] mp4 private debug: found Box: esds size 69 [00000334] mp4 private debug: found esds MPEG4ESDescr (55Bytes) [00000334] mp4 private debug: found esds MP4DecConfigDescr (47Bytes) [00000334] mp4 private debug: found esds MP4DecSpecificDescr (32Bytes) [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: read box: "vide" in stsd 540x360 depth 24 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stss size 148 [00000334] mp4 private debug: read box: "stss" entry-count 33 [00000334] mp4 private debug: found Box: stsc size 1468 [00000334] mp4 private debug: read box: "stsc" entry-count 121 [00000334] mp4 private debug: found Box: stsz size 3624 [00000334] mp4 private debug: read box: "stsz" sample-size 0 sample-count 901 [00000334] mp4 private debug: found Box: stco size 500 [00000334] mp4 private debug: read box: "co64" entry-count 121 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 25 [00000334] mp4 private debug: found Box: name size 13 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 791 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 3 layer 16 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 622 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 63 [00000334] mp4 private debug: read box: "hdlr" handler type sprt name Sprite Animation Media Handler [00000334] mp4 private debug: found Box: minf size 519 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 144 [00000334] mp4 private debug: found Box: stsd size 44 [00000334] mp4 private debug: found Box: size 28 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 2229 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: code size 242 [00000334] mp4 private warning: unknown box type code (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 33 [00000334] mp4 private debug: found Box: name size 21 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 538 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 4 layer 18 volume 1.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 48 [00000334] mp4 private debug: found Box: elst size 40 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753666 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 363 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-48h:30m:00s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type moov name Apple Movie Media Handler [00000334] mp4 private debug: found Box: minf size 265 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 132 [00000334] mp4 private debug: found Box: stsd size 32 [00000334] mp4 private debug: found Box: size 16 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 393 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 27 [00000334] mp4 private debug: found Box: name size 15 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 587 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 5 layer 19 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 421 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type vide name Apple Video Media Handler [00000334] mp4 private debug: found Box: minf size 323 [00000334] mp4 private debug: found Box: vmhd size 20 [00000334] mp4 private debug: read box: "vmhd" graphics-mode 64 opcolor (-1, -1, -1) [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 202 [00000334] mp4 private debug: found Box: stsd size 102 [00000334] mp4 private debug: found Box: jpeg size 86 [00000334] mp4 private debug: read box: "vide" in stsd 640x480 depth 24 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 3903 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 30 [00000334] mp4 private debug: found Box: name size 18 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 756 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 6 layer 500 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 591 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s time scale 600 duration 694977d-48h:10m:00s language ``` [00000334] mp4 private debug: found Box: hdlr size 63 [00000334] mp4 private debug: read box: "hdlr" handler type sprt name Sprite Animation Media Handler [00000334] mp4 private debug: found Box: minf size 476 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 144 [00000334] mp4 private debug: found Box: stsd size 44 [00000334] mp4 private debug: found Box: size 28 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 687 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: code size 199 [00000334] mp4 private warning: unknown box type code (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 12 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 29 [00000334] mp4 private debug: found Box: name size 17 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 615 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 7 layer 32767 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: load size 24 [00000334] mp4 private warning: unknown box type load (uncompletetly loaded) [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 421 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 58 [00000334] mp4 private debug: read box: "hdlr" handler type vide name Apple Video Media Handler [00000334] mp4 private debug: found Box: minf size 323 [00000334] mp4 private debug: found Box: vmhd size 20 [00000334] mp4 private debug: read box: "vmhd" graphics-mode 64 opcolor (-1, -1, -1) [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 202 [00000334] mp4 private debug: found Box: stsd size 102 [00000334] mp4 private debug: found Box: rle size 86 [00000334] mp4 private debug: read box: "vide" in stsd 32x2 depth 32 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 29 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 34 [00000334] mp4 private debug: found Box: name size 22 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: trak size 817 [00000334] mp4 private debug: found Box: tkhd size 92 [00000334] mp4 private debug: read box: "tkhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:27s duration 985952521d-25h:25m:20s track ID 8 layer 32767 volume 0.000000 width 480.000000 height 360.000000 [00000334] mp4 private debug: found Box: load size 24 [00000334] mp4 private warning: unknown box type load (uncompletetly loaded) [00000334] mp4 private debug: found Box: edts size 36 [00000334] mp4 private debug: found Box: elst size 28 [00000334] mp4 private debug: read box: "elst" entry-count 585500180992753665 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: mdia size 622 [00000334] mp4 private debug: found Box: mdhd size 32 [00000334] mp4 private debug: read box: "mdhd" creation 732335d-01h:11m:26s modification 732335d-01h:11m:26s time scale 600 duration 694977d-49h:15m:28s language ``` [00000334] mp4 private debug: found Box: hdlr size 63 [00000334] mp4 private debug: read box: "hdlr" handler type sprt name Sprite Animation Media Handler [00000334] mp4 private debug: found Box: minf size 519 [00000334] mp4 private debug: found Box: gmhd size 32 [00000334] mp4 private debug: found Box: gmin size 24 [00000334] mp4 private warning: unknown box type gmin (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: hdlr size 57 [00000334] mp4 private debug: read box: "hdlr" handler type alis name Apple Alias Data Handler [00000334] mp4 private debug: found Box: dinf size 36 [00000334] mp4 private debug: found Box: dref size 28 [00000334] mp4 private debug: found Box: alis size 12 [00000334] mp4 private warning: unknown box type alis (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "dref" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: stbl size 144 [00000334] mp4 private debug: found Box: stsd size 44 [00000334] mp4 private debug: found Box: size 28 [00000334] mp4 private warning: unknown handler type in stsd (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: read box: "stsd" entry-count 1 [00000334] mp4 private debug: found Box: stts size 24 [00000334] mp4 private debug: read box: "stts" entry-count 1 [00000334] mp4 private debug: found Box: stsc size 28 [00000334] mp4 private debug: read box: "stsc" entry-count 1 [00000334] mp4 private debug: found Box: stsz size 20 [00000334] mp4 private debug: read box: "stsz" sample-size 295 sample-count 1 [00000334] mp4 private debug: found Box: stco size 20 [00000334] mp4 private debug: read box: "co64" entry-count 1 [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: code size 242 [00000334] mp4 private warning: unknown box type code (uncompletetly loaded) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 35 [00000334] mp4 private debug: found Box: name size 23 [00000334] mp4 private debug: found an empty box (null size) [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: found Box: udta size 24 [00000334] mp4 private debug: found Box: nsav size 12 [00000334] mp4 private warning: unknown box type nsav (uncompletetly loaded) [00000334] mp4 private warning: cannot read one box [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: out of bound child [00000334] mp4 private debug: dumping root Box "root" [00000334] mp4 private debug: | + ftyp size 32 [00000334] mp4 private debug: | + moov size 18582 [00000334] mp4 private debug: | | + mvhd size 108 [00000334] mp4 private debug: | | + trak size 8011 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 7850 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 7752 [00000334] mp4 private debug: | | | | | + smhd size 16 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 7635 [00000334] mp4 private debug: | | | | | | + stsd size 199 [00000334] mp4 private debug: | | | | | | | + mp4a size 183 [00000334] mp4 private debug: | | | | | | | | + wave size 131 [00000334] mp4 private debug: | | | | | | | | | + frma size 12 [00000334] mp4 private debug: | | | | | | | | | + mp4a size 12 [00000334] mp4 private debug: | | | | | | | | | + esds size 51 [00000334] mp4 private debug: | | | | | | | | | + srcq size 12 [00000334] mp4 private debug: | | | | | | | | | + acbf size 12 [00000334] mp4 private debug: | | | | | | | | | + size 8 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 1648 [00000334] mp4 private debug: | | | | | | + stsz size 5196 [00000334] mp4 private debug: | | | | | | + stco size 560 [00000334] mp4 private debug: | | | + udta size 25 [00000334] mp4 private debug: | | | | + name size 13 [00000334] mp4 private debug: | | + trak size 6327 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 6166 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 6068 [00000334] mp4 private debug: | | | | | + vmhd size 20 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 5947 [00000334] mp4 private debug: | | | | | | + stsd size 175 [00000334] mp4 private debug: | | | | | | | + mp4v size 159 [00000334] mp4 private debug: | | | | | | | | + esds size 69 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stss size 148 [00000334] mp4 private debug: | | | | | | + stsc size 1468 [00000334] mp4 private debug: | | | | | | + stsz size 3624 [00000334] mp4 private debug: | | | | | | + stco size 500 [00000334] mp4 private debug: | | | + udta size 25 [00000334] mp4 private debug: | | | | + name size 13 [00000334] mp4 private debug: | | + trak size 791 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 622 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 63 [00000334] mp4 private debug: | | | | + minf size 519 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 144 [00000334] mp4 private debug: | | | | | | + stsd size 44 [00000334] mp4 private debug: | | | | | | | + size 28 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | | | + code size 242 [00000334] mp4 private debug: | | | + udta size 33 [00000334] mp4 private debug: | | | | + name size 21 [00000334] mp4 private debug: | | + trak size 538 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 48 [00000334] mp4 private debug: | | | | + elst size 40 [00000334] mp4 private debug: | | | + mdia size 363 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 265 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 132 [00000334] mp4 private debug: | | | | | | + stsd size 32 [00000334] mp4 private debug: | | | | | | | + size 16 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | + udta size 27 [00000334] mp4 private debug: | | | | + name size 15 [00000334] mp4 private debug: | | + trak size 587 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 421 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 323 [00000334] mp4 private debug: | | | | | + vmhd size 20

Code: Select all

[00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 202 [00000334] mp4 private debug: | | | | | | + stsd size 102 [00000334] mp4 private debug: | | | | | | | + jpeg size 86 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | + udta size 30 [00000334] mp4 private debug: | | | | + name size 18 [00000334] mp4 private debug: | | + trak size 756 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 591 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 63 [00000334] mp4 private debug: | | | | + minf size 476 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 144 [00000334] mp4 private debug: | | | | | | + stsd size 44 [00000334] mp4 private debug: | | | | | | | + size 28 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | | | + code size 199 [00000334] mp4 private debug: | | | | + udta size 12 [00000334] mp4 private debug: | | | + udta size 29 [00000334] mp4 private debug: | | | | + name size 17 [00000334] mp4 private debug: | | + trak size 615 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + load size 24 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 421 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 323 [00000334] mp4 private debug: | | | | | + vmhd size 20 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 202 [00000334] mp4 private debug: | | | | | | + stsd size 102 [00000334] mp4 private debug: | | | | | | | + rle size 86 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | + udta size 34 [00000334] mp4 private debug: | | | | + name size 22 [00000334] mp4 private debug: | | + trak size 817 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + load size 24 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 622 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 63 [00000334] mp4 private debug: | | | | + minf size 519 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 144 [00000334] mp4 private debug: | | | | | | + stsd size 44 [00000334] mp4 private debug: | | | | | | | + size 28 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | | | + code size 242 [00000334] mp4 private debug: | | | + udta size 35 [00000334] mp4 private debug: | | | | + name size 23 [00000334] mp4 private debug: | | + udta size 24 [00000334] mp4 private debug: | | | + nsav size 12 [00000334] mp4 private debug: | + free size 64 [00000334] mp4 private debug: | + wide size 8 [00000334] mp4 private debug: | + mdat size 831868 [00000334] mp4 private debug: | + moov size 18582 [00000334] mp4 private debug: | | + mvhd size 108 [00000334] mp4 private debug: | | + trak size 8011 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 7850 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 7752 [00000334] mp4 private debug: | | | | | + smhd size 16 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 7635 [00000334] mp4 private debug: | | | | | | + stsd size 199 [00000334] mp4 private debug: | | | | | | | + mp4a size 183 [00000334] mp4 private debug: | | | | | | | | + wave size 131 [00000334] mp4 private debug: | | | | | | | | | + frma size 12 [00000334] mp4 private debug: | | | | | | | | | + mp4a size 12 [00000334] mp4 private debug: | | | | | | | | | + esds size 51 [00000334] mp4 private debug: | | | | | | | | | + srcq size 12 [00000334] mp4 private debug: | | | | | | | | | + acbf size 12 [00000334] mp4 private debug: | | | | | | | | | + size 8 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 1648 [00000334] mp4 private debug: | | | | | | + stsz size 5196 [00000334] mp4 private debug: | | | | | | + stco size 560 [00000334] mp4 private debug: | | | + udta size 25 [00000334] mp4 private debug: | | | | + name size 13 [00000334] mp4 private debug: | | + trak size 6327 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 6166 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 6068 [00000334] mp4 private debug: | | | | | + vmhd size 20 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 5947 [00000334] mp4 private debug: | | | | | | + stsd size 175 [00000334] mp4 private debug: | | | | | | | + mp4v size 159 [00000334] mp4 private debug: | | | | | | | | + esds size 69 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stss size 148 [00000334] mp4 private debug: | | | | | | + stsc size 1468 [00000334] mp4 private debug: | | | | | | + stsz size 3624 [00000334] mp4 private debug: | | | | | | + stco size 500 [00000334] mp4 private debug: | | | + udta size 25 [00000334] mp4 private debug: | | | | + name size 13 [00000334] mp4 private debug: | | + trak size 791 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 622 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 63 [00000334] mp4 private debug: | | | | + minf size 519 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 144 [00000334] mp4 private debug: | | | | | | + stsd size 44 [00000334] mp4 private debug: | | | | | | | + size 28 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | | | + code size 242 [00000334] mp4 private debug: | | | + udta size 33 [00000334] mp4 private debug: | | | | + name size 21 [00000334] mp4 private debug: | | + trak size 538 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 48 [00000334] mp4 private debug: | | | | + elst size 40 [00000334] mp4 private debug: | | | + mdia size 363 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 265 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 132 [00000334] mp4 private debug: | | | | | | + stsd size 32 [00000334] mp4 private debug: | | | | | | | + size 16 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | + udta size 27 [00000334] mp4 private debug: | | | | + name size 15 [00000334] mp4 private debug: | | + trak size 587 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 421 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 323 [00000334] mp4 private debug: | | | | | + vmhd size 20 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 202 [00000334] mp4 private debug: | | | | | | + stsd size 102 [00000334] mp4 private debug: | | | | | | | + jpeg size 86 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | + udta size 30 [00000334] mp4 private debug: | | | | + name size 18 [00000334] mp4 private debug: | | + trak size 756 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 591 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 63 [00000334] mp4 private debug: | | | | + minf size 476 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 144 [00000334] mp4 private debug: | | | | | | + stsd size 44 [00000334] mp4 private debug: | | | | | | | + size 28 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | | | + code size 199 [00000334] mp4 private debug: | | | | + udta size 12 [00000334] mp4 private debug: | | | + udta size 29 [00000334] mp4 private debug: | | | | + name size 17 [00000334] mp4 private debug: | | + trak size 615 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + load size 24 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 421 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 58 [00000334] mp4 private debug: | | | | + minf size 323 [00000334] mp4 private debug: | | | | | + vmhd size 20 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 202 [00000334] mp4 private debug: | | | | | | + stsd size 102 [00000334] mp4 private debug: | | | | | | | + rle size 86 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | + udta size 34 [00000334] mp4 private debug: | | | | + name size 22 [00000334] mp4 private debug: | | + trak size 817 [00000334] mp4 private debug: | | | + tkhd size 92 [00000334] mp4 private debug: | | | + load size 24 [00000334] mp4 private debug: | | | + edts size 36 [00000334] mp4 private debug: | | | | + elst size 28 [00000334] mp4 private debug: | | | + mdia size 622 [00000334] mp4 private debug: | | | | + mdhd size 32 [00000334] mp4 private debug: | | | | + hdlr size 63 [00000334] mp4 private debug: | | | | + minf size 519 [00000334] mp4 private debug: | | | | | + gmhd size 32 [00000334] mp4 private debug: | | | | | | + gmin size 24 [00000334] mp4 private debug: | | | | | + hdlr size 57 [00000334] mp4 private debug: | | | | | + dinf size 36 [00000334] mp4 private debug: | | | | | | + dref size 28 [00000334] mp4 private debug: | | | | | | | + alis size 12 [00000334] mp4 private debug: | | | | | + stbl size 144 [00000334] mp4 private debug: | | | | | | + stsd size 44 [00000334] mp4 private debug: | | | | | | | + size 28 [00000334] mp4 private debug: | | | | | | + stts size 24 [00000334] mp4 private debug: | | | | | | + stsc size 28 [00000334] mp4 private debug: | | | | | | + stsz size 20 [00000334] mp4 private debug: | | | | | | + stco size 20 [00000334] mp4 private debug: | | | | | + code size 242 [00000334] mp4 private debug: | | | + udta size 35 [00000334] mp4 private debug: | | | | + name size 23 [00000334] mp4 private debug: | | + udta size 24 [00000334] mp4 private debug: | | | + nsav size 12 [00000335] mp4 demuxer debug: unrecognized major file specification (qt ). [00000335] mp4 demuxer debug: find 8 tracks [00000335] mp4 demuxer warning: elst box found [00000335] mp4 demuxer debug: - [0] duration=30033ms media time=0ms) rate=1.0 [00000335] mp4 demuxer debug: track[Id 0x1] read 136 chunk [00000335] mp4 demuxer debug: track[Id 0x1] read 1294 samples length:30s [00000324] main input debug: selecting program id=0 [00000335] mp4 demuxer debug: adding track[Id 0x1] audio (enable) language undef [00000335] mp4 demuxer warning: elst box found [00000335] mp4 demuxer debug: - [0] duration=30033ms media time=0ms) rate=1.0 [00000335] mp4 demuxer debug: track[Id 0x2] read 121 chunk [00000335] mp4 demuxer debug: track[Id 0x2] read 901 samples length:30s [00000335] mp4 demuxer debug: adding track[Id 0x2] video (enable) language undef [00000335] mp4 demuxer debug: ignoring track[Id 0x3] [00000335] mp4 demuxer debug: ignoring track[Id 0x4] [00000335] mp4 demuxer warning: elst box found [00000335] mp4 demuxer debug: - [0] duration=33033ms media time=0ms) rate=0.14972 [00000335] mp4 demuxer debug: track[Id 0x5] read 1 chunk [00000335] mp4 demuxer debug: track[Id 0x5] read 1 samples length:7s [00000335] mp4 demuxer debug: adding track[Id 0x5] video (enable) language undef [00000335] mp4 demuxer debug: ignoring track[Id 0x6] [00000335] mp4 demuxer warning: elst box found [00000335] mp4 demuxer debug: - [0] duration=33033ms media time=0ms) rate=0.14972 [00000335] mp4 demuxer debug: track[Id 0x7] read 1 chunk [00000335] mp4 demuxer debug: track[Id 0x7] read 1 samples length:7s [00000335] mp4 demuxer debug: adding track[Id 0x7] video (enable) language undef [00000335] mp4 demuxer debug: ignoring track[Id 0x8] [00000335] main demuxer debug: using demux2 module "mp4" [00000335] mp4 demuxer warning: DEMUX_GET_FPS unimplemented !! [00000324] main input debug: looking for a subtitle file in ../examples/ [00000337] main decoder debug: looking for decoder module: 24 candidates [00000337] main decoder debug: using decoder module "faad" [00000337] main decoder debug: thread 2990537648 (decoder) created at priority 0 (input/decoder.c:172) [00000365] main decoder debug: looking for decoder module: 24 candidates [00000365] main decoder error: no suitable decoder module for fourcc `mp4v'. VLC probably does not support this sound or video format. [00000365] main decoder debug: killing decoder fourcc `mp4v', 0 PES in FIFO [00000383] main decoder debug: looking for decoder module: 24 candidates [00000383] main decoder debug: using decoder module "sdl_image" [00000383] main decoder debug: thread 2980084656 (decoder) created at priority 0 (input/decoder.c:172) [00000384] main decoder debug: looking for decoder module: 24 candidates [00000384] main decoder error: no suitable decoder module for fourcc `rle '. VLC probably does not support this sound or video format. [00000384] main decoder debug: killing decoder fourcc `rle ', 0 PES in FIFO [00000324] main input debug: `../examples/02-video.mov' successfully opened [00000335] mp4 demuxer debug: elst (0) gives 0ms (movie)-> 0ms (track) [00000335] mp4 demuxer debug: track[Id 0x1] does not provide Sync Sample Box (stss) [00000335] mp4 demuxer debug: elst (0) gives 0ms (movie)-> 0ms (track) [00000335] mp4 demuxer debug: track[Id 0x5] does not provide Sync Sample Box (stss) [00000335] mp4 demuxer warning: recreate ES for track[Id 0x5] [00000383] main decoder debug: removing module "sdl_image" [00000383] main decoder debug: thread 2980084656 joined (input/decoder.c:203) [00000383] main decoder debug: killing decoder fourcc `jpeg', 1 PES in FIFO [00000385] main decoder debug: looking for decoder module: 24 candidates [00000385] main decoder error: no suitable decoder module for fourcc `mp4v'. VLC probably does not support this sound or video format. [00000385] main decoder debug: killing decoder fourcc `mp4v', 0 PES in FIFO [00000386] main decoder debug: looking for decoder module: 24 candidates [00000386] main decoder error: no suitable decoder module for fourcc `rle '. VLC probably does not support this sound or video format. [00000386] main decoder debug: killing decoder fourcc `rle ', 0 PES in FIFO [00000387] main decoder debug: looking for decoder module: 24 candidates [00000387] main decoder debug: using decoder module "sdl_image" [00000387] main decoder debug: thread 2980084656 (decoder) created at priority 0 (input/decoder.c:172) [00000337] faad decoder warning: decoded zero sample [00000337] main decoder debug: no aout present, spawning one [00000388] main audio output debug: looking for audio output module: 6 candidates [00000388] alsa audio output debug: opening ALSA device `default' [00000388] main audio output debug: thread 2970561456 (aout) created at priority 0 (alsa.c:677) [00000388] main audio output debug: using audio output module "alsa" [00000388] main audio output debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000388] main audio output debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000388] main audio output debug: no need for any filter [00000388] main audio output debug: looking for audio mixer module: 3 candidates [00000388] main audio output debug: using audio mixer module "trivial_mixer" [00000388] main audio output debug: input 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes [00000388] main audio output debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo [00000391] main private debug: looking for audio filter module: 23 candidates [00000391] main private debug: using audio filter module "bandlimited_resampler" [00000388] main audio output debug: found a filter for the whole conversion [00000321] main interface error: option errors-dialog does not exist [00000387] main decoder debug: no usable vout present, spawning one [00000397] main video output debug: window size: 640x480 [00000397] main video output debug: looking for video output module: 8 candidates [00000397] xvideo video output warning: no free XVideo port found for format 0x34325652 (RV24) [00000397] xvideo video output debug: adaptor 0, port 65, format 0x32595559 (YUY2) packed [00000321] main interface error: option errors-dialog does not exist [00000321] main interface error: option errors-dialog does not exist [00000321] main interface error: option errors-dialog does not exist [00000397] xvideo video output debug: Window manager supports NetWM [00000397] xvideo video output debug: Window manager supports _NET_WM_STATE_FULLSCREEN [00000397] xvideo video output debug: Window manager supports _NET_WM_STATE_ABOVE [00000397] xvideo video output debug: Window manager supports _NET_WM_STATE_BELOW [00000397] xvideo video output debug: Window manager supports _NET_WM_STATE_STAYS_ON_TOP [00000397] main video output debug: using video output module "xvideo" [00000397] main video output debug: waiting for thread completion [00000397] main video output debug: got 8 direct buffer(s) [00000397] main video output debug: picture in 640x480 (0,0,640x480), chroma RV24, ar 4:3, sar 1:1 [00000397] main video output debug: picture user 640x480 (0,0,640x480), chroma RV24, ar 4:3, sar 1:1 [00000397] main video output debug: picture out 640x480 (0,0,640x480), chroma YUY2, ar 4:3, sar 1:1 [00000397] main video output debug: looking for chroma module: 8 candidates [00000397] main video output error: no chroma module for RV24 to YUY2 [00000397] main video output debug: thread 2961566640 (video output) created at priority 0 (video_output/video_output.c:450) [00000397] main video output error: video output creation failed [00000397] main video output debug: removing module "xvideo" [00000397] main video output debug: thread 2961566640 joined (video_output/video_output.c:466) [00000397] main video output error: cannot delete object (397, xvideo) with children [00000387] main decoder error: failed to create video output [00000324] main input debug: EOF reached [00000324] main input debug: waiting decoder fifos to empty [00000314] main playlist debug: finished input [00000314] main playlist debug: dying input [00000314] main playlist debug: dying input [00000314] main playlist debug: dying input [00000314] main playlist debug: dying input [00000335] mp4 demuxer debug: freeing all memory [00000334] mp4 private warning: cannot free box rle , type unknown [00000334] mp4 private warning: cannot free box rle , type unknown [00000335] main demuxer debug: removing module "mp4" [00000328] main access debug: removing module "access_file" [00000337] main decoder debug: removing module "faad" [00000337] main decoder debug: thread 2990537648 joined (input/decoder.c:203) [00000337] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [00000391] main private debug: removing module "bandlimited_resampler" [00000321] qt4 interface debug: *********** NAV 0 [00000388] main audio output debug: thread 2970561456 joined (alsa.c:729) [00000388] main audio output debug: removing module "alsa" [00000388] main audio output debug: removing module "trivial_mixer" [00000314] main playlist debug: dying input [00000387] main decoder debug: removing module "sdl_image" [00000387] main decoder debug: thread 2980084656 joined (input/decoder.c:203) [00000387] main decoder debug: killing decoder fourcc `jpeg', 0 PES in FIFO [00000314] main playlist debug: dead input [00000324] main input debug: thread 3015203760 joined (input/input.c:466) [00000324] main input warning: refcount is 1, delaying before deletion (id=324,type=-7) [00000314] main playlist debug: starting new item [00000314] main playlist debug: changing item without a request (current 0/1) [00000314] main playlist debug: nothing to play [00000001] hotkeys libvlc warning: Received invalid key event 0 [00000001] main libvlc debug: removing all interfaces [00000321] main interface debug: removing module "qt4" [00000319] main interface debug: thread 3038677936 joined (interface/interface.c:244) [00000319] main interface debug: removing module "screensaver" [00000317] main interface debug: thread 3047078832 joined (interface/interface.c:244) [00000317] main interface debug: removing module "hotkeys" [00000001] main libvlc debug: removing playlist [00000314] main playlist: saving Media Library to file /home/claudio/.vlc/ml.xsp [00000315] main private debug: thread 3072273328 joined (playlist/thread.c:149) [00000314] main playlist debug: looking for playlist export module: 1 candidate [00000314] main playlist debug: using playlist export module "export" [00000314] main playlist debug: removing module "export" [00000316] main private debug: thread 3063884720 joined (playlist/thread.c:159) [00000314] main playlist debug: thread 3055496112 joined (playlist/thread.c:164) [00000001] main libvlc debug: removing all video outputs [00000001] main libvlc debug: removing all audio outputs [00000001] main libvlc debug: removing module "memcpymmxext" [00000001] main libvlc debug: opening config file (/home/claudio/.vlc/vlcrc) [00000001] main libvlc debug: opening config file (/home/claudio/.vlc/vlcrc) [00000001] main libvlc debug: saving plugins cache file /home/claudio/.vlc/cache/plugins-04041e.dat

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 18 May 2007 18:33

I don't see any reference to vp6 on your stream. sorry.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

The Claudio
New Cone
New Cone
Posts: 8
Joined: 18 May 2007 03:48
Location: /earth/europe/austria

Postby The Claudio » 19 May 2007 00:50

My problem now is that I can' see any video.

I've tried it with older and newer flash (on2 vp6) videos too, but I doesn't even work with this Apple Video (.mov). So I thought it doesn't matter with which video codec I'll try it and capture the very-very-verbose-log.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 19 May 2007 13:38

Can you watch those with ffplay ? Cna't you join IRC ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 13 guests