This is quite puzzling. Any thoughts why this might be happening? I've tried to use mpeg1, mpeg2 and mpeg4 files as input. The only difference is that error message doesn't even show up when using mpeg4 file for input. VLC verbose output is below. Note that in this example I'm trying to stream after transcoding, but I get the same result when sending resulting stream to display or to file - no video track at all. On Ubuntu same transcoding runs just fine.
For mpeg2 input file:
Code: Select all
vlc core.mpg --sout=#transcode{vcodec=mp1v,vb=800,height=240,width=320}:std{access=udp,mux=ts,dst=172.16.250.182:1344} --ignore-config -vvv
main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
main debug: looking for memcpy module: 3 candidates
main debug: using memcpy module "memcpymmxext"
main debug: thread 4544 (Interaction control) created at priority 0 (interface/interaction.c:382)
main debug: thread started
main debug: Creating an input for 'Media Library'
main debug: Input is a meta file: disabling unneeded options
main debug: `file/xspf-open://C:\Documents and Settings\user\Application Data\vlc\ml.xspf' gives access `file' demux `xspf-open' path `C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: creating access 'file' path='C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: looking for access module: 2 candidates
access_file debug: opening file `C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: using access module "access_file"
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='file' demux='xspf-open' path='C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: looking for demux module: 1 candidate
playlist debug: using XSPF playlist reader
main debug: using demux module "playlist"
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: `file/xspf-open://C:\Documents and Settings\user\Application Data\vlc\ml.xspf' successfully opened
main debug: looking for xml module: 2 candidates
main debug: using xml module "xml"
main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
playlist debug: parsed 0 tracks successfully
main debug: removing module "xml"
main debug: EOF reached
main debug: control type=1
main debug: removing module "playlist"
main debug: removing module "access_file"
main debug: TIMER input launching for 'Media Library' : 5.000 ms - Total 5.000 ms / 1 intvls (Avg 5.000 ms)
main debug: waiting for thread initialization
main debug: thread started
main debug: thread 4620 (preparser) created at priority 0 (playlist/thread.c:79)
main debug: waiting for thread initialization
main debug: thread started
main debug: thread 4632 (fetcher) created at priority 0 (playlist/thread.c:108)
main debug: waiting for thread initialization
main debug: thread started
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 0 items, index -1
main debug: thread 4628 (playlist) created at priority 0 (playlist/thread.c:117)
main debug: looking for interface module: 1 candidate
main debug: using interface module "hotkeys"
main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: thread 4644 (interface) created at priority 0 (interface/interface.c:168)
main debug: thread started
main debug: adding item `core.mpg' ( core.mpg )
main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module: 3 candidates
main debug: using interface module "qt4"
main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms)
main debug: thread 4800 (interface) created at priority 0 (interface/interface.c:168)
main debug: thread started
main debug: starting new item
main debug: processing request item null node Playlist skip 0
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index -1
main debug: creating new input thread
main debug: Creating an input for 'core.mpg'
main debug: waiting for thread initialization
main debug: thread started
main debug: thread 4844 (input) created at priority 1 (input/input.c:370)
main debug: stream=`transcode'
main debug: looking for sout stream module: 1 candidate
main debug: stream=`std'
main debug: looking for sout stream module: 1 candidate
main debug: set config option: sout-standard-access to udp
main debug: set config option: sout-standard-mux to ts
main debug: set config option: sout-standard-dst to 172.16.250.182:1344
stream_out_standard debug: creating `udp/ts://172.16.250.182:1344'
stream_out_standard debug: extension is 182:1344
stream_out_standard debug: extension -> mux=(null)
stream_out_standard debug: using `udp/ts://172.16.250.182:1344'
main debug: looking for sout access module: 1 candidate
main debug: net: connecting to [172.16.250.182]:1344
access_output_udp debug: source: 172.16.250.182 port 1816
access_output_udp debug: destination: 172.16.250.182 port 1344
main debug: thread 5068 (sout write thread) created at priority 15 (udp.c:255)
main debug: using sout access module "access_output_udp"
main debug: thread started
main debug: TIMER module_Need() : 13.000 ms - Total 13.000 ms / 1 intvls (Avg 13.000 ms)
stream_out_standard debug: access opened
main debug: looking for sout mux module: 1 candidate
mux_ts debug: shaping=200000 pcr=70000 dts_delay=400000
main debug: using sout mux module "mux_ts"
main debug: TIMER module_Need() : 4.000 ms - Total 4.000 ms / 1 intvls (Avg 4.000 ms)
main debug: muxer support adding stream at any time
stream_out_standard debug: mux opened
main debug: using sout stream module "stream_out_standard"
main debug: TIMER module_Need() : 21.000 ms - Total 21.000 ms / 1 intvls (Avg 21.000 ms)
main debug: set config option: sout-transcode-vcodec to mp1v
main debug: set config option: sout-transcode-vb to 800
main debug: set config option: sout-transcode-height to 240
main debug: set config option: sout-transcode-width to 320
stream_out_transcode debug: codec video=mp1v 320x240 scaling: 1.000000 800kb/s
main debug: using sout stream module "stream_out_transcode"
main debug: TIMER module_Need() : 28.000 ms - Total 28.000 ms / 1 intvls (Avg 28.000 ms)
main debug: `core.mpg' gives access `' demux `' path `core.mpg'
main debug: creating demux: access='' demux='' path='core.mpg'
main debug: looking for access_demux module: 1 candidate
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: creating access '' path='core.mpg'
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: core.cue
vcd debug: could not find .cue file
access_file debug: opening file `core.mpg'
main debug: using access module "access_file"
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 1408981 bytes in 0s - 687635 kbytes/s
main debug: creating demux: access='' demux='' path='core.mpg'
main debug: looking for demux module: 51 candidates
main debug: using demux module "ps"
main debug: TIMER module_Need() : 20.000 ms - Total 20.000 ms / 1 intvls (Avg 20.000 ms)
main debug: looking for a subtitle file in D:\workspace\vid\
main debug: starting in async mode
main debug: `core.mpg' successfully opened
ps warning: garbage at input, trying to resync...
ps warning: found sync code
ps debug: we found a length of: 720720000
main debug: control type=1
main debug: selecting program id=0
main debug: looking for packetizer module: 18 candidates
main debug: using packetizer module "mpeg_audio"
main debug: TIMER module_Need() : 10.000 ms - Total 10.000 ms / 1 intvls (Avg 10.000 ms)
main debug: stream out mode -> no decoder thread
main debug: looking for packetizer module: 18 candidates
main debug: using packetizer module "packetizer_mpegvideo"
main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: stream out mode -> no decoder thread
packetizer_mpegvideo debug: size 720x480 fps=29.970
mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:192
main debug: adding a new sout input (sout_input:00BF7FC8)
stream_out_transcode debug: not transcoding a stream (fcc=`mpga')
main debug: adding a new input
mux_ts debug: adding input codec=mpga pid=68
mux_ts debug: new PCR PID is 68
main debug: switching to sync mode
main debug: adding a new sout input (sout_input:00BF6FC8)
stream_out_transcode debug: creating video transcoding from fcc=`mpgv' to fcc=`mp1v'
main debug: looking for decoder module: 34 candidates
main debug: using decoder module "libmpeg2"
main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms)
main debug: looking for encoder module: 11 candidates
avcodec debug: libavcodec initialized (interface 3408896 )
avcodec debug: Warning vbv_delay will be set to 0xFFFF (=VBR) as the specified vbv buffer is too large for the given bitrate!
(mpeg1video@00BB02B0)
avcodec warning: low delay forcing is only available for mpeg2
(mpeg1video@00BB02B0)
avcodec error: cannot open encoder
main debug: TIMER module_Need() : 18.000 ms - Total 18.000 ms / 1 intvls (Avg 18.000 ms)
stream_out_transcode error: cannot find video encoder (module:any fourcc:mp1v)
main debug: removing module "libmpeg2"
stream_out_transcode error: cannot create video chain
main error: cannot create packetizer output (mpgv)
main debug: opening config file (C:\Documents and Settings\user\Application Data\vlc\vlcrc)
main debug: opening config file (C:\Documents and Settings\user\Application Data\vlc\vlcrc)
qt4 debug: Error while initializing qt-specific localization
qt4 debug: Updating the stream status: 3
Code: Select all
vlc Laurel2.mp4 --sout=#transcode{vcodec=mp1v,vb=800,height=240,width=320}:std{access=udp,mux=ts,dst=172.16.250.182:1344} --ignore-config -vvv
main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
main debug: looking for memcpy module: 3 candidates
main debug: using memcpy module "memcpymmxext"
main debug: thread 4544 (Interaction control) created at priority 0 (interface/interaction.c:382)
main debug: thread started
main debug: Creating an input for 'Media Library'
main debug: Input is a meta file: disabling unneeded options
main debug: `file/xspf-open://C:\Documents and Settings\user\Application Data\vlc\ml.xspf' gives access `file' demux `xspf-open' path `C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: creating access 'file' path='C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: looking for access module: 2 candidates
access_file debug: opening file `C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: using access module "access_file"
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='file' demux='xspf-open' path='C:\Documents and Settings\user\Application Data\vlc\ml.xspf'
main debug: looking for demux module: 1 candidate
playlist debug: using XSPF playlist reader
main debug: using demux module "playlist"
main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms)
main debug: `file/xspf-open://C:\Documents and Settings\user\Application Data\vlc\ml.xspf' successfully opened
main debug: looking for xml module: 2 candidates
main debug: using xml module "xml"
main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
playlist debug: parsed 0 tracks successfully
main debug: removing module "xml"
main debug: EOF reached
main debug: control type=1
main debug: removing module "playlist"
main debug: removing module "access_file"
main debug: TIMER input launching for 'Media Library' : 6.000 ms - Total 6.000 ms / 1 intvls (Avg 6.000 ms)
main debug: waiting for thread initialization
main debug: thread started
main debug: thread 4620 (preparser) created at priority 0 (playlist/thread.c:79)
main debug: waiting for thread initialization
main debug: thread started
main debug: thread 4632 (fetcher) created at priority 0 (playlist/thread.c:108)
main debug: waiting for thread initialization
main debug: thread started
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 0 items, index -1
main debug: thread 4628 (playlist) created at priority 0 (playlist/thread.c:117)
main debug: looking for interface module: 1 candidate
main debug: using interface module "hotkeys"
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: thread 4644 (interface) created at priority 0 (interface/interface.c:168)
main debug: thread started
main debug: adding item `Laurel2.mp4' ( Laurel2.mp4 )
main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module: 3 candidates
main debug: using interface module "qt4"
main debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms)
main debug: thread 4800 (interface) created at priority 0 (interface/interface.c:168)
main debug: thread started
main debug: starting new item
main debug: processing request item null node Playlist skip 0
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index -1
main debug: creating new input thread
main debug: Creating an input for 'Laurel2.mp4'
main debug: waiting for thread initialization
main debug: thread started
main debug: stream=`transcode'
main debug: thread 4860 (input) created at priority 1 (input/input.c:370)
main debug: looking for sout stream module: 1 candidate
main debug: stream=`std'
main debug: looking for sout stream module: 1 candidate
main debug: set config option: sout-standard-access to udp
main debug: set config option: sout-standard-mux to ts
main debug: set config option: sout-standard-dst to 172.16.250.182:1344
stream_out_standard debug: creating `udp/ts://172.16.250.182:1344'
stream_out_standard debug: extension is 182:1344
stream_out_standard debug: extension -> mux=(null)
stream_out_standard debug: using `udp/ts://172.16.250.182:1344'
main debug: looking for sout access module: 1 candidate
main debug: net: connecting to [172.16.250.182]:1344
access_output_udp debug: source: 172.16.250.182 port 1998
access_output_udp debug: destination: 172.16.250.182 port 1344
main debug: thread 5072 (sout write thread) created at priority 15 (udp.c:255)
main debug: using sout access module "access_output_udp"
main debug: thread started
main debug: TIMER module_Need() : 10.000 ms - Total 10.000 ms / 1 intvls (Avg 10.000 ms)
stream_out_standard debug: access opened
main debug: looking for sout mux module: 1 candidate
mux_ts debug: shaping=200000 pcr=70000 dts_delay=400000
main debug: using sout mux module "mux_ts"
main debug: TIMER module_Need() : 7.000 ms - Total 7.000 ms / 1 intvls (Avg 7.000 ms)
main debug: muxer support adding stream at any time
stream_out_standard debug: mux opened
main debug: using sout stream module "stream_out_standard"
main debug: TIMER module_Need() : 20.000 ms - Total 20.000 ms / 1 intvls (Avg 20.000 ms)
main debug: set config option: sout-transcode-vcodec to mp1v
main debug: set config option: sout-transcode-vb to 800
main debug: set config option: sout-transcode-height to 240
main debug: set config option: sout-transcode-width to 320
stream_out_transcode debug: codec video=mp1v 320x240 scaling: 1.000000 800kb/s
main debug: using sout stream module "stream_out_transcode"
main debug: TIMER module_Need() : 26.000 ms - Total 26.000 ms / 1 intvls (Avg 26.000 ms)
main debug: `Laurel2.mp4' gives access `' demux `' path `Laurel2.mp4'
main debug: creating demux: access='' demux='' path='Laurel2.mp4'
main debug: looking for access_demux module: 1 candidate
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: creating access '' path='Laurel2.mp4'
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: Laurel2.cue
vcd debug: could not find .cue file
access_file debug: opening file `Laurel2.mp4'
main debug: using access module "access_file"
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 1408981 bytes in 0s - 687635 kbytes/s
main debug: creating demux: access='' demux='' path='Laurel2.mp4'
main debug: looking for demux module: 59 candidates
mp4 debug: found Box: ftyp size 24
mp4 debug: found Box: free size 220900
mp4 debug: skip box: "free"
mp4 debug: found Box: free size 8
mp4 debug: skip box: "free"
mp4 debug: found Box: free size 8
mp4 debug: skip box: "free"
mp4 debug: found Box: mdat size 20638413
mp4 debug: skip box: "mdat"
mp4 debug: found Box: mdat size 8
mp4 debug: skip box: "mdat"
mp4 debug: found Box: moov size 220942
mp4 debug: found Box: mvhd size 108
mp4 debug: read box: "mvhd" creation 732895d-21h:00m:34s modification 733250d-23h:31m:21s time scale 600 duration 694977d-48h:00m:06s rate 1.000000 volume 1.000000 next track id 5
mp4 debug: found Box: trak size 159433
mp4 debug: found Box: tkhd size 92
mp4 debug: read box: "tkhd" creation 732895d-20h:57m:58s modification 732895d-21h:00m:36s duration 694981d-38h:20m:50s track ID 1 layer 0 volume 0.000000 width 320.000000 height 240.000000
mp4 debug: found Box: edts size 36
mp4 debug: found Box: elst size 28
mp4 debug: read box: "elst" entry-count 1
mp4 debug: found Box: mdia size 159297
mp4 debug: found Box: mdhd size 32
mp4 debug: read box: "mdhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:36s time scale 600 duration 694981d-38h:20m:50s language eng
mp4 debug: found Box: hdlr size 58
mp4 debug: read box: "hdlr" handler type vide name Apple Video Media Handler
mp4 debug: found Box: minf size 159199
mp4 debug: found Box: vmhd size 20
mp4 debug: read box: "vmhd" graphics-mode 0 opcolor (0, 0, 0)
mp4 debug: found Box: dinf size 36
mp4 debug: found Box: dref size 28
mp4 debug: found Box: url size 12
mp4 debug: read box: "url" url: (null)
mp4 debug: read box: "dref" entry-count 1
mp4 debug: found Box: stbl size 159135
mp4 debug: found Box: stsd size 183
mp4 debug: found Box: mp4v size 167
mp4 debug: found Box: esds size 81
mp4 debug: found esds MPEG4ESDescr (64Bytes)
mp4 debug: found esds MP4DecConfigDescr (50Bytes)
mp4 debug: found esds MP4DecSpecificDescr (32Bytes)
mp4 debug: read box: "vide" in stsd 320x240 depth 24
mp4 debug: read box: "stsd" entry-count 1
mp4 debug: found Box: stts size 69720
mp4 debug: read box: "stts" entry-count 8713
mp4 debug: found Box: stss size 2004
mp4 debug: read box: "stss" entry-count 497
mp4 debug: found Box: stsc size 28948
mp4 debug: read box: "stsc" entry-count 2411
mp4 debug: found Box: stsz size 47628
mp4 debug: read box: "stsz" sample-size 0 sample-count 11902
mp4 debug: found Box: stco size 10644
mp4 debug: read box: "co64" entry-count 2657
mp4 debug: found Box: trak size 60374
mp4 debug: found Box: tkhd size 92
mp4 debug: read box: "tkhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:36s duration 694981d-38h:20m:50s track ID 2 layer -1 volume 1.000000 width 0.000000 height 0.000000
mp4 debug: found Box: edts size 444
mp4 debug: found Box: elst size 436
mp4 debug: read box: "elst" entry-count 35
mp4 debug: found Box: mdia size 59369
mp4 debug: found Box: mdhd size 32
mp4 debug: read box: "mdhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:34s time scale 11025 duration 695061d-29h:32m:48s language eng
mp4 debug: found Box: hdlr size 58
mp4 debug: read box: "hdlr" handler type soun name Apple Sound Media Handler
mp4 debug: found Box: minf size 59271
mp4 debug: found Box: smhd size 16
mp4 debug: read box: "smhd" balance 0.000000
mp4 debug: found Box: dinf size 36
mp4 debug: found Box: dref size 28
mp4 debug: found Box: url size 12
mp4 debug: read box: "url" url: (null)
mp4 debug: read box: "dref" entry-count 1
mp4 debug: found Box: stbl size 59211
mp4 debug: found Box: stsd size 103
mp4 debug: found Box: mp4a size 87
mp4 debug: read box: "soun" mp4 or qt1/2 (rest=51)
mp4 debug: found Box: esds size 51
mp4 debug: found esds MPEG4ESDescr (34Bytes)
mp4 debug: found esds MP4DecConfigDescr (20Bytes)
mp4 debug: found esds MP4DecSpecificDescr (2Bytes)
mp4 debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 11025.000000
mp4 debug: read box: "stsd" entry-count 1
mp4 debug: found Box: stts size 24
mp4 debug: read box: "stts" entry-count 1
mp4 debug: found Box: stsc size 19960
mp4 debug: read box: "stsc" entry-count 1662
mp4 debug: found Box: stsz size 28448
mp4 debug: read box: "stsz" sample-size 0 sample-count 7107
mp4 debug: found Box: stco size 10668
mp4 debug: read box: "co64" entry-count 2663
mp4 debug: found Box: meta size 461
mp4 debug: found Box: size 449
mp4 warning: unknown box type (incompletely loaded)
mp4 debug: found Box: trak size 481
mp4 debug: found Box: tkhd size 92
mp4 debug: read box: "tkhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:36s duration 694981d-38h:20m:50s track ID 3 layer 0 volume 0.000000 width 0.000000 height 0.000000
mp4 debug: found Box: edts size 36
mp4 debug: found Box: elst size 28
mp4 debug: read box: "elst" entry-count 1
mp4 debug: found Box: mdia size 345
mp4 debug: found Box: mdhd size 32
mp4 debug: read box: "mdhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:34s time scale 600 duration 694981d-38h:20m:50s language eng
mp4 debug: found Box: hdlr size 65
mp4 debug: read box: "hdlr" handler type sdsm name Apple MPEG-4 Scene Media Handler
mp4 debug: found Box: minf size 240
mp4 debug: found Box: nmhd size 12
mp4 debug: found Box: dinf size 36
mp4 debug: found Box: dref size 28
mp4 debug: found Box: url size 12
mp4 debug: read box: "url" url: (null)
mp4 debug: read box: "dref" entry-count 1
mp4 debug: found Box: stbl size 184
mp4 debug: found Box: stsd size 84
mp4 debug: found Box: mp4s size 68
mp4 debug: found Box: esds size 52
mp4 debug: found esds MPEG4ESDescr (35Bytes)
mp4 debug: found esds MP4DecConfigDescr (21Bytes)
mp4 debug: found esds MP4DecSpecificDescr (3Bytes)
mp4 debug: read box: "stsd" entry-count 1
mp4 debug: found Box: stts size 24
mp4 debug: read box: "stts" entry-count 1
mp4 debug: found Box: stsc size 28
mp4 debug: read box: "stsc" entry-count 1
mp4 debug: found Box: stsz size 20
mp4 debug: read box: "stsz" sample-size 24 sample-count 1
mp4 debug: found Box: stco size 20
mp4 debug: read box: "co64" entry-count 1
mp4 debug: found Box: trak size 496
mp4 debug: found Box: tkhd size 92
mp4 debug: read box: "tkhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:36s duration 694981d-38h:20m:50s track ID 4 layer 0 volume 0.000000 width 0.000000 height 0.000000
mp4 debug: found Box: edts size 36
mp4 debug: found Box: elst size 28
mp4 debug: read box: "elst" entry-count 1
mp4 debug: found Box: tref size 24
mp4 debug: found Box: mpod size 16
mp4 warning: unknown box type mpod (incompletely loaded)
mp4 debug: found Box: mdia size 336
mp4 debug: found Box: mdhd size 32
mp4 debug: read box: "mdhd" creation 732895d-21h:00m:34s modification 732895d-21h:00m:34s time scale 600 duration 694981d-38h:20m:50s language eng
message warning: message queue overflowed
access_output_udp warning: putting two PCRs at once