Time overlay problem in vlc 1.1.0

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
johnfranklin
New Cone
New Cone
Posts: 3
Joined: 29 Jun 2010 08:24

Time overlay problem in vlc 1.1.0

Postby johnfranklin » 29 Jun 2010 08:36

Here's the command line I'm using:

Code: Select all

vlc --playlist-tree /john/movies/*.avi --loop -vvv --sout='#duplicate{dst="transcode{venc=x264{keyint=60,idrint=2},vcodec=h264,vb=400,acodec=mp4a,ab=64,channels=2,samplerate=44100,soverlay,sfilter=marq}:rtp{dst=127.0.0.1,port=1234,sdp=file:///john/vlc.sdp}"}' --sub-filter "marq{marquee=Total: \$D Left: \$L File: \$N ,position=9,size=10}"
Stream works perfect with no errors but the overlay at the bottom never shows up.

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:

Re: Time overlay problem in vlc 1.1.0

Postby Jean-Baptiste Kempf » 01 Jul 2010 00:52

Does it show if you add a dst=display?
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.

johnfranklin
New Cone
New Cone
Posts: 3
Joined: 29 Jun 2010 08:24

Re: Time overlay problem in vlc 1.1.0 and 1.2.0

Postby johnfranklin » 01 Jul 2010 09:46

Does it show if you add a dst=display?
No nothing shows. I've upgraded to the lastest git:
VLC media player 1.2.0-git Twoflower (revision 1.1.0-pre1-1080-g20a67d0)
VLC version 1.2.0-git Twoflower (1.1.0-pre1-1080-g20a67d0)
and changed around the command since I posted the one above.:
vlc --media-library "/seagate15/VLC/MOVIESCLEAN/" -vvv --sout-keep --sout='#gather:duplicate{dst=display, dst="transcode{venc=x264{keyint=60,idrint=2},vcodec=h264,vb=300,acodec=mp4a,ab=32,channels=2,samplerate=22050,width=320,height=240,sfilter="marq{marquee=Total: \$D Left: \$L File: \$N ,position=9,size=10}":rtp{dst=127.0.0.1,port=1234,sdp=file:////seagate15/VLC/vlc.sdp}"}' --loop --sout-mux-caching=20480 --sout-keep --file-caching=1200 --volume=75 --sout-transcode-high-priority --file-logging --logfile=/seagate15/VLC/jtvlog.log
Here is the verbose output along with another problem that seems to have cropped up. The stream cuts off when changing videos even though I've added the necessary gather and --sout-keep.

Here is the log:
-- logger module started --
main debug: using interface module "logger"
main debug: TIMER module_need() : 0.713 ms - Total 0.713 ms / 1 intvls (Avg 0.713 ms)
main debug: adding item `(null)' ( file:///seagate15/VLC/MOVIESCLEAN/ )
main debug: looking for interface module: 1 candidate
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index -1
main debug: using interface module "globalhotkeys"
main debug: TIMER module_need() : 1.628 ms - Total 1.628 ms / 1 intvls (Avg 1.628 ms)
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main debug: looking for interface module: 5 candidates
main debug: Creating an input for '(null)'
main debug: no fetch required for (null) (art currently (null))
main debug: looking for extension module: 1 candidate
lua debug: Opening EXPERIMENTAL Lua Extension module
lua debug: Trying Lua scripts in /home/john/.local/share/vlc/lua/extensions
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/extensions
lua debug: Trying Lua scripts in /seagate15/VLC/VLCJB/vlc/share/lua/extensions
lua debug: Trying Lua playlist script /seagate15/VLC/VLCJB/vlc/share/lua/extensions/allocine-fr.lua
lua debug: Scanning Lua script /seagate15/VLC/VLCJB/vlc/share/lua/extensions/allocine-fr.lua
lua debug: Script /seagate15/VLC/VLCJB/vlc/share/lua/extensions/allocine-fr.lua has the following capability flags: 0xc
lua debug: Trying Lua playlist script /seagate15/VLC/VLCJB/vlc/share/lua/extensions/imdb.lua
lua debug: Scanning Lua script /seagate15/VLC/VLCJB/vlc/share/lua/extensions/imdb.lua
lua debug: Script /seagate15/VLC/VLCJB/vlc/share/lua/extensions/imdb.lua has the following capability flags: 0x4
main debug: using extension module "lua"
main debug: TIMER module_need() : 2.279 ms - Total 2.279 ms / 1 intvls (Avg 2.279 ms)
main debug: using interface module "qt4"
main debug: TIMER module_need() : 118.439 ms - Total 118.439 ms / 1 intvls (Avg 118.439 ms)
main debug: processing request item null node Playlist skip 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for '(null)'
main debug: thread (input) created at priority 10 (../../src/input/input.c:214)
main debug: thread started
main debug: using sout chain=`gather:duplicate{dst=display, dst="transcode{venc=x264{keyint=60,idrint=2},vcodec=h264,vb=300,acodec=mp4a,ab=32,channels=2,samplerate=22050,width=320,height=240,sfilter="marq{marquee=Total: \$D Left: \$L File: \$N ,position=9,size=10}":rtp{dst=127.0.0.1,port=1234,sdp=file:////seagate15/VLC/vlc.sdp}"}'
main debug: stream=`duplicate'
main debug: looking for sout stream module: 1 candidate
stream_out_duplicate debug: creating 'duplicate'
stream_out_duplicate debug: * adding `display'
main debug: stream=`display'
main debug: looking for sout stream module: 1 candidate
qt4 debug: IM: Setting an input
main debug: using sout stream module "stream_out_display"
main debug: TIMER module_need() : 0.408 ms - Total 0.408 ms / 1 intvls (Avg 0.408 ms)
stream_out_duplicate debug: * adding `transcode{venc=x264{keyint=60,idrint=2},vcodec=h264,vb=300,acodec=mp4a,ab=32,channels=2,samplerate=22050,width=320,height=240,sfilter='
main debug: stream=`transcode'
main debug: looking for sout stream module: 1 candidate
stream_out_transcode error: cannot create chain
main debug: no sout stream module matching "transcode" could be loaded
main debug: TIMER module_need() : 0.906 ms - Total 0.906 ms / 1 intvls (Avg 0.906 ms)
main debug: destroying chain... (name=(null))
main debug: destroying chain done
stream_out_duplicate error: * ignore unknown option `arq'
stream_out_duplicate error: * ignore unknown option `:rtp'
main debug: using sout stream module "stream_out_duplicate"
main debug: TIMER module_need() : 2.163 ms - Total 2.163 ms / 1 intvls (Avg 2.163 ms)
main debug: stream=`gather'
main debug: looking for sout stream module: 1 candidate
main debug: using sout stream module "stream_out_gather"
main debug: TIMER module_need() : 31.138 ms - Total 31.138 ms / 1 intvls (Avg 31.138 ms)
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path '/tmp'
main debug: `file:///seagate15/VLC/MOVIESCLEAN/' gives access `file' demux `' path `/seagate15/VLC/MOVIESCLEAN/'
main debug: creating demux: access='file' demux='' path='/seagate15/VLC/MOVIESCLEAN/'
main debug: looking for access_demux module: 2 candidates
dvdnav warning: cannot open dvdnav
main debug: no access_demux module matching "file" could be loaded
main debug: TIMER module_need() : 1.019 ms - Total 1.019 ms / 1 intvls (Avg 1.019 ms)
main debug: creating access 'file' location='/seagate15/VLC/MOVIESCLEAN/', path='/seagate15/VLC/MOVIESCLEAN/'
main debug: looking for access module: 2 candidates
filesystem debug: opening file `/seagate15/VLC/MOVIESCLEAN/'
main debug: using access module "filesystem"
main debug: TIMER module_need() : 0.341 ms - Total 0.341 ms / 1 intvls (Avg 0.341 ms)
main debug: Using AStream*Block
main debug: pre buffering
main debug: received first data after 0 ms
main debug: prebuffering done 160 bytes in 0s - 4340 KiB/s
main debug: looking for stream_filter module: 5 candidates
main debug: no stream_filter module matching "any" could be loaded
main debug: TIMER module_need() : 0.177 ms - Total 0.177 ms / 1 intvls (Avg 0.177 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.146 ms - Total 0.146 ms / 1 intvls (Avg 0.146 ms)
main debug: creating demux: access='file' demux='xspf-open' path='/seagate15/VLC/MOVIESCLEAN/'
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() : 0.171 ms - Total 0.171 ms / 1 intvls (Avg 0.171 ms)
main debug: looking for a subtitle file in /seagate15/VLC/MOVIESCLEAN
main debug: starting in async mode
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in /home/john/.local/share/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /seagate15/VLC/VLCJB/vlc/share/lua/meta/reader
lua debug: Trying Lua playlist script /seagate15/VLC/VLCJB/vlc/share/lua/meta/reader/filename.lua
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 0.915 ms - Total 0.915 ms / 1 intvls (Avg 0.915 ms)
main debug: `file:///seagate15/VLC/MOVIESCLEAN/' successfully opened
main debug: looking for xml module: 2 candidates
main debug: using xml module "xml"
main debug: TIMER module_need() : 0.230 ms - Total 0.230 ms / 1 intvls (Avg 0.230 ms)
playlist debug: parsed 21 tracks successfully
main: stopping playback
main debug: deleting item `(null)'
main debug: incoming request - stopping current input
main debug: dying input
main debug: removing module "xml"
main debug: EOF reached
main debug: control type=0
main debug: control: stopping input
main debug: dying input
main debug: removing module "playlist"
main debug: removing module "stream_filter_record"
main debug: removing module "filesystem"
main debug: dead input
main debug: thread ended
main debug: processing request item Children Of Men node Playlist skip 0
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 21 items, index 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'Children Of Men'
main debug: thread (input) created at priority 10 (../../src/input/input.c:214)
main debug: thread started
main debug: reusing sout
main debug: you probably want to use gather stream_out
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path '/tmp'
main debug: `file:///seagate15/VLC/MOVIESCLEAN//Children%20Of%20Men' gives access `file' demux `' path `/seagate15/VLC/MOVIESCLEAN//Children%20Of%20Men'
main debug: creating demux: access='file' demux='' path='/seagate15/VLC/MOVIESCLEAN//Children%20Of%20Men'
main debug: looking for access_demux module: 2 candidates
main debug: no access_demux module matching "file" could be loaded
main debug: TIMER module_need() : 0.378 ms - Total 0.378 ms / 1 intvls (Avg 0.378 ms)
main debug: creating access 'file' location='/seagate15/VLC/MOVIESCLEAN//Children%20Of%20Men', path='/seagate15/VLC/MOVIESCLEAN//Children Of Men'
main debug: looking for access module: 2 candidates
filesystem debug: opening file `/seagate15/VLC/MOVIESCLEAN//Children Of Men'
main debug: using access module "filesystem"
main debug: TIMER module_need() : 0.313 ms - Total 0.313 ms / 1 intvls (Avg 0.313 ms)
main debug: Using AStream*Stream
main debug: pre buffering
main debug: received first data after 0 ms
main debug: pre-buffering done 1024 bytes in 0s - 22222 KiB/s
main debug: looking for stream_filter module: 5 candidates
main debug: no stream_filter module matching "any" could be loaded
main debug: TIMER module_need() : 0.240 ms - Total 0.240 ms / 1 intvls (Avg 0.240 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.220 ms - Total 0.220 ms / 1 intvls (Avg 0.220 ms)
main debug: creating demux: access='file' demux='' path='/seagate15/VLC/MOVIESCLEAN//Children%20Of%20Men'
main debug: looking for demux module: 53 candidates
avi debug: found Chunk fourcc:46464952 (RIFF) size:735694740 pos:0
avi debug: found LIST chunk: 'AVI '
avi debug: <list 'AVI '>
avi debug: found Chunk fourcc:5453494c (LIST) size:8516 pos:12
avi debug: found LIST chunk: 'hdrl'
avi debug: <list 'hdrl'>
avi debug: found Chunk fourcc:68697661 (avih) size:56 pos:24
avi debug: avih: streams:2 flags: HAS_INDEX IS_INTERLEAVED 524x274
avi debug: found Chunk fourcc:5453494c (LIST) size:4220 pos:88
avi debug: found LIST chunk: 'strl'
avi debug: <list 'strl'>
avi debug: found Chunk fourcc:68727473 (strh) size:56 pos:100
avi debug: strh: type:vids handler:0x30355844 samplesize:0 25.00fps
avi debug: found Chunk fourcc:66727473 (strf) size:40 pos:164
avi debug: strf: video:DX50 524x274 planes:1 12bpp
avi debug: found Chunk fourcc:4b4e554a (JUNK) size:4096 pos:212
avi debug: </list 'strl'>
avi debug: found Chunk fourcc:5453494c (LIST) size:4212 pos:4316
avi debug: found LIST chunk: 'strl'
avi debug: <list 'strl'>
avi debug: found Chunk fourcc:68727473 (strh) size:56 pos:4328
avi debug: strh: type:auds handler:0x00000000 samplesize:1 14000.00fps
avi debug: found Chunk fourcc:66727473 (strf) size:32 pos:4392
avi debug: strf: audio:0x0055 channels:2 48000Hz 0bits/sample 109kb/s
avi debug: found Chunk fourcc:4b4e554a (JUNK) size:4096 pos:4432
avi debug: </list 'strl'>
avi debug: </list 'hdrl'>
avi debug: found Chunk fourcc:5453494c (LIST) size:730661108 pos:8536
avi debug: skipping movi chunk
avi debug: found Chunk fourcc:31786469 (idx1) size:5025088 pos:730669652
main debug: Creating an input for 'Children Of Men'
avi debug: idx1: index entry:314068
avi debug: </list 'AVI '>
avi debug: * LIST-root size:735694748 pos:0
avi debug: + RIFF-AVI size:735694740 pos:0
avi debug: | + LIST-hdrl size:8516 pos:12
avi debug: | | + avih size:56 pos:24
avi debug: | | + LIST-strl size:4220 pos:88
avi debug: | | | + strh size:56 pos:100
avi debug: | | | + strf size:40 pos:164
avi debug: | | | + JUNK size:4096 pos:212
avi debug: | | + LIST-strl size:4212 pos:4316
avi debug: | | | + strh size:56 pos:4328
avi debug: | | | + strf size:32 pos:4392
avi debug: | | | + JUNK size:4096 pos:4432
avi debug: | + LIST-movi size:730661108 pos:8536
avi debug: | + idx1 size:5025088 pos:730669652
avi debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED
avi debug: stream[0] rate:25 scale:1 samplesize:0
avi debug: stream[0] video(DX50) 524x274 12bpp 25.000000fps
main debug: selecting program id=0
avi debug: stream[1] rate:14000 scale:1 samplesize:1
avi debug: stream[1] audio(0x55) 2 channels 48000Hz 0bits
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Clash of the Titans'
avi debug: selected standard index for stream[0]
avi debug: selected standard index for stream[1]
avi debug: stream[0] created 157038 index entries
avi error: no key frame set for track 1
avi debug: stream[1] created 157030 index entries
avi debug: stream[0] length:6281 (based on index)
avi debug: stream[1] length:6281 (based on index)
main debug: using demux module "avi"
main debug: TIMER module_need() : 119.531 ms - Total 119.531 ms / 1 intvls (Avg 119.531 ms)
main debug: looking for a subtitle file in /seagate15/VLC/MOVIESCLEAN/
main debug: looking for packetizer module: 21 candidates
main debug: using packetizer module "packetizer_mpeg4video"
main debug: TIMER module_need() : 2.380 ms - Total 2.380 ms / 1 intvls (Avg 2.380 ms)
main debug: thread (decoder) created at priority 0 (../../src/input/decoder.c:303)
main debug: thread started
main debug: looking for packetizer module: 21 candidates
main debug: using packetizer module "mpeg_audio"
main debug: TIMER module_need() : 1.708 ms - Total 1.708 ms / 1 intvls (Avg 1.708 ms)
main debug: thread (decoder) created at priority 5 (../../src/input/decoder.c:303)
qt4 debug: IM: Deleting the input
main debug: thread started
main debug: starting in async mode
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in /home/john/.local/share/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /seagate15/VLC/VLCJB/vlc/share/lua/meta/reader
lua debug: Trying Lua playlist script /seagate15/VLC/VLCJB/vlc/share/lua/meta/reader/filename.lua
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 1.075 ms - Total 1.075 ms / 1 intvls (Avg 1.075 ms)
main debug: `file:///seagate15/VLC/MOVIESCLEAN//Children%20Of%20Men' successfully opened
main debug: Buffering 0%
main debug: switching to sync mode
main debug: Buffering 2%
main debug: Buffering 4%
main debug: Buffering 6%
main debug: Buffering 8%
main debug: Buffering 10%
main debug: Buffering 12%
main debug: Buffering 14%
main debug: Buffering 16%
main debug: Buffering 18%
main debug: Buffering 20%
main debug: Buffering 22%
main debug: Buffering 25%
main debug: Buffering 27%
main debug: Buffering 29%
main debug: Buffering 31%
main debug: Buffering 33%
main debug: Buffering 35%
main debug: Buffering 37%
main debug: Buffering 39%
main debug: Buffering 41%
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
main debug: adding a new sout input (sout_input:0xb7305710)
stream_out_gather debug: creating new output
stream_out_duplicate debug: duplicated a new stream codec=mp4v (es=0 group=0)
stream_out_display error: cannot find input
stream_out_duplicate debug: - failed for output 0
main error: cannot create packetizer output (mp4v)
mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:112
main debug: adding a new sout input (sout_input:0xb7304288)
stream_out_gather debug: creating new output
stream_out_duplicate debug: duplicated a new stream codec=mpga (es=1 group=0)
stream_out_display error: cannot find input
stream_out_duplicate debug: - failed for output 0
main error: cannot create packetizer output (mpga)
main debug: Buffering 43%
main debug: Buffering 45%
main debug: Buffering 47%
main debug: Buffering 50%
main debug: Buffering 52%
main debug: Buffering 54%
main debug: Buffering 56%
main debug: Buffering 58%
main debug: Buffering 60%
main debug: Buffering 62%
main debug: Buffering 64%
main debug: Buffering 66%
main debug: Buffering 68%
main debug: Buffering 70%
main debug: Buffering 72%
main debug: Buffering 75%
main debug: Buffering 77%
main debug: Buffering 79%
main debug: Buffering 81%
main debug: Buffering 83%
main debug: Buffering 85%
main debug: Buffering 87%
main debug: Buffering 89%
main debug: Buffering 91%
main debug: Buffering 93%
main debug: Buffering 95%
main debug: Buffering 97%
main debug: Buffering 100%
main debug: Stream buffering done (1225 ms in 3 ms)
main debug: Decoder buffering done in 0 ms
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Green Zone'
main debug: Destroying the input for '(null)'
main debug: TIMER input launching for '(null)' : 37.502 ms - Total 37.502 ms / 1 intvls (Avg 37.502 ms)
qt4 debug: IM: Setting an input
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'MIssion To Mars'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Primer'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Repo Men'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Revelation'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'School for Scoundrels'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Shutter Island'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The Bone Collector'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The Core'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The International'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The Losers'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The Matrix'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The Matrix Reloaded'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'The Matrix Revolutions'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Wag The Dog'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Waterworld'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'Z1984'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'ZAvatar'
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'ZBrave New World'
main debug: no fetch required for (null) (art currently (null))
main debug: incoming request - stopping current input
main debug: dying input
main debug: control type=0
main debug: control: stopping input
main debug: dying input
main debug: removing module "packetizer_mpeg4video"
main debug: killing decoder fourcc `mp4v', 0 PES in FIFO
main debug: removing module "mpeg_audio"
main debug: killing decoder fourcc `mpga', 0 PES in FIFO
avi debug: free chunk avih
avi debug: free chunk strh
avi debug: free chunk strf
avi debug: free chunk JUNK
avi debug: free chunk LIST
avi debug: free chunk strh
avi debug: free chunk strf
avi debug: free chunk JUNK
avi debug: free chunk LIST
avi debug: free chunk LIST
avi debug: free chunk LIST
avi debug: free chunk idx1
avi debug: free chunk RIFF
avi debug: free chunk LIST
main debug: removing module "avi"
main debug: removing module "stream_filter_record"
main debug: removing module "filesystem"
main debug: Program doesn't contain anymore ES
main debug: dead input
main debug: thread ended
main debug: processing request item Children Of Men node Playlist skip 1
main debug: resyncing on Children Of Men
main debug: Children Of Men is at 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'Clash of the Titans'
main debug: thread (input) created at priority 10 (../../src/input/input.c:214)
qt4 debug: IM: Deleting the input
qt4 debug: IM: Setting an input
main debug: thread started
main debug: reusing sout
main debug: you probably want to use gather stream_out
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path '/tmp'
main debug: `file:///seagate15/VLC/MOVIESCLEAN//Clash%20of%20the%20Titans' gives access `file' demux `' path `/seagate15/VLC/MOVIESCLEAN//Clash%20of%20the%20Titans'
main debug: creating demux: access='file' demux='' path='/seagate15/VLC/MOVIESCLEAN//Clash%20of%20the%20Titans'
main debug: looking for access_demux module: 2 candidates
main debug: no access_demux module matching "file" could be loaded
main debug: TIMER module_need() : 0.261 ms - Total 0.261 ms / 1 intvls (Avg 0.261 ms)
main debug: creating access 'file' location='/seagate15/VLC/MOVIESCLEAN//Clash%20of%20the%20Titans', path='/seagate15/VLC/MOVIESCLEAN//Clash of the Titans'
main debug: looking for access module: 2 candidates
filesystem debug: opening file `/seagate15/VLC/MOVIESCLEAN//Clash of the Titans'
main debug: using access module "filesystem"
main debug: TIMER module_need() : 0.228 ms - Total 0.228 ms / 1 intvls (Avg 0.228 ms)
main debug: Using AStream*Stream
main debug: pre buffering
main debug: received first data after 0 ms
main debug: pre-buffering done 1024 bytes in 0s - 38461 KiB/s
main debug: looking for stream_filter module: 5 candidates
main debug: no stream_filter module matching "any" could be loaded
main debug: TIMER module_need() : 0.856 ms - Total 0.856 ms / 1 intvls (Avg 0.856 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.141 ms - Total 0.141 ms / 1 intvls (Avg 0.141 ms)
main debug: creating demux: access='file' demux='' path='/seagate15/VLC/MOVIESCLEAN//Clash%20of%20the%20Titans'
main debug: looking for demux module: 53 candidates
avi debug: found Chunk fourcc:46464952 (RIFF) size:1436271446 pos:0
avi debug: found LIST chunk: 'AVI '
avi debug: <list 'AVI '>
avi debug: found Chunk fourcc:5453494c (LIST) size:8516 pos:12
avi debug: found LIST chunk: 'hdrl'
avi debug: <list 'hdrl'>
avi debug: found Chunk fourcc:68697661 (avih) size:56 pos:24
avi debug: avih: streams:2 flags: HAS_INDEX IS_INTERLEAVED 720x272
avi debug: found Chunk fourcc:5453494c (LIST) size:4220 pos:88
avi debug: found LIST chunk: 'strl'
avi debug: <list 'strl'>
avi debug: found Chunk fourcc:68727473 (strh) size:56 pos:100
avi debug: strh: type:vids handler:0x78766964 samplesize:0 23.98fps
avi debug: found Chunk fourcc:66727473 (strf) size:40 pos:164
avi debug: strf: video:DX50 720x272 planes:1 24bpp
avi debug: found Chunk fourcc:4b4e554a (JUNK) size:4096 pos:212
avi debug: </list 'strl'>
avi debug: found Chunk fourcc:5453494c (LIST) size:4212 pos:4316
avi debug: found LIST chunk: 'strl'
avi debug: <list 'strl'>
avi debug: found Chunk fourcc:68727473 (strh) size:56 pos:4328
avi debug: strh: type:auds handler:0x00000000 samplesize:1 16000.00fps
avi debug: found Chunk fourcc:66727473 (strf) size:32 pos:4392
avi debug: strf: audio:0x0055 channels:2 48000Hz 0bits/sample 125kb/s
avi debug: found Chunk fourcc:4b4e554a (JUNK) size:4096 pos:4432
avi debug: </list 'strl'>
avi debug: </list 'hdrl'>
avi debug: found Chunk fourcc:5453494c (LIST) size:1431859190 pos:8536
avi debug: skipping movi chunk
avi debug: found Chunk fourcc:31786469 (idx1) size:4403712 pos:1431867734
avi debug: idx1: index entry:275232
avi debug: </list 'AVI '>
avi debug: * LIST-root size:1436271454 pos:0
avi debug: + RIFF-AVI size:1436271446 pos:0
avi debug: | + LIST-hdrl size:8516 pos:12
avi debug: | | + avih size:56 pos:24
avi debug: | | + LIST-strl size:4220 pos:88
avi debug: | | | + strh size:56 pos:100
avi debug: | | | + strf size:40 pos:164
avi debug: | | | + JUNK size:4096 pos:212
avi debug: | | + LIST-strl size:4212 pos:4316
avi debug: | | | + strh size:56 pos:4328
avi debug: | | | + strf size:32 pos:4392
avi debug: | | | + JUNK size:4096 pos:4432
avi debug: | + LIST-movi size:1431859190 pos:8536
avi debug: | + idx1 size:4403712 pos:1431867734
avi debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED
avi debug: stream[0] rate:2997 scale:125 samplesize:0
avi debug: stream[0] video(DX50) 720x272 24bpp 23.976000fps
main debug: selecting program id=0
avi debug: stream[1] rate:16000 scale:1 samplesize:1
avi debug: stream[1] audio(0x55) 2 channels 48000Hz 0bits
avi debug: selected standard index for stream[0]
avi debug: selected standard index for stream[1]
avi debug: stream[0] created 137619 index entries
avi error: no key frame set for track 1
avi debug: stream[1] created 137613 index entries
avi debug: stream[0] length:5739 (based on index)
avi debug: stream[1] length:5739 (based on index)
main debug: using demux module "avi"
main debug: TIMER module_need() : 55.597 ms - Total 55.597 ms / 1 intvls (Avg 55.597 ms)
main debug: looking for a subtitle file in /seagate15/VLC/MOVIESCLEAN/
main debug: looking for packetizer module: 21 candidates
main debug: using packetizer module "packetizer_mpeg4video"
main debug: TIMER module_need() : 0.339 ms - Total 0.339 ms / 1 intvls (Avg 0.339 ms)
main debug: thread (decoder) created at priority 0 (../../src/input/decoder.c:303)
main debug: thread started
main debug: looking for packetizer module: 21 candidates
main debug: using packetizer module "mpeg_audio"
main debug: TIMER module_need() : 0.300 ms - Total 0.300 ms / 1 intvls (Avg 0.300 ms)
main debug: thread (decoder) created at priority 5 (../../src/input/decoder.c:303)
main debug: thread started
main debug: starting in async mode
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in /home/john/.local/share/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
lua debug: Trying Lua scripts in /seagate15/VLC/VLCJB/vlc/share/lua/meta/reader
lua debug: Trying Lua playlist script /seagate15/VLC/VLCJB/vlc/share/lua/meta/reader/filename.lua
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 1.487 ms - Total 1.487 ms / 1 intvls (Avg 1.487 ms)
main debug: `file:///seagate15/VLC/MOVIESCLEAN//Clash%20of%20the%20Titans' successfully opened
main debug: Buffering 0%
main debug: switching to sync mode
main debug: Buffering 2%
main debug: Buffering 4%
main debug: Buffering 6%
main debug: Buffering 8%
main debug: Buffering 10%
main debug: Buffering 12%
main debug: Buffering 14%
main debug: Buffering 16%
main debug: Buffering 18%
main debug: Buffering 20%
main debug: Buffering 22%
main debug: Buffering 25%
main debug: Buffering 27%
main debug: Buffering 29%
main debug: Buffering 31%
main debug: Buffering 33%
main debug: Buffering 35%
main debug: Buffering 37%
main debug: Buffering 39%
packetizer_mpeg4video warning: waiting for VOL
packetizer_mpeg4video warning: waiting for VOL
main debug: adding a new sout input (sout_input:0x885e620)
stream_out_gather debug: creating new output
stream_out_duplicate debug: duplicated a new stream codec=mp4v (es=0 group=0)
stream_out_display error: cannot find input
stream_out_duplicate debug: - failed for output 0
main error: cannot create packetizer output (mp4v)
main debug: Buffering 41%
main debug: Buffering 43%
main debug: Buffering 45%
main debug: Buffering 47%
main debug: Buffering 50%
main debug: Buffering 52%
main debug: Buffering 54%
main debug: Buffering 56%
main debug: Buffering 58%
main debug: Buffering 60%
main debug: Buffering 62%
mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:128
main debug: adding a new sout input (sout_input:0x881d208)
stream_out_gather debug: creating new output
stream_out_duplicate debug: duplicated a new stream codec=mpga (es=1 group=0)
stream_out_display error: cannot find input
stream_out_duplicate debug: - failed for output 0
main error: cannot create packetizer output (mpga)
main debug: Buffering 64%
main debug: Buffering 66%
main debug: Buffering 68%
main debug: Buffering 70%
main debug: Buffering 72%
main debug: Buffering 75%
main debug: Buffering 77%
main debug: Buffering 79%
main debug: Buffering 81%
main debug: Buffering 83%
main debug: Buffering 85%
main debug: Buffering 87%
main debug: Buffering 89%
main debug: Buffering 91%
main debug: Buffering 93%
main debug: Buffering 95%
main debug: Buffering 97%
main debug: Buffering 100%
main debug: Stream buffering done (1225 ms in 5 ms)
main debug: Decoder buffering done in 0 ms
main debug: deactivating the playlist
main debug: Deactivate
main debug: incoming request - stopping current input
main debug: dying input
main debug: control type=0
main debug: control: stopping input
main debug: dying input
main debug: removing module "packetizer_mpeg4video"
main debug: killing decoder fourcc `mp4v', 0 PES in FIFO
main debug: removing module "mpeg_audio"
main debug: killing decoder fourcc `mpga', 0 PES in FIFO
avi debug: free chunk avih
avi debug: free chunk strh
avi debug: free chunk strf
avi debug: free chunk JUNK
avi debug: free chunk LIST
avi debug: free chunk strh
avi debug: free chunk strf
avi debug: free chunk JUNK
avi debug: free chunk LIST
avi debug: free chunk LIST
avi debug: free chunk LIST
avi debug: free chunk idx1
avi debug: free chunk RIFF
avi debug: free chunk LIST
main debug: removing module "avi"
main debug: removing module "stream_filter_record"
main debug: removing module "filesystem"
main debug: Program doesn't contain anymore ES
main debug: thread ended
main debug: dead input
qt4 debug: IM: Deleting the input
main debug: destroying useless sout
main debug: destroying chain... (name=gather)
main debug: removing module "stream_out_gather"
main debug: destroying chain done
main debug: destroying chain... (name=duplicate)
stream_out_duplicate debug: closing a duplication
main debug: destroying chain... (name=display)
main debug: removing module "stream_out_display"
main debug: destroying chain done
main debug: removing module "stream_out_duplicate"
main debug: destroying chain done
main debug: saving Media Library to file /home/john/.local/share/vlc/ml.xspf
main debug: looking for playlist export module: 1 candidate
main debug: using playlist export module "export"
main debug: TIMER module_need() : 0.759 ms - Total 0.759 ms / 1 intvls (Avg 0.759 ms)
main debug: removing module "export"
main debug: Deactivated
main debug: removing all services discovery tasks
main debug: removing all interfaces
main debug: exiting
qt4 debug: Killing extension dialog provider
qt4 debug: ExtensionsDialogProvider is quitting...
lua debug: Deactivating all loaded extensions
lua debug: All extensions are now deactivated
main debug: removing module "lua"
main debug: Destroying the input for 'Children Of Men'
main debug: TIMER input launching for 'Children Of Men' : 147.999 ms - Total 147.999 ms / 1 intvls (Avg 147.999 ms)
main debug: removing module "qt4"
main debug: removing module "globalhotkeys"
-- logger module stopped --
I'm able to view the first movie without the overlay but once it changes it goes to blank (no video or audio).

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:

Re: Time overlay problem in vlc 1.1.0

Postby Jean-Baptiste Kempf » 01 Jul 2010 17:52

"stream_out_display error: cannot find input"
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.

johnfranklin
New Cone
New Cone
Posts: 3
Joined: 29 Jun 2010 08:24

Re: Time overlay problem in vlc 1.1.0

Postby johnfranklin » 02 Jul 2010 01:00

Only time I receive that message is when using dst=display.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 60 guests