Mosaic randomly producing good result

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
brunyalo
Blank Cone
Blank Cone
Posts: 19
Joined: 19 Mar 2012 13:33
Operating System: Linux

Mosaic randomly producing good result

Postby brunyalo » 04 Apr 2012 11:37

I would like to encode two video files in a picture in picture layout using Mosaic module, but it gives inconsitent results using the same VLM config file and same command line paramters. For some of the executions, I get a perfect result, my background and pip videos are shown perfectly on top of each other. For majority of the execution, Mosaic shows my background video, but NOT the pip on top of it. I am using absolutely the same VLM config file and command line!

My VLM config is:

Code: Select all

del all # Background video (large) new channel1 broadcast setup channel1 input file://background_video.mov setup channel1 output #duplicate{dst=mosaic-bridge{id=1,width=400,height=320},select=video,dst=bridge-out{id=1},select=audio} setup channel1 enabled # Picture in picture video (small) new channel2 broadcast setup channel2 input file://pip_video.mp4 setup channel2 output #duplicate{dst=mosaic-bridge{id=2,width=128,height=96},select=video,dst=bridge-out{id=2},select=audio} setup channel2 enabled # Background new bg broadcast enabled setup bg input file://black.png setup bg option image-width=400 setup bg option image-height=320 setup bg option image-fps=30.0 setup bg option image-duration=-1 setup bg output #transcode{sfilter=mosaic{delay=0},venc=x264{profile=baseline},width=400,height=320,vb=300,acodec=mp3,ab=64,channels=1,samplerate=44100,scale=1}:bridge-in{delay=0,id-offset=100}:standard{access=file,mux=mp4,dst=test.mp4} control channel1 play control channel2 play control bg play
I am using this command line to run vlc:

Code: Select all

nice -n 19 cvlc -I dummy --stop-time=10 --mosaic-width=400 --mosaic-height=320 --mosaic-keep-aspect-ratio --mosaic-keep-picture \ --mosaic-xoffset=0 --mosaic-yoffset=0 --mosaic-position=2 --mosaic-offsets="0,0,10,10" --mosaic-order="1,2" --vlm-conf my.cfg
There is no difference in output logs of good and wrong encodings.

Some hint on how to debug this further would be very much appreciated! I would be very grateful if any of the developers could take up this.

brunyalo
Blank Cone
Blank Cone
Posts: 19
Joined: 19 Mar 2012 13:33
Operating System: Linux

Re: Mosaic randomly producing good result

Postby brunyalo » 04 Apr 2012 16:25

Version not mentioned in the post. I am using Debian testing platform and VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547). 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:

Re: Mosaic randomly producing good result

Postby Jean-Baptiste Kempf » 10 Apr 2012 12:05

use -vvv to have the debug messages.
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.

brunyalo
Blank Cone
Blank Cone
Posts: 19
Joined: 19 Mar 2012 13:33
Operating System: Linux

Re: Mosaic randomly producing good result

Postby brunyalo » 23 Apr 2012 14:38

I am sorry, it took me a while to generate the logs.

VideoLAN version: VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
Platform: Linux, Debian Wheezy, 64 bit

The command I run:

Code: Select all

nice -n 19 cvlc -I dummy -vvv --stop-time=5 --mosaic-width=1280 --mosaic-height=720 --mosaic-keep-aspect-ratio --mosaic-keep-picture \ --mosaic-xoffset=0 --mosaic-yoffset=0 --mosaic-position=2 --mosaic-offsets="0,0,64,64" --mosaic-order="1,2" --vlm-conf /home/conv/vlc/cms_test.cfg
My VLM config:

Code: Select all

del all # Background video (large) new channel1 broadcast setup channel1 input file:///home/conv/vlc/25_content.mp4 setup channel1 output #duplicate{dst=mosaic-bridge{id=1,width=1280,height=720},select=video,dst=bridge-out{id=1},select=audio} setup channel1 enabled # Picture in picture video (small) new channel2 broadcast setup channel2 input file:///home/conv/vlc/25_video_lq.mp4 setup channel2 output #duplicate{dst=mosaic-bridge{id=2,width=256,height=144},select=video,dst=bridge-out{id=2},select=audio} setup channel2 enabled # Background video new bg broadcast enabled setup bg input file:///home/conv/vlc/black.png setup bg option image-width=1280 setup bg option image-height=720 setup bg option image-fps=25.0 setup bg option image-duration=-1 setup bg output #transcode{sfilter=mosaic{delay=0},venc=x264{profile=baseline},width=1280,height=720,vb=1798,acodec=mp3,ab=64,channels=1,samplerate=44100,scale=1}:bridge-in{delay=0,id-offset=100}:standard{access=file,mux=mp4,dst=/home/conv/vlc/test.mp4} # Play inputs and background control channel1 play control channel2 play control bg play
The result is:

1. Sometimes the Mosaic conversion is OK, I can see small video at the upper left corner. Detailed (-vvv) logs are attached.

2. Sometimes the conversion is not OK, I cannot see the pip video. I could prove (using a shorter background video) that the small video is there, but placed behind the background video. Log is attached.

I would be grateful if you could help. Thanks.

brunyalo
Blank Cone
Blank Cone
Posts: 19
Joined: 19 Mar 2012 13:33
Operating System: Linux

Re: Mosaic randomly producing good result

Postby brunyalo » 23 Apr 2012 16:25

Detailed (-vvv) log for No. 1 case (see above, OK Mosaic output):

Code: Select all

VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) [1m0x9ea108] main libvlc debug: VLC media player - 2.0.1 Twoflower [1m0x9ea108] main libvlc debug: Copyright © 1996-2012 VLC authors and VideoLAN [1m0x9ea108] main libvlc debug: revision 2.0.1-0-gf432547 [1m0x9ea108] main libvlc debug: configured with ./configure '--enable-static' '--build=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'LDFLAGS=-Wl,-z,relro' '--config-cache' '--disable-maintainer-mode' '--disable-silent-rules' '--disable-update-check' '--enable-fast-install' '--prefix=/usr' '--docdir=/usr/share/doc/vlc-nox' '--sysconfdir=/etc' '--with-binary-version=0.0' '--enable-a52' '--enable-aa' '--enable-bluray' '--enable-bonjour' '--enable-caca' '--enable-dca' '--enable-dirac' '--enable-dvbpsi' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-fluidsynth' '--enable-freetype' '--enable-fribidi' '--enable-gnutls' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libmpeg2' '--enable-libproxy' '--enable-libxml2' '--enable-lirc' '--enable-live555' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-mpc' '--enable-mtp' '--enable-mux_ogg' '--enable-ncurses' '--enable-notify' '--enable-ogg' '--enable-oss' '--enable-pulse' '--enable-qt4' '--enable-realrtsp' '--enable-samplerate' '--enable-schroedinger' '--enable-sdl' '--enable-shout' '--enable-skins2' '--enable-smb' '--enable-speex' '--enable-svg' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-vcd' '--enable-vcdx' '--enable-vorbis' '--enable-x264' '--enable-zvbi' '--with-kde-solid=/usr/share/kde4/apps/solid/actions/' '--disable-dxva2' '--disable-gnomevfs' '--disable-goom' '--disable-portaudio' '--disable-projectm' '--disable-sqlite' '--disable-telx' '--enable-alsa' '--enable-atmo' '--enable-dc1394' '--enable-dv' '--enable-libva' '--enable-linsys' '--enable-pvr' '--enable-udev' '--enable-v4l2' 'build_alias=x86_64-linux-gnu' 'CC=ccache cc' 'CXX=ccache g++' [1m0x9ea108] main libvlc debug: searching plug-in modules [1m0x9ea108] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [1m0x9ea108] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [1m0x9ea108] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [1m0x9ea108] main libvlc debug: plug-ins loaded: 415 modules [1m0x9ea108] main libvlc debug: opening config file (/home/conv/.config/vlc/vlcrc) [1m0x9ea108] main libvlc debug: translation test: code is "C" [1m0x9ea108] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU [1m0x9ea108] main libvlc debug: looking for memcpy module: 4 candidates [1m0x9ea108] main libvlc debug: using memcpy module "memcpymmxext" [1m0x9fec08] main input debug: Creating an input for 'Media Library' [1m0x9fec08] main input debug: Input is a meta file: disabling unneeded options [1m0x9fec08] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x9fec08] main input debug: `file/xspf-open:///home/conv/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/conv/.local/share/vlc/ml.xspf' [1m0x9fec08] main input debug: creating demux: access='file' demux='xspf-open' location='/home/conv/.local/share/vlc/ml.xspf' file='/home/conv/.local/share/vlc/ml.xspf' [1m0xab22f8] main demux debug: looking for access_demux module: 3 candidates [1m0xab22f8] main demux debug: no access_demux module matching "file" could be loaded [1m0xab22f8] main demux debug: TIMER module_need() : 1.555 ms - Total 1.555 ms / 1 intvls (Avg 1.555 ms) [1m0x9fec08] main input debug: creating access 'file' location='/home/conv/.local/share/vlc/ml.xspf', path='/home/conv/.local/share/vlc/ml.xspf' [1m0xab3308] main access debug: looking for access module: 2 candidates [1m0xab3308] filesystem access debug: opening file `/home/conv/.local/share/vlc/ml.xspf' [1m0xab3308] main access debug: using access module "filesystem" [1m0xab3308] main access debug: TIMER module_need() : 0.884 ms - Total 0.884 ms / 1 intvls (Avg 0.884 ms) [1m0xab4008] main stream debug: Using stream method for AStream* [1m0xab4008] main stream debug: starting pre-buffering [1m0xab4008] main stream debug: received first data after 0 ms [1m0xab4008] main stream debug: pre-buffering done 296 bytes in 0s - 1389 KiB/s [1m0xab4268] main stream debug: looking for stream_filter module: 7 candidates [1m0xab4268] main stream debug: no stream_filter module matching "any" could be loaded [1m0xab4268] main stream debug: TIMER module_need() : 1.443 ms - Total 1.443 ms / 1 intvls (Avg 1.443 ms) [1m0xab4268] main stream debug: looking for stream_filter module: 1 candidate [1m0xab4268] main stream debug: using stream_filter module "stream_filter_record" [1m0xab4268] main stream debug: TIMER module_need() : 0.559 ms - Total 0.559 ms / 1 intvls (Avg 0.559 ms) [1m0x9fec08] main input debug: creating demux: access='file' demux='xspf-open' location='/home/conv/.local/share/vlc/ml.xspf' file='/home/conv/.local/share/vlc/ml.xspf' [1m0xab73e8] main demux debug: looking for demux module: 1 candidate [1m0xab73e8] playlist demux debug: using XSPF playlist reader [1m0xab73e8] main demux debug: using demux module "playlist" [1m0xab73e8] main demux debug: TIMER module_need() : 0.817 ms - Total 0.817 ms / 1 intvls (Avg 0.817 ms) [1m0xab7d08] main demux meta debug: looking for meta reader module: 2 candidates [1m0xab7d08] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0xab7d08] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0xab7d08] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0xab7d08] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0xab7d08] main demux meta debug: no meta reader module matching "any" could be loaded [1m0xab7d08] main demux meta debug: TIMER module_need() : 3.772 ms - Total 3.772 ms / 1 intvls (Avg 3.772 ms) [1m0x9fec08] main input debug: `file/xspf-open:///home/conv/.local/share/vlc/ml.xspf' successfully opened [1m0xa1c718] main xml reader debug: looking for xml reader module: 1 candidate [1m0xa1c718] main xml reader debug: using xml reader module "xml" [1m0xa1c718] main xml reader debug: TIMER module_need() : 1.146 ms - Total 1.146 ms / 1 intvls (Avg 1.146 ms) [1m0xab73e8] playlist demux debug: parsed 0 tracks successfully [1m0x9fec08] main input debug: EOF reached [1m0xab73e8] main demux debug: removing module "playlist" [1m0xab4268] main stream debug: removing module "stream_filter_record" [1m0xab3308] main access debug: removing module "filesystem" [1m0x9fec08] main input debug: TIMER input launching for 'Media Library' : 12.640 ms - Total 12.640 ms / 1 intvls (Avg 12.640 ms) [1m0x9ea108] main libvlc debug: creating VLM [1m0x9ea108] main libvlc debug: loading VLM configuration [1m0x9ea108] main libvlc debug: load /home/conv/vlc/cms_test.cfg [1m0xab4008] main vlm daemon debug: creating access 'file' location='/home/conv/vlc/cms_test.cfg', path='/home/conv/vlc/cms_test.cfg' [1m0xab3308] main access debug: looking for access module: 2 candidates [1m0xab3308] filesystem access debug: opening file `/home/conv/vlc/cms_test.cfg' [1m0xab3308] main access debug: using access module "filesystem" [1m0xab3308] main access debug: TIMER module_need() : 0.610 ms - Total 0.610 ms / 1 intvls (Avg 0.610 ms) [1m0xab73c8] main stream debug: Using stream method for AStream* [1m0xab73c8] main stream debug: starting pre-buffering [1m0xab73c8] main stream debug: received first data after 0 ms [1m0xab73c8] main stream debug: pre-buffering done 1024 bytes in 0s - 5076 KiB/s [1m0xab3308] main access debug: removing module "filesystem" [1m0xa19ed8] main input debug: Creating an input for '25_content.mp4' [1m0xa19a78] main stream output debug: using sout chain=`duplicate{dst=mosaic-bridge{id=1,width=1280,height=720},select=video,dst=bridge-out{id=1},select=audio}' [1m0xa19a78] main stream output debug: stream=`duplicate' [1m0xac12e8] main stream out debug: looking for sout stream module: 1 candidate [1m0xac12e8] stream_out_duplicate stream out debug: creating 'duplicate' [1m0xac12e8] stream_out_duplicate stream out debug: * adding `mosaic-bridge{id=1,width=1280,height=720}' [1m0xa19a78] main stream output debug: stream=`mosaic-bridge' [1m0xac1d98] main stream out debug: looking for sout stream module: 1 candidate [1m0xac1d98] main stream out debug: set config option: sout-mosaic-bridge-id to 1 [1m0xac1d98] main stream out debug: set config option: sout-mosaic-bridge-width to 1280 [1m0xac1d98] main stream out debug: set config option: sout-mosaic-bridge-height to 720 [1m0xac1d98] main stream out debug: using sout stream module "stream_out_mosaic_bridge" [1m0xac1d98] main stream out debug: TIMER module_need() : 0.437 ms - Total 0.437 ms / 1 intvls (Avg 0.437 ms) [1m0xac12e8] stream_out_duplicate stream out debug: * apply selection `video' [1m0xac12e8] stream_out_duplicate stream out debug: * adding `bridge-out{id=1}' [1m0xa19a78] main stream output debug: stream=`bridge-out' [1m0xac55d8] main stream out debug: looking for sout stream module: 1 candidate [1m0xac55d8] main stream out debug: set config option: sout-bridge-out-id to 1 [1m0xac55d8] main stream out debug: using sout stream module "stream_out_bridge" [1m0xac55d8] main stream out debug: TIMER module_need() : 0.317 ms - Total 0.317 ms / 1 intvls (Avg 0.317 ms) [1m0xac12e8] stream_out_duplicate stream out debug: * apply selection `audio' [1m0xac12e8] main stream out debug: using sout stream module "stream_out_duplicate" [1m0xac12e8] main stream out debug: TIMER module_need() : 1.346 ms - Total 1.346 ms / 1 intvls (Avg 1.346 ms) [1m0xa19ed8] [Media: channel1] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0xa19ed8] [Media: channel1] main input debug: `file:///home/conv/vlc/25_content.mp4' gives access `file' demux `' path `/home/conv/vlc/25_content.mp4' [1m0xa19ed8] [Media: channel1] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_content.mp4' file='/home/conv/vlc/25_content.mp4' [1m0xa1c718] [Media: channel1] main demux debug: looking for access_demux module: 3 candidates [1m0xa1c718] [Media: channel1] main demux debug: no access_demux module matching "file" could be loaded [1m0xa1c718] [Media: channel1] main demux debug: TIMER module_need() : 0.134 ms - Total 0.134 ms / 1 intvls (Avg 0.134 ms) [1m0xa19ed8] [Media: channel1] main input debug: creating access 'file' location='/home/conv/vlc/25_content.mp4', path='/home/conv/vlc/25_content.mp4' [1m0xa1c8f8] [Media: channel1] main access debug: looking for access module: 2 candidates [1m0xa1c8f8] [Media: channel1] filesystem access debug: opening file `/home/conv/vlc/25_content.mp4' [1m0xa1c8f8] [Media: channel1] main access debug: using access module "filesystem" [1m0xa1c8f8] [Media: channel1] main access debug: TIMER module_need() : 0.183 ms - Total 0.183 ms / 1 intvls (Avg 0.183 ms) [1m0xa1c718] [Media: channel1] main stream debug: Using stream method for AStream* [1m0xa1c718] [Media: channel1] main stream debug: starting pre-buffering [1m0xa1c718] [Media: channel1] main stream debug: received first data after 0 ms [1m0xa1c718] [Media: channel1] main stream debug: pre-buffering done 1024 bytes in 0s - 27777 KiB/s [1m0xa1ca48] [Media: channel1] main stream debug: looking for stream_filter module: 7 candidates [1m0xa1ca48] [Media: channel1] main stream debug: no stream_filter module matching "any" could be loaded [1m0xa1ca48] [Media: channel1] main stream debug: TIMER module_need() : 0.140 ms - Total 0.140 ms / 1 intvls (Avg 0.140 ms) [1m0xa1ca48] [Media: channel1] main stream debug: looking for stream_filter module: 1 candidate [1m0xa1ca48] [Media: channel1] main stream debug: using stream_filter module "stream_filter_record" [1m0xa1ca48] [Media: channel1] main stream debug: TIMER module_need() : 0.129 ms - Total 0.129 ms / 1 intvls (Avg 0.129 ms) [1m0xa19ed8] [Media: channel1] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_content.mp4' file='/home/conv/vlc/25_content.mp4' [1m0xa1cc88] [Media: channel1] main demux debug: looking for demux module: 54 candidates [1m0xa1ca48] [Media: channel1] mp4 stream warning: unknown box type btrt (incompletely loaded) [1m0xa1ca48] [Media: channel1] mp4 stream debug: dumping root Box "root" [1m0xa1ca48] [Media: channel1] mp4 stream debug: | + ftyp size 24 [1m0xa1ca48] [Media: channel1] mp4 stream debug: | + moov size 25541 ... [1m0xa1ca48] [Media: channel1] mp4 stream debug: | + mdat size 20442904 [1m0xa1cc88] [Media: channel1] mp4 demux debug: ISO Media file (isom) version 1. [1m0xa1cc88] [Media: channel1] mp4 demux debug: found 2 tracks [1m0xa1cc88] [Media: channel1] mp4 demux debug: track[Id 0x1] read 62 chunk [1m0xa1cc88] [Media: channel1] mp4 demux warning: CTTS table [1m0xa1cc88] [Media: channel1] mp4 demux debug: track[Id 0x1] read 1532 samples length:61s [1m0xa19ed8] [Media: channel1] main input debug: selecting program id=0 [1m0xa1cc88] [Media: channel1] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [1m0xa1cc88] [Media: channel1] mp4 demux debug: track[Id 0x2] read 62 chunk [1m0xa1cc88] [Media: channel1] mp4 demux debug: track[Id 0x2] read 2639 samples length:61s [1m0xa1cc88] [Media: channel1] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef [1m0xa1cc88] [Media: channel1] main demux debug: using demux module "mp4" [1m0xa1cc88] [Media: channel1] main demux debug: TIMER module_need() : 14.046 ms - Total 14.046 ms / 1 intvls (Avg 14.046 ms) [1m0xa19ed8] [Media: channel1] main input debug: looking for a subtitle file in /home/conv/vlc [1m0xa1d4b8] [Media: channel1] main decoder debug: looking for packetizer module: 21 candidates [1m0xa1d4b8] [Media: channel1] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0) [1m0xa1d4b8] [Media: channel1] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0) [1m0xa1d4b8] [Media: channel1] packetizer_h264 decoder debug: avcC length size=4, sps=1, pps=1 [1m0xa1d4b8] [Media: channel1] main decoder debug: using packetizer module "packetizer_h264" [1m0xa1d4b8] [Media: channel1] main decoder debug: TIMER module_need() : 3.161 ms - Total 3.161 ms / 1 intvls (Avg 3.161 ms) [1m0x7fd474000c98] main input debug: Creating an input for '25_video_lq.mp4' [1m0xa32ad8] [Media: channel1] main decoder debug: looking for packetizer module: 21 candidates [1m0xa32ad8] [Media: channel1] packetizer_mpeg4audio decoder debug: running MPEG4 audio packetizer [1m0xa32ad8] [Media: channel1] packetizer_mpeg4audio decoder debug: AAC 44100Hz 1024 samples/frame [1m0xa32ad8] [Media: channel1] main decoder debug: using packetizer module "packetizer_mpeg4audio" [1m0xa32ad8] [Media: channel1] main decoder debug: TIMER module_need() : 0.149 ms - Total 0.149 ms / 1 intvls (Avg 0.149 ms) [1m0x7fd474005e68] main input debug: Creating an input for 'black.png' [1m0x7fd474006258] main stream output debug: using sout chain=`transcode{sfilter=mosaic{delay=0},venc=x264{profile=baseline},width=1280,height=720,vb=1798,acodec=mp3,ab=64,channels=1,samplerate=44100,scale=1}:bridge-in{delay=0,id-offset=100}:standard{access=file,mux=mp4,dst=/home/conv/vlc/test.mp4}' [1m0x7fd474006258] main stream output debug: stream=`standard' [1m0xa19ed8] [Media: channel1] main input debug: starting in async mode [1m0xa43fb8] main interface debug: looking for interface module: 1 candidate [1m0x7fd474006db8] [Media: channel1] main demux meta debug: looking for meta reader module: 2 candidates [1m0xa43fb8] main interface debug: using interface module "hotkeys" [1m0xa43fb8] main interface debug: TIMER module_need() : 0.724 ms - Total 0.724 ms / 1 intvls (Avg 0.724 ms) [1m0xa494f8] main interface debug: looking for interface module: 1 candidate [1m0x7fd474006db8] [Media: channel1] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0x7fd474006db8] [Media: channel1] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0x7fd474006db8] [Media: channel1] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0xa494f8] inhibit interface error: [31;1mFailed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 [1m0xa494f8] main interface debug: no interface module matching "inhibit,none" could be loaded [1m0xa494f8] main interface debug: TIMER module_need() : 0.735 ms - Total 0.735 ms / 1 intvls (Avg 0.735 ms) [1m0xa494f8] main interface error: [31;1mno suitable interface module [1m0x7fd474006b88] main stream out debug: looking for sout stream module: 1 candidate [1m0xa3aa78] main stream output debug: using sout chain=`duplicate{dst=mosaic-bridge{id=2,width=256,height=144},select=video,dst=bridge-out{id=2},select=audio}' [1m0xa3aa78] main stream output debug: stream=`duplicate' [1m0xa49588] main interface debug: looking for interface module: 1 candidate [1m0xa46f68] main stream out debug: looking for sout stream module: 1 candidate [1m0xa46f68] stream_out_duplicate stream out debug: creating 'duplicate' [1m0xa46f68] stream_out_duplicate stream out debug: * adding `mosaic-bridge{id=2,width=256,height=144}' [1m0xa3aa78] main stream output debug: stream=`mosaic-bridge' [1m0xa46d78] main stream out debug: looking for sout stream module: 1 candidate [1m0xa46d78] main stream out debug: set config option: sout-mosaic-bridge-id to 2 [1m0xa46d78] main stream out debug: set config option: sout-mosaic-bridge-width to 256 [1m0xa46d78] main stream out debug: set config option: sout-mosaic-bridge-height to 144 [1m0xa46d78] main stream out debug: using sout stream module "stream_out_mosaic_bridge" [1m0xa46d78] main stream out debug: TIMER module_need() : 0.613 ms - Total 0.613 ms / 1 intvls (Avg 0.613 ms) [1m0xa46f68] stream_out_duplicate stream out debug: * apply selection `video' [1m0xa46f68] stream_out_duplicate stream out debug: * adding `bridge-out{id=2}' [1m0xa3aa78] main stream output debug: stream=`bridge-out' [1m0x7fd474006db8] [Media: channel1] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0x7fd474006b88] main stream out debug: set config option: sout-standard-access to file [1m0x7fd474006b88] main stream out debug: set config option: sout-standard-mux to mp4 [1m0x7fd474006b88] main stream out debug: set config option: sout-standard-dst to /home/conv/vlc/test.mp4 [1m0xa44458] main stream out debug: looking for sout stream module: 1 candidate [1m0xa44458] main stream out debug: set config option: sout-bridge-out-id to 2 [1m0xa44458] main stream out debug: using sout stream module "stream_out_bridge" [1m0x7fd474006db8] [Media: channel1] main demux meta debug: no meta reader module matching "any" could be loaded [1m0xa49588] main interface debug: no interface module matching "globalhotkeys,none" could be loaded [1m0x7fd46c001c48] main access out debug: looking for sout access module: 1 candidate [1m0xab02c8] main playlist debug: playlist threads correctly activated [1m0xa44458] main stream out debug: TIMER module_need() : 0.393 ms - Total 0.393 ms / 1 intvls (Avg 0.393 ms) [1m0xa46f68] stream_out_duplicate stream out debug: * apply selection `audio' [1m0xa46f68] main stream out debug: using sout stream module "stream_out_duplicate" [1m0x7fd474006db8] [Media: channel1] main demux meta debug: TIMER module_need() : 3.481 ms - Total 3.481 ms / 1 intvls (Avg 3.481 ms) [1m0xa19ed8] [Media: channel1] main input debug: `file:///home/conv/vlc/25_content.mp4' successfully opened [1m0xa1cc88] [Media: channel1] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [1m0xa1cc88] [Media: channel1] mp4 demux debug: stts gives 0 --> 0 (sample number) [1m0xa1cc88] [Media: channel1] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss) [1m0xa19ed8] [Media: channel1] main input debug: Buffering 0% [1m0xa19ed8] [Media: channel1] main input debug: switching to sync mode [1m0xa19a78] main stream output debug: adding a new sout input (sout_input:0xa4b1d0) [1m0xac12e8] stream_out_duplicate stream out debug: duplicated a new stream codec=mp4a (es=1 group=0) [1m0xac12e8] stream_out_duplicate stream out debug: - ignored for output 0 [1m0xac55d8] stream_out_bridge stream out debug: bridging out input codec=mp4a id=1 pos=0 [1m0xac12e8] stream_out_duplicate stream out debug: - added for output 1 [1m0xa19a78] main stream output debug: adding a new sout input (sout_input:0xa46a80) [1m0xac12e8] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=0 group=0) [1m0xa49588] main interface debug: TIMER module_need() : 3.163 ms - Total 3.163 ms / 1 intvls (Avg 3.163 ms) [1m0xa49588] main interface error: [31;1mno suitable interface module [1m0x9ea108] main libvlc error: [31;1minterface "globalhotkeys,none" initialization failed [1m0xa49588] main interface debug: looking for interface module: 1 candidate [1m0xa49588] dummy interface: [0;1musing the dummy interface module... [1m0xa49588] main interface debug: using interface module "dummy" [1m0xa49588] main interface debug: TIMER module_need() : 0.221 ms - Total 0.221 ms / 1 intvls (Avg 0.221 ms) [1m0xa46f68] main stream out debug: TIMER module_need() : 3.562 ms - Total 3.562 ms / 1 intvls (Avg 3.562 ms) [1m0x7fd474000c98] [Media: channel2] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x7fd474000c98] [Media: channel2] main input debug: `file:///home/conv/vlc/25_video_lq.mp4' gives access `file' demux `' path `/home/conv/vlc/25_video_lq.mp4' [1m0x7fd474000c98] [Media: channel2] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_video_lq.mp4' file='/home/conv/vlc/25_video_lq.mp4' [1m0xa4cf58] [Media: channel2] main demux debug: looking for access_demux module: 3 candidates [1m0xa4cf58] [Media: channel2] main demux debug: no access_demux module matching "file" could be loaded [1m0xa4cf58] [Media: channel2] main demux debug: TIMER module_need() : 0.082 ms - Total 0.082 ms / 1 intvls (Avg 0.082 ms) [1m0x7fd474000c98] [Media: channel2] main input debug: creating access 'file' location='/home/conv/vlc/25_video_lq.mp4', path='/home/conv/vlc/25_video_lq.mp4' [1m0xa4d168] [Media: channel2] main access debug: looking for access module: 2 candidates [1m0xa4d168] [Media: channel2] filesystem access debug: opening file `/home/conv/vlc/25_video_lq.mp4' [1m0xa4d168] [Media: channel2] main access debug: using access module "filesystem" [1m0xa4d168] [Media: channel2] main access debug: TIMER module_need() : 0.086 ms - Total 0.086 ms / 1 intvls (Avg 0.086 ms) [1m0xa4cf58] [Media: channel2] main stream debug: Using stream method for AStream* [1m0xa4cf58] [Media: channel2] main stream debug: starting pre-buffering [1m0xa4cf58] [Media: channel2] main stream debug: received first data after 0 ms [1m0xa4cf58] [Media: channel2] main stream debug: pre-buffering done 1024 bytes in 0s - 66666 KiB/s [1m0xa4d3e8] [Media: channel2] main stream debug: looking for stream_filter module: 7 candidates [1m0xa4d3e8] [Media: channel2] main stream debug: no stream_filter module matching "any" could be loaded [1m0xa4d3e8] [Media: channel2] main stream debug: TIMER module_need() : 0.074 ms - Total 0.074 ms / 1 intvls (Avg 0.074 ms) [1m0xa4d3e8] [Media: channel2] main stream debug: looking for stream_filter module: 1 candidate [1m0xa4d3e8] [Media: channel2] main stream debug: using stream_filter module "stream_filter_record" [1m0xa4d3e8] [Media: channel2] main stream debug: TIMER module_need() : 0.057 ms - Total 0.057 ms / 1 intvls (Avg 0.057 ms) [1m0x7fd474000c98] [Media: channel2] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_video_lq.mp4' file='/home/conv/vlc/25_video_lq.mp4' [1m0xa4d658] [Media: channel2] main demux debug: looking for demux module: 54 candidates [1m0xa4d3e8] [Media: channel2] mp4 stream debug: dumping root Box "root" [1m0xa4d3e8] [Media: channel2] mp4 stream debug: | + ftyp size 32 [1m0xa4d3e8] [Media: channel2] mp4 stream debug: | + free size 8 ... [1m0xa4d3e8] [Media: channel2] mp4 stream debug: | | | | | + ctoo size 37 [1m0xa4d658] [Media: channel2] mp4 demux debug: ISO Media file (isom) version 512. [1m0xa4d658] [Media: channel2] mp4 demux debug: found 2 tracks [1m0xa4d658] [Media: channel2] mp4 demux warning: elst box found [1m0xa4d658] [Media: channel2] mp4 demux debug: - [0] duration=74440ms media time=40ms) rate=1.0 [1m0xa4d658] [Media: channel2] mp4 demux debug: track[Id 0x1] read 1860 chunk [1m0xa4d658] [Media: channel2] mp4 demux warning: CTTS table [1m0xa4d658] [Media: channel2] mp4 demux debug: track[Id 0x1] read 1861 samples length:74s [1m0x7fd474000c98] [Media: channel2] main input debug: selecting program id=0 [1m0xa4d658] [Media: channel2] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [1m0xa4d658] [Media: channel2] mp4 demux warning: elst box found [1m0xa4d658] [Media: channel2] mp4 demux debug: - [0] duration=74374ms media time=0ms) rate=1.0 [1m0xa4b288] main generic debug: looking for decoder module: 29 candidates [1m0xab02c8] main playlist debug: rebuilding array of current - root Playlist [1m0xab02c8] main playlist debug: rebuild done - 0 items, index -1 [1m0xa19ed8] [Media: channel1] main input debug: Buffering 0% [1m0x7fd46c001c48] access_output_file access out debug: file access output opened (/home/conv/vlc/test.mp4) [1m0x7fd46c001c48] main access out debug: using sout access module "access_output_file" [1m0x7fd46c001c48] main access out debug: TIMER module_need() : 4.946 ms - Total 4.946 ms / 1 intvls (Avg 4.946 ms) [1m0xa19ed8] [Media: channel1] main input debug: Buffering 33% [1m0xa447e8] main mux debug: looking for sout mux module: 1 candidate [1m0xa4d658] [Media: channel2] mp4 demux debug: track[Id 0x2] read 1859 chunk [1m0xa19ed8] [Media: channel1] main input debug: Buffering 66% [1m0xa19ed8] [Media: channel1] main input debug: Buffering 100% [1m0xa19ed8] [Media: channel1] main input debug: Stream buffering done (400 ms in 5 ms) [1m0xa4d658] [Media: channel2] mp4 demux debug: track[Id 0x2] read 3203 samples length:74s [1m0xa4d658] [Media: channel2] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef [1m0xa4d658] [Media: channel2] main demux debug: using demux module "mp4" [1m0xa4d658] [Media: channel2] main demux debug: TIMER module_need() : 7.501 ms - Total 7.501 ms / 1 intvls (Avg 7.501 ms) [1m0x7fd474000c98] [Media: channel2] main input debug: looking for a subtitle file in /home/conv/vlc [1m0xaabdc8] [Media: channel2] main decoder debug: looking for packetizer module: 21 candidates [1m0xaabdc8] [Media: channel2] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0) [1m0xaabdc8] [Media: channel2] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0) [1m0xaabdc8] [Media: channel2] packetizer_h264 decoder debug: avcC length size=4, sps=1, pps=1 [1m0xaabdc8] [Media: channel2] main decoder debug: using packetizer module "packetizer_h264" [1m0xaabdc8] [Media: channel2] main decoder debug: TIMER module_need() : 3.622 ms - Total 3.622 ms / 1 intvls (Avg 3.622 ms) [1m0xa447e8] mux_mp4 mux debug: Mp4 muxer opened [1m0xa447e8] main mux debug: using sout mux module "mux_mp4" [1m0xa447e8] main mux debug: TIMER module_need() : 11.158 ms - Total 11.158 ms / 1 intvls (Avg 11.158 ms) [1m0x7fd474006b88] stream_out_standard stream out debug: using `file/mp4:///home/conv/vlc/test.mp4' [1m0x7fd474006b88] main stream out debug: using sout stream module "stream_out_standard" [1m0x7fd474006b88] main stream out debug: TIMER module_need() : 19.524 ms - Total 19.524 ms / 1 intvls (Avg 19.524 ms) [1m0x7fd474006258] main stream output debug: stream=`bridge-in' [1m0x2495da8] [Media: channel2] main decoder debug: looking for packetizer module: 21 candidates [1m0x2495da8] [Media: channel2] packetizer_mpeg4audio decoder debug: running MPEG4 audio packetizer [1m0x2495da8] [Media: channel2] packetizer_mpeg4audio decoder debug: AAC 44100Hz 1024 samples/frame [1m0xa47898] main stream out debug: looking for sout stream module: 1 candidate [1m0xa47898] main stream out debug: set config option: sout-bridge-in-delay to 0 [1m0xa47898] main stream out debug: set config option: sout-bridge-in-id-offset to 100 [1m0xa47898] main stream out debug: using sout stream module "stream_out_bridge" [1m0xa47898] main stream out debug: TIMER module_need() : 0.580 ms - Total 0.580 ms / 1 intvls (Avg 0.580 ms) [1m0x7fd474006258] main stream output debug: stream=`transcode' [1m0x2495da8] [Media: channel2] main decoder debug: using packetizer module "packetizer_mpeg4audio" [1m0x2495da8] [Media: channel2] main decoder debug: TIMER module_need() : 1.603 ms - Total 1.603 ms / 1 intvls (Avg 1.603 ms) [1m0xa4b288] avcodec generic debug: libavcodec initialized (interface 0x353d64) [1m0xa47f98] main stream out debug: looking for sout stream module: 1 candidate [1m0x7fd474000c98] [Media: channel2] main input debug: starting in async mode [1m0xa48fb8] [Media: channel2] main demux meta debug: looking for meta reader module: 2 candidates [1m0xa47f98] main stream out debug: set config option: sout-transcode-sfilter to mosaic{delay=0} [1m0xa47f98] main stream out debug: set config option: sout-transcode-venc to x264{profile=baseline} [1m0xa47f98] main stream out debug: set config option: sout-transcode-width to 1280 [1m0xa47f98] main stream out debug: set config option: sout-transcode-height to 720 [1m0xa47f98] main stream out debug: set config option: sout-transcode-vb to 1798 [1m0xa47f98] main stream out debug: set config option: sout-transcode-acodec to mp3 [1m0xa47f98] main stream out debug: set config option: sout-transcode-ab to 64 [1m0xa47f98] main stream out debug: set config option: sout-transcode-channels to 1 [1m0xa47f98] main stream out debug: set config option: sout-transcode-samplerate to 44100 [1m0xa47f98] main stream out debug: set config option: sout-transcode-scale to 1 [1m0xa47f98] stream_out_transcode stream out debug: codec audio=mp3 44100Hz 1 channels 64Kb/s [1m0x2496cf8] main spu text debug: looking for text renderer module: 2 candidates [1m0x2496cf8] freetype spu text debug: Building font databases. [1m0x2496cf8] freetype spu text debug: Took 0 microseconds [1m0xa4b288] avcodec generic debug: trying to use direct rendering [1m0xa4b288] avcodec generic debug: allowing 4 thread(s) for decoding [1m0xa48fb8] [Media: channel2] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0xa48fb8] [Media: channel2] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0xa48fb8] [Media: channel2] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0xa4b288] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [1m0xa4b288] avcodec generic debug: using frame thread mode with 4 threads [1m0xa4b288] main generic debug: using decoder module "avcodec" [1m0xa4b288] main generic debug: TIMER module_need() : 19.592 ms - Total 19.592 ms / 1 intvls (Avg 19.592 ms) [1m0xac1d98] stream_out_mosaic_bridge stream out debug: mosaic bridge id=1 pos=0 [1m0xac1d98] stream_out_mosaic_bridge stream out debug: psz_chain: (null) [1m0xac12e8] stream_out_duplicate stream out debug: - added for output 0 [1m0xac12e8] stream_out_duplicate stream out debug: - ignored for output 1 [1m0xa48fb8] [Media: channel2] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0xa48fb8] [Media: channel2] main demux meta debug: no meta reader module matching "any" could be loaded [1m0xa48fb8] [Media: channel2] main demux meta debug: TIMER module_need() : 6.361 ms - Total 6.361 ms / 1 intvls (Avg 6.361 ms) [1m0x7fd474000c98] [Media: channel2] main input debug: `file:///home/conv/vlc/25_video_lq.mp4' successfully opened [1m0xa19ed8] [Media: channel1] main input debug: Decoder buffering done in 17 ms [1m0x2496cf8] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf [1m0xa4d658] [Media: channel2] mp4 demux debug: elst (0) gives 0ms (movie)-> 40ms (track) [1m0xa4d658] [Media: channel2] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [1m0xa4d658] [Media: channel2] mp4 demux debug: stts gives 1 --> 0 (sample number) [1m0xa4d658] [Media: channel2] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [1m0xa4d658] [Media: channel2] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss) [1m0x7fd474000c98] [Media: channel2] main input debug: Buffering 0% [1m0x7fd474000c98] [Media: channel2] main input debug: switching to sync mode [1m0xa3aa78] main stream output debug: adding a new sout input (sout_input:0x7fd4741d9830) [1m0xa46f68] stream_out_duplicate stream out debug: duplicated a new stream codec=mp4a (es=1 group=0) [1m0xa46f68] stream_out_duplicate stream out debug: - ignored for output 0 [1m0xa44458] stream_out_bridge stream out debug: bridging out input codec=mp4a id=2 pos=1 [1m0xa46f68] stream_out_duplicate stream out debug: - added for output 1 [1m0x7fd474000c98] [Media: channel2] main input debug: Buffering 0% [1m0xa3aa78] main stream output debug: adding a new sout input (sout_input:0x7fd46c028b10) [1m0x7fd474000c98] [Media: channel2] main input debug: Buffering 33% [1m0x7fd474000c98] [Media: channel2] main input debug: Buffering 66% [1m0x7fd474000c98] [Media: channel2] main input debug: Buffering 100% [1m0x7fd474000c98] [Media: channel2] main input debug: Stream buffering done (400 ms in 1 ms) [1m0xa46f68] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=0 group=0) [1m0x7fd46c02f748] main generic debug: looking for decoder module: 29 candidates [1m0x2496cf8] freetype spu text debug: using fontsize: 2 [1m0x2496cf8] main spu text debug: using text renderer module "freetype" [1m0x2496cf8] main spu text debug: TIMER module_need() : 7.138 ms - Total 7.138 ms / 1 intvls (Avg 7.138 ms) [1m0x7fd46c02f748] avcodec generic debug: libavcodec already initialized [1m0xa4b288] avcodec generic debug: using direct rendering [1m0x249ec18] main scale debug: looking for video filter2 module: 18 candidates [1m0x7fd46c02f748] avcodec generic debug: trying to use direct rendering [1m0x7fd46c02f748] avcodec generic debug: allowing 4 thread(s) for decoding [1m0x249ec18] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality) [1m0x249ec18] main scale debug: using video filter2 module "swscale" [1m0x249ec18] main scale debug: TIMER module_need() : 4.516 ms - Total 4.516 ms / 1 intvls (Avg 4.516 ms) [1m0x2788118] main scale debug: looking for video filter2 module: 18 candidates [1m0x2788118] yuvp scale debug: YUVP to YUVA converter [1m0x2788118] main scale debug: using video filter2 module "yuvp" [1m0x2788118] main scale debug: TIMER module_need() : 10.831 ms - Total 10.831 ms / 1 intvls (Avg 10.831 ms) [1m0xa47f98] main stream out debug: using sout stream module "stream_out_transcode" [1m0xa47f98] main stream out debug: TIMER module_need() : 25.202 ms - Total 25.202 ms / 1 intvls (Avg 25.202 ms) [1m0x7fd474005e68] [Media: bg] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x7fd474005e68] [Media: bg] main input debug: `file:///home/conv/vlc/black.png' gives access `file' demux `' path `/home/conv/vlc/black.png' [1m0x7fd474005e68] [Media: bg] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/black.png' file='/home/conv/vlc/black.png' [1m0x1831fd8] [Media: bg] main demux debug: looking for access_demux module: 3 candidates [1m0x1831fd8] [Media: bg] main demux debug: no access_demux module matching "file" could be loaded [1m0x1831fd8] [Media: bg] main demux debug: TIMER module_need() : 0.459 ms - Total 0.459 ms / 1 intvls (Avg 0.459 ms) [1m0x7fd474005e68] [Media: bg] main input debug: creating access 'file' location='/home/conv/vlc/black.png', path='/home/conv/vlc/black.png' [1m0x2789838] [Media: bg] main access debug: looking for access module: 2 candidates [1m0x2789838] [Media: bg] filesystem access debug: opening file `/home/conv/vlc/black.png' [1m0x2789838] [Media: bg] main access debug: using access module "filesystem" [1m0x2789838] [Media: bg] main access debug: TIMER module_need() : 0.167 ms - Total 0.167 ms / 1 intvls (Avg 0.167 ms) [1m0x1831fd8] [Media: bg] main stream debug: Using stream method for AStream* [1m0x7fd46c02f748] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [1m0x7fd46c02f748] avcodec generic debug: using frame thread mode with 4 threads [1m0x1831fd8] [Media: bg] main stream debug: starting pre-buffering [1m0x1831fd8] [Media: bg] main stream debug: received first data after 0 ms [1m0x1831fd8] [Media: bg] main stream debug: pre-buffering done 325 bytes in 0s - 10579 KiB/s [1m0x1832108] [Media: bg] main stream debug: looking for stream_filter module: 7 candidates [1m0x1832108] [Media: bg] main stream debug: no stream_filter module matching "any" could be loaded [1m0x1832108] [Media: bg] main stream debug: TIMER module_need() : 0.080 ms - Total 0.080 ms / 1 intvls (Avg 0.080 ms) [1m0x1832108] [Media: bg] main stream debug: looking for stream_filter module: 1 candidate [1m0x1832108] [Media: bg] main stream debug: using stream_filter module "stream_filter_record" [1m0x1832108] [Media: bg] main stream debug: TIMER module_need() : 0.093 ms - Total 0.093 ms / 1 intvls (Avg 0.093 ms) [1m0x7fd474005e68] [Media: bg] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/black.png' file='/home/conv/vlc/black.png' [1m0x2474868] [Media: bg] main demux debug: looking for demux module: 54 candidates [1m0x7fd46c02f748] main generic debug: using decoder module "avcodec" [1m0x7fd46c02f748] main generic debug: TIMER module_need() : 19.567 ms - Total 19.567 ms / 1 intvls (Avg 19.567 ms) [1m0xa46d78] stream_out_mosaic_bridge stream out debug: mosaic bridge id=2 pos=1 [1m0xa46d78] stream_out_mosaic_bridge stream out debug: psz_chain: (null) [1m0xa46f68] stream_out_duplicate stream out debug: - added for output 0 [1m0xa46f68] stream_out_duplicate stream out debug: - ignored for output 1 [1m0x7fd474000c98] [Media: channel2] main input debug: Decoder buffering done in 19 ms [1m0x7fd46c02f748] avcodec generic debug: using direct rendering [1m0x3adb398] main filter debug: looking for video filter2 module: 18 candidates [1m0x3adb398] swscale filter debug: 640x360 chroma: I420 -> 256x144 chroma: I420 with scaling using Bicubic (good quality) [1m0x3adb398] main filter debug: using video filter2 module "swscale" [1m0x3adb398] main filter debug: TIMER module_need() : 3.570 ms - Total 3.570 ms / 1 intvls (Avg 3.570 ms) [1m0x2474868] [Media: bg] mod demux debug: MOD validation failed (ext=png) [1m0x2474868] [Media: bg] image demux debug: Detected image: PNG Image [1m0x7fd46c504548] [Media: bg] main image decoder debug: looking for decoder module: 29 candidates [1m0x7fd46c504548] [Media: bg] main image decoder debug: using decoder module "png" [1m0x7fd46c504548] [Media: bg] main image decoder debug: TIMER module_need() : 0.196 ms - Total 0.196 ms / 1 intvls (Avg 0.196 ms) [1m0x7fd4740b4ae8] main filter debug: looking for video filter2 module: 18 candidates [1m0x7fd4740b4ae8] swscale filter debug: 1280x720 chroma: I420 -> 1280x720 chroma: I420 with scaling using Bicubic (good quality) [1m0x7fd4740b4ae8] main filter debug: using video filter2 module "swscale" [1m0x7fd4740b4ae8] main filter debug: TIMER module_need() : 1.782 ms - Total 1.782 ms / 1 intvls (Avg 1.782 ms) [1m0x7fd46c504548] [Media: bg] main image decoder debug: removing module "png" [1m0x7fd474005e68] [Media: bg] main input debug: selecting program id=0 [1m0x2474868] [Media: bg] main demux debug: using demux module "image" [1m0x2474868] [Media: bg] main demux debug: TIMER module_need() : 74.676 ms - Total 74.676 ms / 1 intvls (Avg 74.676 ms) [1m0x7fd474005e68] [Media: bg] main input debug: looking for a subtitle file in /home/conv/vlc [1m0x3add878] [Media: bg] main decoder debug: looking for packetizer module: 21 candidates [1m0x3add878] [Media: bg] main decoder debug: using packetizer module "rawvideo" [1m0x3add878] [Media: bg] main decoder debug: TIMER module_need() : 0.149 ms - Total 0.149 ms / 1 intvls (Avg 0.149 ms) [1m0x7fd474005e68] [Media: bg] main input debug: starting in async mode [1m0x3bf53c8] [Media: bg] main demux meta debug: looking for meta reader module: 2 candidates [1m0x3bf53c8] [Media: bg] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0x3bf53c8] [Media: bg] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0x3bf53c8] [Media: bg] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0x3bf53c8] [Media: bg] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0x3bf53c8] [Media: bg] main demux meta debug: no meta reader module matching "any" could be loaded [1m0x3bf53c8] [Media: bg] main demux meta debug: TIMER module_need() : 7.324 ms - Total 7.324 ms / 1 intvls (Avg 7.324 ms) [1m0x7fd474005e68] [Media: bg] main input debug: `file:///home/conv/vlc/black.png' successfully opened [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 0% [1m0x7fd474005e68] [Media: bg] main input debug: switching to sync mode [1m0x7fd474006258] main stream output debug: adding a new sout input (sout_input:0x356ac70) [1m0xa47f98] stream_out_transcode stream out debug: creating video transcoding from fcc=`RV24' to fcc=` ' [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 13% [1m0x3ceaef8] main generic debug: looking for decoder module: 29 candidates [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 26% [1m0x3ceaef8] main generic debug: using decoder module "rawvideo" [1m0x3ceaef8] main generic debug: TIMER module_need() : 16.643 ms - Total 16.643 ms / 1 intvls (Avg 16.643 ms) [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 40% [1m0x3bf4b78] main encoder debug: looking for encoder module: 1 candidate [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 53% [1m0x3bf4b78] x264 encoder debug: version x264 0.122.X [1m0x3bf4b78] main encoder debug: set config option: sout-x264-profile to baseline [1m0x3bf4b78] x264 encoder debug: Limiting to baseline profile [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 66% [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 80% [1m0x7fd474005e68] [Media: bg] main input debug: Buffering 93% x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 [1m0x7fd474005e68] [Media: bg] main input debug: Stream buffering done (320 ms in 47 ms) x264 [info]: profile Constrained Baseline, level 3.1 [1m0x3bf4b78] main encoder debug: using encoder module "x264" [1m0x3bf4b78] main encoder debug: TIMER module_need() : 35.313 ms - Total 35.313 ms / 1 intvls (Avg 35.313 ms) [1m0x3bf4b78] main encoder debug: removing module "x264" [1m0x3bf4b78] x264 encoder debug: framecount still in libx264 buffer: 0 x264 [info]: final ratefactor: 23.28 [1m0x7fd474005e68] [Media: bg] main input debug: Decoder buffering done in 5 ms [1m0xa47f98] stream_out_transcode stream out debug: late picture skipped (42136) [1m0xa47f98] stream_out_transcode stream out debug: late picture skipped (3284) [1m0xa47f98] stream_out_transcode stream out debug: decoder aspect is 1.777778:1 [1m0xa47f98] stream_out_transcode stream out debug: source pixel aspect is 1.000000:1 [1m0xa47f98] stream_out_transcode stream out debug: scaled pixel aspect is 1.000000:1 [1m0xa47f98] stream_out_transcode stream out debug: source 1280x720, destination 1280x720 [1m0xa47f98] stream_out_transcode stream out debug: encoder aspect is 1280:720 [1m0x3e879f8] main filter debug: looking for video filter2 module: 18 candidates [1m0x3e879f8] swscale filter debug: 1280x720 chroma: RV24 -> 1280x720 chroma: I420 with scaling using Bicubic (good quality) [1m0x3e879f8] main filter debug: using video filter2 module "swscale" [1m0x3e879f8] main filter debug: TIMER module_need() : 3.162 ms - Total 3.162 ms / 1 intvls (Avg 3.162 ms) [1m0xa47f98] main stream out debug: Filter 'Swscale' (0x3e879f8) appended to chain [1m0xa47f98] stream_out_transcode stream out debug: destination (after video filters) 1280x720 [1m0x3bf4b78] main encoder debug: looking for encoder module: 1 candidate [1m0x3bf4b78] x264 encoder debug: version x264 0.122.X [1m0x3bf4b78] main encoder debug: set config option: sout-x264-profile to baseline [1m0x3bf4b78] x264 encoder debug: Limiting to baseline profile x264 [info]: using SAR=1/1 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 x264 [info]: profile Constrained Baseline, level 3.1 [1m0x3bf4b78] main encoder debug: using encoder module "x264" [1m0x3bf4b78] main encoder debug: TIMER module_need() : 16.141 ms - Total 16.141 ms / 1 intvls (Avg 16.141 ms) [1m0xa447e8] main mux debug: adding a new input [1m0xa447e8] mux_mp4 mux debug: adding input [1m0x3f3af18] main filter debug: looking for sub source module: 1 candidate [1m0x3f3af18] main filter debug: set config option: mosaic-delay to 0 [1m0x3f3af18] mosaic filter debug: mosaic-offset: id 1, x=0, y=0 [1m0x3f3af18] mosaic filter debug: mosaic-offset: id 2, x=64, y=64 [1m0x3f3af18] main filter debug: using sub source module "mosaic" [1m0x3f3af18] main filter debug: TIMER module_need() : 0.755 ms - Total 0.755 ms / 1 intvls (Avg 0.755 ms) [1m0x2497ac8] main subpicture debug: Filter 'mosaic' (0x3f3af18) appended to chain [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0x1831ba8] main blend debug: looking for video blending module: 1 candidate [1m0x1831ba8] main blend debug: using video blending module "blend" [1m0x1831ba8] main blend debug: TIMER module_need() : 0.561 ms - Total 0.561 ms / 1 intvls (Avg 0.561 ms) [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0x2497ac8] main subpicture warning: original picture size is undefined ... [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa447e8] main mux warning: late buffer for mux input (1556827) [1m0xa447e8] main mux debug: adding a new input [1m0xa447e8] mux_mp4 mux debug: adding input [1m0xa47898] stream_out_bridge stream out debug: bridging in input codec=mp4a id=101 pos=0 [1m0xa447e8] main mux warning: late buffer for mux input (1796320) [1m0xa447e8] main mux debug: adding a new input [1m0xa447e8] mux_mp4 mux debug: adding input [1m0xa47898] stream_out_bridge stream out debug: bridging in input codec=mp4a id=102 pos=1 [1m0xa447e8] main mux warning: late buffer for mux input (1774934) [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa447e8] main mux warning: late buffer for mux input (1549665) [1m0x2497ac8] main subpicture warning: original picture size is undefined ... [1m0xa447e8] main mux warning: late buffer for mux input (1429478) [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa19ed8] [Media: channel1] main input debug: EOF reached [1m0xa1d4b8] [Media: channel1] main decoder debug: removing module "packetizer_h264" [1m0xa1d4b8] [Media: channel1] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [1m0xa19a78] main stream output debug: removing a sout input (sout_input:0xa46a80) [1m0xa4b288] main generic debug: removing module "avcodec" [1m0xa447e8] main mux warning: late buffer for mux input (1462412) [1m0xa4b288] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [1m0x7fd4740b4ae8] main filter debug: removing module "swscale" [1m0xa32ad8] [Media: channel1] main decoder debug: removing module "packetizer_mpeg4audio" [1m0xa32ad8] [Media: channel1] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [1m0xa19a78] main stream output debug: removing a sout input (sout_input:0xa4b1d0) [1m0xa1cc88] [Media: channel1] main demux debug: removing module "mp4" [1m0xa1cc88] [Media: channel1] mp4 demux debug: freeing all memory [1m0xa1ca48] [Media: channel1] main stream debug: removing module "stream_filter_record" [1m0xa1c8f8] [Media: channel1] main access debug: removing module "filesystem" [1m0xa19ed8] [Media: channel1] main input debug: Program doesn't contain anymore ES [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa19ed8] [Media: channel1] main input debug: TIMER input launching for '25_content.mp4' : 25.859 ms - Total 25.859 ms / 1 intvls (Avg 25.859 ms) [1m0xa19a78] main stream output debug: destroying useless sout [1m0xac12e8] main stream out debug: destroying chain... (name=duplicate) [1m0xac12e8] main stream out debug: removing module "stream_out_duplicate" [1m0xac12e8] stream_out_duplicate stream out debug: closing a duplication [1m0xac1d98] main stream out debug: destroying chain... (name=mosaic-bridge) [1m0xac1d98] main stream out debug: removing module "stream_out_mosaic_bridge" [1m0xac1d98] main stream out debug: destroying chain done [1m0xac55d8] main stream out debug: destroying chain... (name=bridge-out) [1m0xac55d8] main stream out debug: removing module "stream_out_bridge" [1m0xac55d8] main stream out debug: destroying chain done [1m0xac12e8] main stream out debug: destroying chain done [1m0xa447e8] main mux warning: late buffer for mux input (1437360) [1m0xa447e8] mux_mp4 mux debug: removing input [1m0x7fd474000c98] [Media: channel2] main input debug: EOF reached [1m0x7fd474000c98] [Media: channel2] main input debug: waiting decoder fifos to empty [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa447e8] main mux warning: late buffer for mux input (1423983) [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa447e8] main mux warning: late buffer for mux input (1412591) [1m0x2497ac8] main subpicture warning: original picture size is undefined [1m0xa447e8] main mux warning: late buffer for mux input (1426637) [1m0xaabdc8] [Media: channel2] main decoder debug: removing module "packetizer_h264" [1m0xaabdc8] [Media: channel2] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [1m0xa3aa78] main stream output debug: removing a sout input (sout_input:0x7fd46c028b10) [1m0x7fd46c02f748] main generic debug: removing module "avcodec" [1m0x7fd46c02f748] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [1m0x3adb398] main filter debug: removing module "swscale" [1m0x2495da8] [Media: channel2] main decoder debug: removing module "packetizer_mpeg4audio" [1m0x2495da8] [Media: channel2] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [1m0xa3aa78] main stream output debug: removing a sout input (sout_input:0x7fd4741d9830) [1m0xa4d658] [Media: channel2] main demux debug: removing module "mp4" [1m0xa4d658] [Media: channel2] mp4 demux debug: freeing all memory [1m0xa4d3e8] [Media: channel2] main stream debug: removing module "stream_filter_record" [1m0xa4d168] [Media: channel2] main access debug: removing module "filesystem" [1m0x7fd474000c98] [Media: channel2] main input debug: Program doesn't contain anymore ES [1m0x7fd474000c98] [Media: channel2] main input debug: TIMER input launching for '25_video_lq.mp4' : 28.182 ms - Total 28.182 ms / 1 intvls (Avg 28.182 ms) [1m0xa3aa78] main stream output debug: destroying useless sout [1m0xa46f68] main stream out debug: destroying chain... (name=duplicate) [1m0xa46f68] main stream out debug: removing module "stream_out_duplicate" [1m0xa46f68] stream_out_duplicate stream out debug: closing a duplication [1m0xa46d78] main stream out debug: destroying chain... (name=mosaic-bridge) [1m0xa46d78] main stream out debug: removing module "stream_out_mosaic_bridge" [1m0xa46d78] main stream out debug: destroying chain done [1m0xa44458] main stream out debug: destroying chain... (name=bridge-out) [1m0xa44458] main stream out debug: removing module "stream_out_bridge" [1m0xa44458] main stream out debug: destroying chain done [1m0xa46f68] main stream out debug: destroying chain done [1m0xa447e8] main mux warning: late buffer for mux input (1414025) [1m0xa447e8] mux_mp4 mux debug: removing input [1m0xa447e8] main mux warning: late buffer for mux input (1428768) [1m0xa447e8] main mux warning: late buffer for mux input (1412110) [1m0xa447e8] main mux warning: late buffer for mux input (1409004) [1m0x7fd474005e68] [Media: bg] main input debug: EOF reached [1m0x7fd474005e68] [Media: bg] main input debug: waiting decoder fifos to empty [1m0x3add878] [Media: bg] main decoder debug: removing module "rawvideo" [1m0x3add878] [Media: bg] main decoder debug: killing decoder fourcc `RV24', 0 PES in FIFO [1m0x7fd474006258] main stream output debug: removing a sout input (sout_input:0x356ac70) [1m0xa447e8] main mux warning: late buffer for mux input (2532519) [1m0x3bf4b78] main encoder debug: TIMER encoding video frame : 0.001 ms - Total 1422.550 ms / 172 intvls (Avg 8.271 ms) [1m0x3ceaef8] main generic debug: removing module "rawvideo" [1m0x3bf4b78] main encoder debug: removing module "x264" [1m0x3bf4b78] x264 encoder debug: framecount still in libx264 buffer: 0 x264 [info]: frame I:2 Avg QP:24.51 size:104321 x264 [info]: frame P:123 Avg QP:31.57 size: 6751 x264 [info]: mb I I16..4: 48.3% 0.0% 51.7% x264 [info]: mb P I16..4: 9.1% 0.0% 1.4% P16..4: 27.5% 5.3% 1.4% 0.0% 0.0% skip:55.4% x264 [info]: final ratefactor: 29.01 x264 [info]: coded y,uvDC,uvAC intra: 15.8% 40.4% 10.1% inter: 6.5% 12.1% 0.4% x264 [info]: i16 v,h,dc,p: 44% 21% 15% 19% x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 15% 24% 9% 6% 7% 6% 7% 6% x264 [info]: i8c dc,h,v,p: 67% 15% 14% 4% x264 [info]: ref P L0: 85.7% 8.5% 5.8% x264 [info]: kb/s:1662.40 [1m0xa47f98] main stream out debug: Filter 0x3e879f8 removed from chain [1m0x3e879f8] main filter debug: removing module "swscale" [1m0xa447e8] mux_mp4 mux debug: removing input [1m0xa447e8] main mux warning: no more input streams for this mux [1m0x2474868] [Media: bg] main demux debug: removing module "image" [1m0x1832108] [Media: bg] main stream debug: removing module "stream_filter_record" [1m0x2789838] [Media: bg] main access debug: removing module "filesystem" [1m0x7fd474005e68] [Media: bg] main input debug: Program doesn't contain anymore ES [1m0x7fd474005e68] [Media: bg] main input debug: TIMER input launching for 'black.png' : 131.866 ms - Total 131.866 ms / 1 intvls (Avg 131.866 ms) [1m0x7fd474006258] main stream output debug: destroying useless sout [1m0xa47f98] main stream out debug: destroying chain... (name=transcode) [1m0xa47f98] main stream out debug: removing module "stream_out_transcode" [1m0x2496cf8] main spu text debug: removing module "freetype" [1m0x2788118] main scale debug: removing module "yuvp" [1m0x249ec18] main scale debug: removing module "swscale" [1m0x2497ac8] main subpicture debug: Filter 0x3f3af18 removed from chain [1m0x3f3af18] main filter debug: removing module "mosaic" [1m0x1831ba8] main blend debug: removing module "blend" [1m0xa47f98] main stream out debug: destroying chain done [1m0xa47898] main stream out debug: destroying chain... (name=bridge-in) [1m0xa47898] main stream out debug: removing module "stream_out_bridge" [1m0xa47898] main stream out debug: destroying chain done [1m0x7fd474006b88] main stream out debug: destroying chain... (name=standard) [1m0x7fd474006b88] main stream out debug: removing module "stream_out_standard" [1m0xa447e8] main mux debug: removing module "mux_mp4" [1m0xa447e8] mux_mp4 mux debug: Close [1m0xa447e8] mux_mp4 mux debug: movie duration 4s [1m0xa447e8] mux_mp4 mux debug: created 75 chunks (stco) [1m0xa447e8] mux_mp4 mux debug: created 131 chunks (stco) [1m0xa447e8] mux_mp4 mux debug: created 134 chunks (stco) [1m0x7fd46c001c48] main access out debug: removing module "access_output_file" [1m0x7fd46c001c48] access_output_file access out debug: file access output closed [1m0x7fd474006b88] main stream out debug: destroying chain done ^C[1m0x9ea108] main libvlc debug: deactivating the playlist [1m0xab02c8] main playlist debug: deactivating the playlist [1m0xa1a408] main playlist export debug: saving Media Library to file /home/conv/.local/share/vlc/ml.xspf [1m0xa1a408] main playlist export debug: looking for playlist export module: 1 candidate [1m0xa1a408] main playlist export debug: using playlist export module "export" [1m0xa1a408] main playlist export debug: TIMER module_need() : 0.851 ms - Total 0.851 ms / 1 intvls (Avg 0.851 ms) [1m0xa1a408] main playlist export debug: removing module "export" [1m0xab02c8] main playlist debug: playlist correctly deactivated [1m0x9ea108] main libvlc debug: removing all services discovery tasks [1m0x9ea108] main libvlc debug: removing all interfaces [1m0x9ea108] main libvlc debug: exiting [1m0xa49588] main interface debug: removing module "dummy" [1m0xa43fb8] main interface debug: removing module "hotkeys" [1m0xab02c8] main playlist debug: destroying [1m0x9ea108] main libvlc debug: TIMER ML Load : Total 15.634 ms / 1 intvls (Avg 15.634 ms) [1m0x9ea108] main libvlc debug: TIMER Items array build : Total 3.224 ms / 1 intvls (Avg 3.224 ms) [1m0x9ea108] main libvlc debug: TIMER ML Dump : Total 1.610 ms / 1 intvls (Avg 1.610 ms) [1m0x9ea108] main libvlc debug: removing stats [1m0x9ea108] main libvlc debug: removing module "memcpymmxext"
(many repeared error msg is removed, mp4 debug is also removed)

brunyalo
Blank Cone
Blank Cone
Posts: 19
Joined: 19 Mar 2012 13:33
Operating System: Linux

Re: Mosaic randomly producing good result

Postby brunyalo » 23 Apr 2012 16:29

Log for No. 2 (small foreground video is not shown):

Code: Select all

VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) [1m0x16d3108] main libvlc debug: VLC media player - 2.0.1 Twoflower [1m0x16d3108] main libvlc debug: Copyright © 1996-2012 VLC authors and VideoLAN [1m0x16d3108] main libvlc debug: revision 2.0.1-0-gf432547 [1m0x16d3108] main libvlc debug: configured with ./configure '--enable-static' '--build=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'LDFLAGS=-Wl,-z,relro' '--config-cache' '--disable-maintainer-mode' '--disable-silent-rules' '--disable-update-check' '--enable-fast-install' '--prefix=/usr' '--docdir=/usr/share/doc/vlc-nox' '--sysconfdir=/etc' '--with-binary-version=0.0' '--enable-a52' '--enable-aa' '--enable-bluray' '--enable-bonjour' '--enable-caca' '--enable-dca' '--enable-dirac' '--enable-dvbpsi' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-fluidsynth' '--enable-freetype' '--enable-fribidi' '--enable-gnutls' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libmpeg2' '--enable-libproxy' '--enable-libxml2' '--enable-lirc' '--enable-live555' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-mpc' '--enable-mtp' '--enable-mux_ogg' '--enable-ncurses' '--enable-notify' '--enable-ogg' '--enable-oss' '--enable-pulse' '--enable-qt4' '--enable-realrtsp' '--enable-samplerate' '--enable-schroedinger' '--enable-sdl' '--enable-shout' '--enable-skins2' '--enable-smb' '--enable-speex' '--enable-svg' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-vcd' '--enable-vcdx' '--enable-vorbis' '--enable-x264' '--enable-zvbi' '--with-kde-solid=/usr/share/kde4/apps/solid/actions/' '--disable-dxva2' '--disable-gnomevfs' '--disable-goom' '--disable-portaudio' '--disable-projectm' '--disable-sqlite' '--disable-telx' '--enable-alsa' '--enable-atmo' '--enable-dc1394' '--enable-dv' '--enable-libva' '--enable-linsys' '--enable-pvr' '--enable-udev' '--enable-v4l2' 'build_alias=x86_64-linux-gnu' 'CC=ccache cc' 'CXX=ccache g++' [1m0x16d3108] main libvlc debug: searching plug-in modules [1m0x16d3108] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [1m0x16d3108] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [1m0x16d3108] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [1m0x16d3108] main libvlc debug: plug-ins loaded: 415 modules [1m0x16d3108] main libvlc debug: opening config file (/home/conv/.config/vlc/vlcrc) [1m0x16d3108] main libvlc debug: translation test: code is "C" [1m0x16d3108] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU [1m0x16d3108] main libvlc debug: looking for memcpy module: 4 candidates [1m0x16d3108] main libvlc debug: using memcpy module "memcpymmxext" [1m0x16e7c08] main input debug: Creating an input for 'Media Library' [1m0x16e7c08] main input debug: Input is a meta file: disabling unneeded options [1m0x16e7c08] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x16e7c08] main input debug: `file/xspf-open:///home/conv/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/conv/.local/share/vlc/ml.xspf' [1m0x16e7c08] main input debug: creating demux: access='file' demux='xspf-open' location='/home/conv/.local/share/vlc/ml.xspf' file='/home/conv/.local/share/vlc/ml.xspf' [1m0x179b2f8] main demux debug: looking for access_demux module: 3 candidates [1m0x179b2f8] main demux debug: no access_demux module matching "file" could be loaded [1m0x179b2f8] main demux debug: TIMER module_need() : 1.398 ms - Total 1.398 ms / 1 intvls (Avg 1.398 ms) [1m0x16e7c08] main input debug: creating access 'file' location='/home/conv/.local/share/vlc/ml.xspf', path='/home/conv/.local/share/vlc/ml.xspf' [1m0x179c308] main access debug: looking for access module: 2 candidates [1m0x179c308] filesystem access debug: opening file `/home/conv/.local/share/vlc/ml.xspf' [1m0x179c308] main access debug: using access module "filesystem" [1m0x179c308] main access debug: TIMER module_need() : 0.943 ms - Total 0.943 ms / 1 intvls (Avg 0.943 ms) [1m0x179d008] main stream debug: Using stream method for AStream* [1m0x179d008] main stream debug: starting pre-buffering [1m0x179d008] main stream debug: received first data after 0 ms [1m0x179d008] main stream debug: pre-buffering done 296 bytes in 0s - 1357 KiB/s [1m0x179d268] main stream debug: looking for stream_filter module: 7 candidates [1m0x179d268] main stream debug: no stream_filter module matching "any" could be loaded [1m0x179d268] main stream debug: TIMER module_need() : 1.616 ms - Total 1.616 ms / 1 intvls (Avg 1.616 ms) [1m0x179d268] main stream debug: looking for stream_filter module: 1 candidate [1m0x179d268] main stream debug: using stream_filter module "stream_filter_record" [1m0x179d268] main stream debug: TIMER module_need() : 0.589 ms - Total 0.589 ms / 1 intvls (Avg 0.589 ms) [1m0x16e7c08] main input debug: creating demux: access='file' demux='xspf-open' location='/home/conv/.local/share/vlc/ml.xspf' file='/home/conv/.local/share/vlc/ml.xspf' [1m0x17a03e8] main demux debug: looking for demux module: 1 candidate [1m0x17a03e8] playlist demux debug: using XSPF playlist reader [1m0x17a03e8] main demux debug: using demux module "playlist" [1m0x17a03e8] main demux debug: TIMER module_need() : 0.800 ms - Total 0.800 ms / 1 intvls (Avg 0.800 ms) [1m0x17a0d08] main demux meta debug: looking for meta reader module: 2 candidates [1m0x17a0d08] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0x17a0d08] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0x17a0d08] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0x17a0d08] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0x17a0d08] main demux meta debug: no meta reader module matching "any" could be loaded [1m0x17a0d08] main demux meta debug: TIMER module_need() : 3.847 ms - Total 3.847 ms / 1 intvls (Avg 3.847 ms) [1m0x16e7c08] main input debug: `file/xspf-open:///home/conv/.local/share/vlc/ml.xspf' successfully opened [1m0x1705718] main xml reader debug: looking for xml reader module: 1 candidate [1m0x1705718] main xml reader debug: using xml reader module "xml" [1m0x1705718] main xml reader debug: TIMER module_need() : 1.048 ms - Total 1.048 ms / 1 intvls (Avg 1.048 ms) [1m0x17a03e8] playlist demux debug: parsed 0 tracks successfully [1m0x16e7c08] main input debug: EOF reached [1m0x17a03e8] main demux debug: removing module "playlist" [1m0x179d268] main stream debug: removing module "stream_filter_record" [1m0x179c308] main access debug: removing module "filesystem" [1m0x16e7c08] main input debug: TIMER input launching for 'Media Library' : 13.020 ms - Total 13.020 ms / 1 intvls (Avg 13.020 ms) [1m0x16d3108] main libvlc debug: creating VLM [1m0x16d3108] main libvlc debug: loading VLM configuration [1m0x16d3108] main libvlc debug: load /home/conv/vlc/cms_test.cfg [1m0x179d008] main vlm daemon debug: creating access 'file' location='/home/conv/vlc/cms_test.cfg', path='/home/conv/vlc/cms_test.cfg' [1m0x179c308] main access debug: looking for access module: 2 candidates [1m0x179c308] filesystem access debug: opening file `/home/conv/vlc/cms_test.cfg' [1m0x179c308] main access debug: using access module "filesystem" [1m0x179c308] main access debug: TIMER module_need() : 0.682 ms - Total 0.682 ms / 1 intvls (Avg 0.682 ms) [1m0x17a03c8] main stream debug: Using stream method for AStream* [1m0x17a03c8] main stream debug: starting pre-buffering [1m0x17a03c8] main stream debug: received first data after 0 ms [1m0x17a03c8] main stream debug: pre-buffering done 1024 bytes in 0s - 5235 KiB/s [1m0x179c308] main access debug: removing module "filesystem" [1m0x1702ed8] main input debug: Creating an input for '25_content.mp4' [1m0x17029a8] main stream output debug: using sout chain=`duplicate{dst=mosaic-bridge{id=1,width=1280,height=720},select=video,dst=bridge-out{id=1},select=audio}' [1m0x17029a8] main stream output debug: stream=`duplicate' [1m0x7f9c8c000d68] main input debug: Creating an input for '25_video_lq.mp4' [1m0x1709588] main stream output debug: using sout chain=`duplicate{dst=mosaic-bridge{id=2,width=256,height=144},select=video,dst=bridge-out{id=2},select=audio}' [1m0x1709588] main stream output debug: stream=`duplicate' [1m0x17aa208] main stream out debug: looking for sout stream module: 1 candidate [1m0x17aa788] main stream out debug: looking for sout stream module: 1 candidate [1m0x17aa208] stream_out_duplicate stream out debug: creating 'duplicate' [1m0x17aa208] stream_out_duplicate stream out debug: * adding `mosaic-bridge{id=1,width=1280,height=720}' [1m0x17029a8] main stream output debug: stream=`mosaic-bridge' [1m0x17aa788] stream_out_duplicate stream out debug: creating 'duplicate' [1m0x17aa788] stream_out_duplicate stream out debug: * adding `mosaic-bridge{id=2,width=256,height=144}' [1m0x1709588] main stream output debug: stream=`mosaic-bridge' [1m0x7f9c8c001718] main stream out debug: looking for sout stream module: 1 candidate [1m0x7f9c8c001a28] main stream out debug: looking for sout stream module: 1 candidate [1m0x7f9c8c001718] main stream out debug: set config option: sout-mosaic-bridge-id to 1 [1m0x7f9c8c001718] main stream out debug: set config option: sout-mosaic-bridge-width to 1280 [1m0x7f9c8c001718] main stream out debug: set config option: sout-mosaic-bridge-height to 720 [1m0x7f9c8c001a28] main stream out debug: set config option: sout-mosaic-bridge-id to 2 [1m0x7f9c8c001a28] main stream out debug: set config option: sout-mosaic-bridge-width to 256 [1m0x7f9c8c001a28] main stream out debug: set config option: sout-mosaic-bridge-height to 144 [1m0x7f9c8c001498] main input debug: Creating an input for 'black.png' [1m0x7f9c8c001a28] main stream out debug: using sout stream module "stream_out_mosaic_bridge" [1m0x7f9c8c001a28] main stream out debug: TIMER module_need() : 0.473 ms - Total 0.473 ms / 1 intvls (Avg 0.473 ms) [1m0x17aa788] stream_out_duplicate stream out debug: * apply selection `video' [1m0x17aa788] stream_out_duplicate stream out debug: * adding `bridge-out{id=2}' [1m0x1709588] main stream output debug: stream=`bridge-out' [1m0x170d548] main stream out debug: looking for sout stream module: 1 candidate [1m0x7f9c8c001718] main stream out debug: using sout stream module "stream_out_mosaic_bridge" [1m0x7f9c8c001718] main stream out debug: TIMER module_need() : 0.782 ms - Total 0.782 ms / 1 intvls (Avg 0.782 ms) [1m0x17aa208] stream_out_duplicate stream out debug: * apply selection `video' [1m0x17aa208] stream_out_duplicate stream out debug: * adding `bridge-out{id=1}' [1m0x17029a8] main stream output debug: stream=`bridge-out' [1m0x7f9c8c007378] main stream output debug: using sout chain=`transcode{sfilter=mosaic{delay=0},venc=x264{profile=baseline},width=1280,height=720,vb=1798,acodec=mp3,ab=64,channels=1,samplerate=44100,scale=1}:bridge-in{delay=0,id-offset=100}:standard{access=file,mux=mp4,dst=/home/conv/vlc/test.mp4}' [1m0x16e94b8] main interface debug: looking for interface module: 1 candidate [1m0x7f9c8c007378] main stream output debug: stream=`standard' [1m0x7f9c84000ec8] main stream out debug: looking for sout stream module: 1 candidate [1m0x170d548] main stream out debug: set config option: sout-bridge-out-id to 2 [1m0x170d548] main stream out debug: using sout stream module "stream_out_bridge" [1m0x7f9c84000ec8] main stream out debug: set config option: sout-standard-access to file [1m0x16e94b8] main interface debug: using interface module "hotkeys" [1m0x170d548] main stream out debug: TIMER module_need() : 0.973 ms - Total 0.973 ms / 1 intvls (Avg 0.973 ms) [1m0x17aa788] stream_out_duplicate stream out debug: * apply selection `audio' [1m0x17aa788] main stream out debug: using sout stream module "stream_out_duplicate" [1m0x17aa788] main stream out debug: TIMER module_need() : 1.973 ms - Total 1.973 ms / 1 intvls (Avg 1.973 ms) [1m0x7f9c8c006a78] main stream out debug: looking for sout stream module: 1 candidate [1m0x7f9c84000ec8] main stream out debug: set config option: sout-standard-mux to mp4 [1m0x7f9c84000ec8] main stream out debug: set config option: sout-standard-dst to /home/conv/vlc/test.mp4 [1m0x16e94b8] main interface debug: TIMER module_need() : 0.820 ms - Total 0.820 ms / 1 intvls (Avg 0.820 ms) [1m0x7f9c8c006a78] main stream out debug: set config option: sout-bridge-out-id to 1 [1m0x7f9c8c006a78] main stream out debug: using sout stream module "stream_out_bridge" [1m0x7f9c8c006a78] main stream out debug: TIMER module_need() : 1.078 ms - Total 1.078 ms / 1 intvls (Avg 1.078 ms) [1m0x17aa208] stream_out_duplicate stream out debug: * apply selection `audio' [1m0x17aa208] main stream out debug: using sout stream module "stream_out_duplicate" [1m0x17aa208] main stream out debug: TIMER module_need() : 2.883 ms - Total 2.883 ms / 1 intvls (Avg 2.883 ms) [1m0x17135c8] main access out debug: looking for sout access module: 1 candidate [1m0x17136e8] main interface debug: looking for interface module: 1 candidate [1m0x7f9c8c000d68] [Media: channel2] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x1702ed8] [Media: channel1] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x1702ed8] [Media: channel1] main input debug: `file:///home/conv/vlc/25_content.mp4' gives access `file' demux `' path `/home/conv/vlc/25_content.mp4' [1m0x7f9c8c000d68] [Media: channel2] main input debug: `file:///home/conv/vlc/25_video_lq.mp4' gives access `file' demux `' path `/home/conv/vlc/25_video_lq.mp4' [1m0x17992c8] main playlist debug: playlist threads correctly activated [1m0x7f9c8c000d68] [Media: channel2] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_video_lq.mp4' file='/home/conv/vlc/25_video_lq.mp4' [1m0x1702ed8] [Media: channel1] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_content.mp4' file='/home/conv/vlc/25_content.mp4' [1m0x17135c8] access_output_file access out debug: file access output opened (/home/conv/vlc/test.mp4) [1m0x17135c8] main access out debug: using sout access module "access_output_file" [1m0x17135c8] main access out debug: TIMER module_need() : 0.747 ms - Total 0.747 ms / 1 intvls (Avg 0.747 ms) [1m0x1711458] [Media: channel2] main demux debug: looking for access_demux module: 3 candidates [1m0x17ab748] main mux debug: looking for sout mux module: 1 candidate [1m0x17992c8] main playlist debug: rebuilding array of current - root Playlist [1m0x17992c8] main playlist debug: rebuild done - 0 items, index -1 [1m0x17111e8] [Media: channel1] main demux debug: looking for access_demux module: 3 candidates [1m0x17111e8] [Media: channel1] main demux debug: no access_demux module matching "file" could be loaded [1m0x17111e8] [Media: channel1] main demux debug: TIMER module_need() : 0.370 ms - Total 0.370 ms / 1 intvls (Avg 0.370 ms) [1m0x1702ed8] [Media: channel1] main input debug: creating access 'file' location='/home/conv/vlc/25_content.mp4', path='/home/conv/vlc/25_content.mp4' [1m0x1711458] [Media: channel2] main demux debug: no access_demux module matching "file" could be loaded [1m0x17136e8] inhibit interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 [1m0x17136e8] main interface debug: no interface module matching "inhibit,none" could be loaded [1m0x17136e8] main interface debug: TIMER module_need() : 1.186 ms - Total 1.186 ms / 1 intvls (Avg 1.186 ms) [1m0x17ab748] mux_mp4 mux debug: Mp4 muxer opened [1m0x17136e8] main interface error: no suitable interface module [1m0x17ab748] main mux debug: using sout mux module "mux_mp4" [1m0x1711458] [Media: channel2] main demux debug: TIMER module_need() : 0.683 ms - Total 0.683 ms / 1 intvls (Avg 0.683 ms) [1m0x7f9c8c000d68] [Media: channel2] main input debug: creating access 'file' location='/home/conv/vlc/25_video_lq.mp4', path='/home/conv/vlc/25_video_lq.mp4' [1m0x17abdd8] [Media: channel1] main access debug: looking for access module: 2 candidates [1m0x17abdd8] [Media: channel1] filesystem access debug: opening file `/home/conv/vlc/25_content.mp4' [1m0x17abdd8] [Media: channel1] main access debug: using access module "filesystem" [1m0x17ab748] main mux debug: TIMER module_need() : 0.777 ms - Total 0.777 ms / 1 intvls (Avg 0.777 ms) [1m0x7f9c84000ec8] stream_out_standard stream out debug: using `file/mp4:///home/conv/vlc/test.mp4' [1m0x7f9c84000ec8] main stream out debug: using sout stream module "stream_out_standard" [1m0x17abdd8] [Media: channel1] main access debug: TIMER module_need() : 0.707 ms - Total 0.707 ms / 1 intvls (Avg 0.707 ms) [1m0x17136e8] [Media: channel2] main access debug: looking for access module: 2 candidates [1m0x17136e8] [Media: channel2] filesystem access debug: opening file `/home/conv/vlc/25_video_lq.mp4' [1m0x7f9c84000ec8] main stream out debug: TIMER module_need() : 2.694 ms - Total 2.694 ms / 1 intvls (Avg 2.694 ms) [1m0x7f9c8c007378] main stream output debug: stream=`bridge-in' [1m0x17ac118] main stream out debug: looking for sout stream module: 1 candidate [1m0x17136e8] [Media: channel2] main access debug: using access module "filesystem" [1m0x17136e8] [Media: channel2] main access debug: TIMER module_need() : 0.463 ms - Total 0.463 ms / 1 intvls (Avg 0.463 ms) [1m0x1711458] [Media: channel1] main stream debug: Using stream method for AStream* [1m0x1711458] [Media: channel1] main stream debug: starting pre-buffering [1m0x1711458] [Media: channel1] main stream debug: received first data after 0 ms [1m0x1711458] [Media: channel1] main stream debug: pre-buffering done 1024 bytes in 0s - 58823 KiB/s [1m0x170e418] [Media: channel1] main stream debug: looking for stream_filter module: 7 candidates [1m0x170e418] [Media: channel1] main stream debug: no stream_filter module matching "any" could be loaded [1m0x170e418] [Media: channel1] main stream debug: TIMER module_need() : 0.072 ms - Total 0.072 ms / 1 intvls (Avg 0.072 ms) [1m0x170e418] [Media: channel1] main stream debug: looking for stream_filter module: 1 candidate [1m0x170e418] [Media: channel1] main stream debug: using stream_filter module "stream_filter_record" [1m0x170e418] [Media: channel1] main stream debug: TIMER module_need() : 0.055 ms - Total 0.055 ms / 1 intvls (Avg 0.055 ms) [1m0x1702ed8] [Media: channel1] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_content.mp4' file='/home/conv/vlc/25_content.mp4' [1m0x170e658] [Media: channel1] main demux debug: looking for demux module: 54 candidates [1m0x170e418] [Media: channel1] mp4 stream warning: unknown box type btrt (incompletely loaded) [1m0x170e418] [Media: channel1] mp4 stream debug: dumping root Box "root" [1m0x170e418] [Media: channel1] mp4 stream debug: | + ftyp size 24 [1m0x170e418] [Media: channel1] mp4 stream debug: | + moov size 25541 ... [1m0x170e418] [Media: channel1] mp4 stream debug: | + mdat size 20442904 [1m0x170e658] [Media: channel1] mp4 demux debug: ISO Media file (isom) version 1. [1m0x170e658] [Media: channel1] mp4 demux debug: found 2 tracks [1m0x170e658] [Media: channel1] mp4 demux debug: track[Id 0x1] read 62 chunk [1m0x170e658] [Media: channel1] mp4 demux warning: CTTS table [1m0x170e658] [Media: channel1] mp4 demux debug: track[Id 0x1] read 1532 samples length:61s [1m0x1702ed8] [Media: channel1] main input debug: selecting program id=0 [1m0x170e658] [Media: channel1] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [1m0x170e658] [Media: channel1] mp4 demux debug: track[Id 0x2] read 62 chunk [1m0x170e658] [Media: channel1] mp4 demux debug: track[Id 0x2] read 2639 samples length:61s [1m0x170e658] [Media: channel1] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef [1m0x170e658] [Media: channel1] main demux debug: using demux module "mp4" [1m0x170e658] [Media: channel1] main demux debug: TIMER module_need() : 1.302 ms - Total 1.302 ms / 1 intvls (Avg 1.302 ms) [1m0x7f9c840010f8] main interface debug: looking for interface module: 1 candidate [1m0x1702ed8] [Media: channel1] main input debug: looking for a subtitle file in /home/conv/vlc [1m0x1713fd8] [Media: channel1] main decoder debug: looking for packetizer module: 21 candidates [1m0x7f9c840010f8] main interface debug: no interface module matching "globalhotkeys,none" could be loaded [1m0x7f9c840010f8] main interface debug: TIMER module_need() : 2.623 ms - Total 2.623 ms / 1 intvls (Avg 2.623 ms) [1m0x7f9c840010f8] main interface error: no suitable interface module [1m0x16d3108] main libvlc error: interface "globalhotkeys,none" initialization failed [1m0x17150b8] main interface debug: looking for interface module: 1 candidate [1m0x17ac878] [Media: channel2] main stream debug: Using stream method for AStream* [1m0x17ac878] [Media: channel2] main stream debug: starting pre-buffering [1m0x17ac878] [Media: channel2] main stream debug: received first data after 0 ms [1m0x17ac878] [Media: channel2] main stream debug: pre-buffering done 1024 bytes in 0s - 62500 KiB/s [1m0x17156b8] [Media: channel2] main stream debug: looking for stream_filter module: 7 candidates [1m0x17156b8] [Media: channel2] main stream debug: no stream_filter module matching "any" could be loaded [1m0x17156b8] [Media: channel2] main stream debug: TIMER module_need() : 0.108 ms - Total 0.108 ms / 1 intvls (Avg 0.108 ms) [1m0x17156b8] [Media: channel2] main stream debug: looking for stream_filter module: 1 candidate [1m0x17156b8] [Media: channel2] main stream debug: using stream_filter module "stream_filter_record" [1m0x17156b8] [Media: channel2] main stream debug: TIMER module_need() : 0.161 ms - Total 0.161 ms / 1 intvls (Avg 0.161 ms) [1m0x7f9c8c000d68] [Media: channel2] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/25_video_lq.mp4' file='/home/conv/vlc/25_video_lq.mp4' [1m0x17285d8] [Media: channel2] main demux debug: looking for demux module: 54 candidates [1m0x17ac118] main stream out debug: set config option: sout-bridge-in-delay to 0 [1m0x17ac118] main stream out debug: set config option: sout-bridge-in-id-offset to 100 [1m0x17ac118] main stream out debug: using sout stream module "stream_out_bridge" [1m0x17ac118] main stream out debug: TIMER module_need() : 3.220 ms - Total 3.220 ms / 1 intvls (Avg 3.220 ms) [1m0x7f9c8c007378] main stream output debug: stream=`transcode' [1m0x170ab48] main stream out debug: looking for sout stream module: 1 candidate [1m0x17156b8] [Media: channel2] mp4 stream debug: dumping root Box "root" [1m0x17156b8] [Media: channel2] mp4 stream debug: | + ftyp size 32 [1m0x17156b8] [Media: channel2] mp4 stream debug: | + free size 8 ... [1m0x17156b8] [Media: channel2] mp4 stream debug: | | | | | + ctoo size 37 [1m0x17285d8] [Media: channel2] mp4 demux debug: ISO Media file (isom) version 512. [1m0x17285d8] [Media: channel2] mp4 demux debug: found 2 tracks [1m0x17285d8] [Media: channel2] mp4 demux warning: elst box found [1m0x17285d8] [Media: channel2] mp4 demux debug: - [0] duration=74440ms media time=40ms) rate=1.0 [1m0x1713fd8] [Media: channel1] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0) [1m0x1713fd8] [Media: channel1] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0) [1m0x1713fd8] [Media: channel1] packetizer_h264 decoder debug: avcC length size=4, sps=1, pps=1 [1m0x1713fd8] [Media: channel1] main decoder debug: using packetizer module "packetizer_h264" [1m0x170ab48] main stream out debug: set config option: sout-transcode-sfilter to mosaic{delay=0} [1m0x170ab48] main stream out debug: set config option: sout-transcode-venc to x264{profile=baseline} [1m0x170ab48] main stream out debug: set config option: sout-transcode-width to 1280 [1m0x170ab48] main stream out debug: set config option: sout-transcode-height to 720 [1m0x170ab48] main stream out debug: set config option: sout-transcode-vb to 1798 [1m0x170ab48] main stream out debug: set config option: sout-transcode-acodec to mp3 [1m0x170ab48] main stream out debug: set config option: sout-transcode-ab to 64 [1m0x170ab48] main stream out debug: set config option: sout-transcode-channels to 1 [1m0x170ab48] main stream out debug: set config option: sout-transcode-samplerate to 44100 [1m0x170ab48] main stream out debug: set config option: sout-transcode-scale to 1 [1m0x170ab48] stream_out_transcode stream out debug: codec audio=mp3 44100Hz 1 channels 64Kb/s [1m0x17150b8] dummy interface: using the dummy interface module... [1m0x17150b8] main interface debug: using interface module "dummy" [1m0x1713fd8] [Media: channel1] main decoder debug: TIMER module_need() : 5.108 ms - Total 5.108 ms / 1 intvls (Avg 5.108 ms) [1m0x17150b8] main interface debug: TIMER module_need() : 5.041 ms - Total 5.041 ms / 1 intvls (Avg 5.041 ms) [1m0x17285d8] [Media: channel2] mp4 demux debug: track[Id 0x1] read 1860 chunk [1m0x7f9c8400bc08] main spu text debug: looking for text renderer module: 2 candidates [1m0x173a3a8] [Media: channel1] main decoder debug: looking for packetizer module: 21 candidates [1m0x173a3a8] [Media: channel1] packetizer_mpeg4audio decoder debug: running MPEG4 audio packetizer [1m0x173a3a8] [Media: channel1] packetizer_mpeg4audio decoder debug: AAC 44100Hz 1024 samples/frame [1m0x173a3a8] [Media: channel1] main decoder debug: using packetizer module "packetizer_mpeg4audio" [1m0x173a3a8] [Media: channel1] main decoder debug: TIMER module_need() : 0.282 ms - Total 0.282 ms / 1 intvls (Avg 0.282 ms) [1m0x1702ed8] [Media: channel1] main input debug: starting in async mode [1m0x172f8a8] [Media: channel1] main demux meta debug: looking for meta reader module: 2 candidates [1m0x7f9c8400bc08] freetype spu text debug: Building font databases. [1m0x7f9c8400bc08] freetype spu text debug: Took 1 microseconds [1m0x7f9c8400bc08] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf [1m0x172f8a8] [Media: channel1] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0x172f8a8] [Media: channel1] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0x172f8a8] [Media: channel1] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0x7f9c8400bc08] freetype spu text debug: using fontsize: 2 [1m0x7f9c8400bc08] main spu text debug: using text renderer module "freetype" [1m0x7f9c8400bc08] main spu text debug: TIMER module_need() : 5.805 ms - Total 5.805 ms / 1 intvls (Avg 5.805 ms) [1m0x172f8a8] [Media: channel1] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0x172f8a8] [Media: channel1] main demux meta debug: no meta reader module matching "any" could be loaded [1m0x172f8a8] [Media: channel1] main demux meta debug: TIMER module_need() : 5.091 ms - Total 5.091 ms / 1 intvls (Avg 5.091 ms) [1m0x177d218] main scale debug: looking for video filter2 module: 18 candidates [1m0x177d218] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality) [1m0x177d218] main scale debug: using video filter2 module "swscale" [1m0x177d218] main scale debug: TIMER module_need() : 1.478 ms - Total 1.478 ms / 1 intvls (Avg 1.478 ms) [1m0x1702ed8] [Media: channel1] main input debug: `file:///home/conv/vlc/25_content.mp4' successfully opened [1m0x1729168] main scale debug: looking for video filter2 module: 18 candidates [1m0x1729168] yuvp scale debug: YUVP to YUVA converter [1m0x1729168] main scale debug: using video filter2 module "yuvp" [1m0x1729168] main scale debug: TIMER module_need() : 1.604 ms - Total 1.604 ms / 1 intvls (Avg 1.604 ms) [1m0x170ab48] main stream out debug: using sout stream module "stream_out_transcode" [1m0x170ab48] main stream out debug: TIMER module_need() : 13.281 ms - Total 13.281 ms / 1 intvls (Avg 13.281 ms) [1m0x170e658] [Media: channel1] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [1m0x170e658] [Media: channel1] mp4 demux debug: stts gives 0 --> 0 (sample number) [1m0x170e658] [Media: channel1] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss) [1m0x1702ed8] [Media: channel1] main input debug: Buffering 0% [1m0x7f9c8c001498] [Media: bg] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [1m0x7f9c8c001498] [Media: bg] main input debug: `file:///home/conv/vlc/black.png' gives access `file' demux `' path `/home/conv/vlc/black.png' [1m0x7f9c8c001498] [Media: bg] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/black.png' file='/home/conv/vlc/black.png' [1m0x1711818] [Media: bg] main demux debug: looking for access_demux module: 3 candidates [1m0x1711818] [Media: bg] main demux debug: no access_demux module matching "file" could be loaded [1m0x1711818] [Media: bg] main demux debug: TIMER module_need() : 0.149 ms - Total 0.149 ms / 1 intvls (Avg 0.149 ms) [1m0x7f9c8c001498] [Media: bg] main input debug: creating access 'file' location='/home/conv/vlc/black.png', path='/home/conv/vlc/black.png' [1m0x1702ed8] [Media: channel1] main input debug: switching to sync mode [1m0x17285d8] [Media: channel2] mp4 demux warning: CTTS table [1m0x1711818] [Media: bg] main access debug: looking for access module: 2 candidates [1m0x1711818] [Media: bg] filesystem access debug: opening file `/home/conv/vlc/black.png' [1m0x1711818] [Media: bg] main access debug: using access module "filesystem" [1m0x1711818] [Media: bg] main access debug: TIMER module_need() : 0.463 ms - Total 0.463 ms / 1 intvls (Avg 0.463 ms) [1m0x17029a8] main stream output debug: adding a new sout input (sout_input:0x1711960) [1m0x17aa208] stream_out_duplicate stream out debug: duplicated a new stream codec=mp4a (es=1 group=0) [1m0x17aa208] stream_out_duplicate stream out debug: - ignored for output 0 [1m0x7f9c8c006a78] stream_out_bridge stream out debug: bridging out input codec=mp4a id=1 pos=0 [1m0x17aa208] stream_out_duplicate stream out debug: - added for output 1 [1m0x1702ed8] [Media: channel1] main input debug: Buffering 0% [1m0x17125a8] [Media: bg] main stream debug: Using stream method for AStream* [1m0x17125a8] [Media: bg] main stream debug: starting pre-buffering [1m0x1702ed8] [Media: channel1] main input debug: Buffering 33% [1m0x17125a8] [Media: bg] main stream debug: received first data after 0 ms [1m0x17125a8] [Media: bg] main stream debug: pre-buffering done 325 bytes in 0s - 2267 KiB/s [1m0x1712af8] [Media: bg] main stream debug: looking for stream_filter module: 7 candidates [1m0x1712af8] [Media: bg] main stream debug: no stream_filter module matching "any" could be loaded [1m0x1712af8] [Media: bg] main stream debug: TIMER module_need() : 0.193 ms - Total 0.193 ms / 1 intvls (Avg 0.193 ms) [1m0x1702ed8] [Media: channel1] main input debug: Buffering 66% [1m0x17029a8] main stream output debug: adding a new sout input (sout_input:0x17976b0) [1m0x17aa208] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=0 group=0) [1m0x1702ed8] [Media: channel1] main input debug: Buffering 100% [1m0x7f9c8403b0c8] main generic debug: looking for decoder module: 29 candidates [1m0x1712af8] [Media: bg] main stream debug: looking for stream_filter module: 1 candidate [1m0x1712af8] [Media: bg] main stream debug: using stream_filter module "stream_filter_record" [1m0x1712af8] [Media: bg] main stream debug: TIMER module_need() : 0.432 ms - Total 0.432 ms / 1 intvls (Avg 0.432 ms) [1m0x7f9c8c001498] [Media: bg] main input debug: creating demux: access='file' demux='' location='/home/conv/vlc/black.png' file='/home/conv/vlc/black.png' [1m0x17285d8] [Media: channel2] mp4 demux debug: track[Id 0x1] read 1861 samples length:74s [1m0x1702ed8] [Media: channel1] main input debug: Stream buffering done (400 ms in 2 ms) [1m0x3112c88] [Media: bg] main demux debug: looking for demux module: 54 candidates [1m0x7f9c8c000d68] [Media: channel2] main input debug: selecting program id=0 [1m0x17285d8] [Media: channel2] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [1m0x17285d8] [Media: channel2] mp4 demux warning: elst box found [1m0x17285d8] [Media: channel2] mp4 demux debug: - [0] duration=74374ms media time=0ms) rate=1.0 [1m0x17285d8] [Media: channel2] mp4 demux debug: track[Id 0x2] read 1859 chunk [1m0x17285d8] [Media: channel2] mp4 demux debug: track[Id 0x2] read 3203 samples length:74s [1m0x17285d8] [Media: channel2] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef [1m0x17285d8] [Media: channel2] main demux debug: using demux module "mp4" [1m0x17285d8] [Media: channel2] main demux debug: TIMER module_need() : 18.446 ms - Total 18.446 ms / 1 intvls (Avg 18.446 ms) [1m0x7f9c8c000d68] [Media: channel2] main input debug: looking for a subtitle file in /home/conv/vlc [1m0x172c778] [Media: channel2] main decoder debug: looking for packetizer module: 21 candidates [1m0x172c778] [Media: channel2] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0) [1m0x172c778] [Media: channel2] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0) [1m0x172c778] [Media: channel2] packetizer_h264 decoder debug: avcC length size=4, sps=1, pps=1 [1m0x172c778] [Media: channel2] main decoder debug: using packetizer module "packetizer_h264" [1m0x172c778] [Media: channel2] main decoder debug: TIMER module_need() : 0.239 ms - Total 0.239 ms / 1 intvls (Avg 0.239 ms) [1m0x172d5d8] [Media: channel2] main decoder debug: looking for packetizer module: 21 candidates [1m0x172d5d8] [Media: channel2] packetizer_mpeg4audio decoder debug: running MPEG4 audio packetizer [1m0x172d5d8] [Media: channel2] packetizer_mpeg4audio decoder debug: AAC 44100Hz 1024 samples/frame [1m0x172d5d8] [Media: channel2] main decoder debug: using packetizer module "packetizer_mpeg4audio" [1m0x172d5d8] [Media: channel2] main decoder debug: TIMER module_need() : 0.297 ms - Total 0.297 ms / 1 intvls (Avg 0.297 ms) [1m0x7f9c8c000d68] [Media: channel2] main input debug: starting in async mode [1m0x3127c28] [Media: channel2] main demux meta debug: looking for meta reader module: 2 candidates [1m0x3127c28] [Media: channel2] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0x3127c28] [Media: channel2] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0x3127c28] [Media: channel2] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0x3127c28] [Media: channel2] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0x3127c28] [Media: channel2] main demux meta debug: no meta reader module matching "any" could be loaded [1m0x3127c28] [Media: channel2] main demux meta debug: TIMER module_need() : 4.019 ms - Total 4.019 ms / 1 intvls (Avg 4.019 ms) [1m0x7f9c8c000d68] [Media: channel2] main input debug: `file:///home/conv/vlc/25_video_lq.mp4' successfully opened [1m0x17285d8] [Media: channel2] mp4 demux debug: elst (0) gives 0ms (movie)-> 40ms (track) [1m0x17285d8] [Media: channel2] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [1m0x17285d8] [Media: channel2] mp4 demux debug: stts gives 1 --> 0 (sample number) [1m0x17285d8] [Media: channel2] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [1m0x17285d8] [Media: channel2] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss) [1m0x7f9c8c000d68] [Media: channel2] main input debug: Buffering 0% [1m0x7f9c8c000d68] [Media: channel2] main input debug: switching to sync mode [1m0x1709588] main stream output debug: adding a new sout input (sout_input:0x3127b30) [1m0x17aa788] stream_out_duplicate stream out debug: duplicated a new stream codec=h264 (es=0 group=0) [1m0x7f9c8c000d68] [Media: channel2] main input debug: Buffering 0% [1m0x3129ce8] main generic debug: looking for decoder module: 29 candidates [1m0x1709588] main stream output debug: adding a new sout input (sout_input:0x3134f70) [1m0x7f9c8c000d68] [Media: channel2] main input debug: Buffering 33% [1m0x7f9c8c000d68] [Media: channel2] main input debug: Buffering 66% [1m0x7f9c8c000d68] [Media: channel2] main input debug: Buffering 100% [1m0x7f9c8c000d68] [Media: channel2] main input debug: Stream buffering done (400 ms in 0 ms) [1m0x7f9c8403b0c8] avcodec generic debug: libavcodec initialized (interface 0x353d64) [1m0x3129ce8] avcodec generic debug: libavcodec already initialized [1m0x3129ce8] avcodec generic debug: trying to use direct rendering [1m0x3129ce8] avcodec generic debug: allowing 4 thread(s) for decoding [1m0x7f9c8403b0c8] avcodec generic debug: trying to use direct rendering [1m0x7f9c8403b0c8] avcodec generic debug: allowing 4 thread(s) for decoding [1m0x3129ce8] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [1m0x3129ce8] avcodec generic debug: using frame thread mode with 4 threads [1m0x3129ce8] main generic debug: using decoder module "avcodec" [1m0x3129ce8] main generic debug: TIMER module_need() : 9.327 ms - Total 9.327 ms / 1 intvls (Avg 9.327 ms) [1m0x7f9c8c001a28] stream_out_mosaic_bridge stream out debug: mosaic bridge id=2 pos=0 [1m0x7f9c8c001a28] stream_out_mosaic_bridge stream out debug: psz_chain: (null) [1m0x17aa788] stream_out_duplicate stream out debug: - added for output 0 [1m0x17aa788] stream_out_duplicate stream out debug: - ignored for output 1 [1m0x17aa788] stream_out_duplicate stream out debug: duplicated a new stream codec=mp4a (es=1 group=0) [1m0x17aa788] stream_out_duplicate stream out debug: - ignored for output 0 [1m0x170d548] stream_out_bridge stream out debug: bridging out input codec=mp4a id=2 pos=1 [1m0x17aa788] stream_out_duplicate stream out debug: - added for output 1 [1m0x7f9c8c000d68] [Media: channel2] main input debug: Decoder buffering done in 9 ms [1m0x7f9c8403b0c8] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [1m0x7f9c8403b0c8] avcodec generic debug: using frame thread mode with 4 threads [1m0x3129ce8] avcodec generic debug: using direct rendering [1m0x7f9c8403b0c8] main generic debug: using decoder module "avcodec" [1m0x7f9c8403b0c8] main generic debug: TIMER module_need() : 20.800 ms - Total 20.800 ms / 1 intvls (Avg 20.800 ms) [1m0x7f9c8c001718] stream_out_mosaic_bridge stream out debug: mosaic bridge id=1 pos=1 [1m0x7f9c8c001718] stream_out_mosaic_bridge stream out debug: psz_chain: (null) [1m0x17aa208] stream_out_duplicate stream out debug: - added for output 0 [1m0x17aa208] stream_out_duplicate stream out debug: - ignored for output 1 [1m0x1702ed8] [Media: channel1] main input debug: Decoder buffering done in 20 ms [1m0x7f9c8403b0c8] avcodec generic debug: using direct rendering [1m0x3112c88] [Media: bg] mod demux debug: MOD validation failed (ext=png) [1m0x7f9c8c16c558] main filter debug: looking for video filter2 module: 18 candidates [1m0x3112c88] [Media: bg] image demux debug: Detected image: PNG Image [1m0x7f9c8c16cf88] [Media: bg] main image decoder debug: looking for decoder module: 29 candidates [1m0x7f9c8c16cf88] [Media: bg] main image decoder debug: using decoder module "png" [1m0x7f9c8c16cf88] [Media: bg] main image decoder debug: TIMER module_need() : 0.812 ms - Total 0.812 ms / 1 intvls (Avg 0.812 ms) [1m0x7f9c8c16c558] swscale filter debug: 640x360 chroma: I420 -> 256x144 chroma: I420 with scaling using Bicubic (good quality) [1m0x7f9c8c16c558] main filter debug: using video filter2 module "swscale" [1m0x7f9c8c16c558] main filter debug: TIMER module_need() : 7.389 ms - Total 7.389 ms / 1 intvls (Avg 7.389 ms) [1m0x7f9c8c16cf88] [Media: bg] main image decoder debug: removing module "png" [1m0x7f9c8c001498] [Media: bg] main input debug: selecting program id=0 [1m0x3112c88] [Media: bg] main demux debug: using demux module "image" [1m0x3112c88] [Media: bg] main demux debug: TIMER module_need() : 59.559 ms - Total 59.559 ms / 1 intvls (Avg 59.559 ms) [1m0x7f9c8c001498] [Media: bg] main input debug: looking for a subtitle file in /home/conv/vlc [1m0x312ea68] [Media: bg] main decoder debug: looking for packetizer module: 21 candidates [1m0x312ea68] [Media: bg] main decoder debug: using packetizer module "rawvideo" [1m0x312ea68] [Media: bg] main decoder debug: TIMER module_need() : 0.641 ms - Total 0.641 ms / 1 intvls (Avg 0.641 ms) [1m0x7f9c8c001498] [Media: bg] main input debug: starting in async mode [1m0x312f618] [Media: bg] main demux meta debug: looking for meta reader module: 2 candidates [1m0x312f618] [Media: bg] lua demux meta debug: Trying Lua scripts in /home/conv/.local/share/vlc/lua/meta/reader [1m0x312f618] [Media: bg] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [1m0x312f618] [Media: bg] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [1m0x312f618] [Media: bg] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [1m0x312f618] [Media: bg] main demux meta debug: no meta reader module matching "any" could be loaded [1m0x312f618] [Media: bg] main demux meta debug: TIMER module_need() : 3.166 ms - Total 3.166 ms / 1 intvls (Avg 3.166 ms) [1m0x7f9c8c001498] [Media: bg] main input debug: `file:///home/conv/vlc/black.png' successfully opened [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 0% [1m0x7f9c8c001498] [Media: bg] main input debug: switching to sync mode [1m0x7f9c8c007378] main stream output debug: adding a new sout input (sout_input:0x46092d0) [1m0x170ab48] stream_out_transcode stream out debug: creating video transcoding from fcc=`RV24' to fcc=` ' [1m0x312f568] main generic debug: looking for decoder module: 29 candidates [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 13% [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 26% [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 40% [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 53% [1m0x7f9c841baf88] main filter debug: looking for video filter2 module: 18 candidates [1m0x7f9c841baf88] swscale filter debug: 1280x720 chroma: I420 -> 1280x720 chroma: I420 with scaling using Bicubic (good quality) [1m0x7f9c841baf88] main filter debug: using video filter2 module "swscale" [1m0x7f9c841baf88] main filter debug: TIMER module_need() : 0.680 ms - Total 0.680 ms / 1 intvls (Avg 0.680 ms) [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 66% [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 80% [1m0x7f9c8c001498] [Media: bg] main input debug: Buffering 93% [1m0x312f568] main generic debug: using decoder module "rawvideo" [1m0x312f568] main generic debug: TIMER module_need() : 55.724 ms - Total 55.724 ms / 1 intvls (Avg 55.724 ms) [1m0x4442668] main encoder debug: looking for encoder module: 1 candidate [1m0x7f9c8c001498] [Media: bg] main input debug: Stream buffering done (320 ms in 50 ms) [1m0x4442668] x264 encoder debug: version x264 0.122.X [1m0x4442668] main encoder debug: set config option: sout-x264-profile to baseline [1m0x4442668] x264 encoder debug: Limiting to baseline profile x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 x264 [info]: profile Constrained Baseline, level 3.1 [1m0x4442668] main encoder debug: using encoder module "x264" [1m0x4442668] main encoder debug: TIMER module_need() : 26.212 ms - Total 26.212 ms / 1 intvls (Avg 26.212 ms) [1m0x4442668] main encoder debug: removing module "x264" [1m0x4442668] x264 encoder debug: framecount still in libx264 buffer: 0 x264 [info]: final ratefactor: 23.28 [1m0x7f9c8c001498] [Media: bg] main input debug: Decoder buffering done in 27 ms [1m0x170ab48] stream_out_transcode stream out debug: late picture skipped (42432) [1m0x170ab48] stream_out_transcode stream out debug: late picture skipped (3570) [1m0x170ab48] stream_out_transcode stream out debug: decoder aspect is 1.777778:1 [1m0x170ab48] stream_out_transcode stream out debug: source pixel aspect is 1.000000:1 [1m0x170ab48] stream_out_transcode stream out debug: scaled pixel aspect is 1.000000:1 [1m0x170ab48] stream_out_transcode stream out debug: source 1280x720, destination 1280x720 [1m0x170ab48] stream_out_transcode stream out debug: encoder aspect is 1280:720 [1m0x314e748] main filter debug: looking for video filter2 module: 18 candidates [1m0x314e748] swscale filter debug: 1280x720 chroma: RV24 -> 1280x720 chroma: I420 with scaling using Bicubic (good quality) [1m0x314e748] main filter debug: using video filter2 module "swscale" [1m0x314e748] main filter debug: TIMER module_need() : 1.550 ms - Total 1.550 ms / 1 intvls (Avg 1.550 ms) [1m0x170ab48] main stream out debug: Filter 'Swscale' (0x314e748) appended to chain [1m0x170ab48] stream_out_transcode stream out debug: destination (after video filters) 1280x720 [1m0x4442668] main encoder debug: looking for encoder module: 1 candidate [1m0x4442668] x264 encoder debug: version x264 0.122.X [1m0x4442668] main encoder debug: set config option: sout-x264-profile to baseline [1m0x4442668] x264 encoder debug: Limiting to baseline profile x264 [info]: using SAR=1/1 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 x264 [info]: profile Constrained Baseline, level 3.1 [1m0x4442668] main encoder debug: using encoder module "x264" [1m0x4442668] main encoder debug: TIMER module_need() : 16.360 ms - Total 16.360 ms / 1 intvls (Avg 16.360 ms) [1m0x17ab748] main mux debug: adding a new input [1m0x17ab748] mux_mp4 mux debug: adding input [1m0x3104878] main filter debug: looking for sub source module: 1 candidate [1m0x3104878] main filter debug: set config option: mosaic-delay to 0 [1m0x3104878] mosaic filter debug: mosaic-offset: id 1, x=0, y=0 [1m0x3104878] mosaic filter debug: mosaic-offset: id 2, x=64, y=64 [1m0x3104878] main filter debug: using sub source module "mosaic" [1m0x3104878] main filter debug: TIMER module_need() : 1.953 ms - Total 1.953 ms / 1 intvls (Avg 1.953 ms) [1m0x7f9c8400add8] main subpicture debug: Filter 'mosaic' (0x3104878) appended to chain [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined [1m0x30fc178] main blend debug: looking for video blending module: 1 candidate [1m0x30fc178] main blend debug: using video blending module "blend" [1m0x30fc178] main blend debug: TIMER module_need() : 0.889 ms - Total 0.889 ms / 1 intvls (Avg 0.889 ms) [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined ... [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined [1m0x17ab748] main mux warning: late buffer for mux input (1561104) [1m0x17ab748] main mux debug: adding a new input [1m0x17ab748] mux_mp4 mux debug: adding input [1m0x17ac118] stream_out_bridge stream out debug: bridging in input codec=mp4a id=101 pos=0 [1m0x17ab748] main mux warning: late buffer for mux input (1780351) [1m0x17ab748] main mux debug: adding a new input [1m0x17ab748] mux_mp4 mux debug: adding input [1m0x17ac118] stream_out_bridge stream out debug: bridging in input codec=mp4a id=102 pos=1 [1m0x17ab748] main mux warning: late buffer for mux input (1782975) [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined [1m0x17ab748] main mux warning: late buffer for mux input (1550171) [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined ... [1m0x7f9c8400add8] main subpicture warning: original picture size is undefined [1m0x17ab748] main mux warning: late buffer for mux input (1421629) [1m0x1713fd8] [Media: channel1] main decoder debug: removing module "packetizer_h264" [1m0x1713fd8] [Media: channel1] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [1m0x17029a8] main stream output debug: removing a sout input (sout_input:0x17976b0) [1m0x7f9c8403b0c8] main generic debug: removing module "avcodec" [1m0x7f9c8403b0c8] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [1m0x7f9c841baf88] main filter debug: removing module "swscale" [1m0x173a3a8] [Media: channel1] main decoder debug: removing module "packetizer_mpeg4audio" [1m0x173a3a8] [Media: channel1] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [1m0x17029a8] main stream output debug: removing a sout input (sout_input:0x1711960) [1m0x170e658] [Media: channel1] main demux debug: removing module "mp4" [1m0x170e658] [Media: channel1] mp4 demux debug: freeing all memory [1m0x170e418] [Media: channel1] main stream debug: removing module "stream_filter_record" [1m0x17abdd8] [Media: channel1] main access debug: removing module "filesystem" [1m0x1702ed8] [Media: channel1] main input debug: Program doesn't contain anymore ES [1m0x1702ed8] [Media: channel1] main input debug: TIMER input launching for '25_content.mp4' : 20.152 ms - Total 20.152 ms / 1 intvls (Avg 20.152 ms) [1m0x17029a8] main stream output debug: destroying useless sout [1m0x17aa208] main stream out debug: destroying chain... (name=duplicate) [1m0x17aa208] main stream out debug: removing module "stream_out_duplicate" [1m0x17aa208] stream_out_duplicate stream out debug: closing a duplication [1m0x7f9c8c001718] main stream out debug: destroying chain... (name=mosaic-bridge) [1m0x7f9c8c001718] main stream out debug: removing module "stream_out_mosaic_bridge" [1m0x7f9c8c001718] main stream out debug: destroying chain done [1m0x7f9c8c006a78] main stream out debug: destroying chain... (name=bridge-out) [1m0x7f9c8c006a78] main stream out debug: removing module "stream_out_bridge" [1m0x7f9c8c006a78] main stream out debug: destroying chain done [1m0x17aa208] main stream out debug: destroying chain done [1m0x172c778] [Media: channel2] main decoder debug: removing module "packetizer_h264" [1m0x172c778] [Media: channel2] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [1m0x1709588] main stream output debug: removing a sout input (sout_input:0x3127b30) [1m0x3129ce8] main generic debug: removing module "avcodec" [1m0x3129ce8] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [1m0x7f9c8c16c558] main filter debug: removing module "swscale" [1m0x172d5d8] [Media: channel2] main decoder debug: removing module "packetizer_mpeg4audio" [1m0x172d5d8] [Media: channel2] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [1m0x1709588] main stream output debug: removing a sout input (sout_input:0x3134f70) [1m0x17285d8] [Media: channel2] main demux debug: removing module "mp4" [1m0x17285d8] [Media: channel2] mp4 demux debug: freeing all memory [1m0x17156b8] [Media: channel2] main stream debug: removing module "stream_filter_record" [1m0x17136e8] [Media: channel2] main access debug: removing module "filesystem" [1m0x7f9c8c000d68] [Media: channel2] main input debug: Program doesn't contain anymore ES [1m0x7f9c8c000d68] [Media: channel2] main input debug: TIMER input launching for '25_video_lq.mp4' : 31.541 ms - Total 31.541 ms / 1 intvls (Avg 31.541 ms) [1m0x1709588] main stream output debug: destroying useless sout [1m0x17aa788] main stream out debug: destroying chain... (name=duplicate) [1m0x17aa788] main stream out debug: removing module "stream_out_duplicate" [1m0x17aa788] stream_out_duplicate stream out debug: closing a duplication [1m0x7f9c8c001a28] main stream out debug: destroying chain... (name=mosaic-bridge) [1m0x7f9c8c001a28] main stream out debug: removing module "stream_out_mosaic_bridge" [1m0x7f9c8c001a28] main stream out debug: destroying chain done [1m0x170d548] main stream out debug: destroying chain... (name=bridge-out) [1m0x170d548] main stream out debug: removing module "stream_out_bridge" [1m0x170d548] main stream out debug: destroying chain done [1m0x17aa788] main stream out debug: destroying chain done [1m0x17ab748] main mux warning: late buffer for mux input (1408329) [1m0x17ab748] mux_mp4 mux debug: removing input [1m0x17ab748] mux_mp4 mux debug: removing input [1m0x17ab748] main mux warning: late buffer for mux input (1408365) [1m0x17ab748] main mux warning: late buffer for mux input (1408337) [1m0x17ab748] main mux warning: late buffer for mux input (1411752) [1m0x7f9c8c001498] [Media: bg] main input debug: EOF reached [1m0x312ea68] [Media: bg] main decoder debug: removing module "rawvideo" [1m0x312ea68] [Media: bg] main decoder debug: killing decoder fourcc `RV24', 0 PES in FIFO [1m0x7f9c8c007378] main stream output debug: removing a sout input (sout_input:0x46092d0) [1m0x17ab748] main mux warning: late buffer for mux input (2312204) [1m0x4442668] main encoder debug: TIMER encoding video frame : 0.000 ms - Total 1274.636 ms / 172 intvls (Avg 7.411 ms) [1m0x312f568] main generic debug: removing module "rawvideo" [1m0x4442668] main encoder debug: removing module "x264" [1m0x4442668] x264 encoder debug: framecount still in libx264 buffer: 0 x264 [info]: frame I:3 Avg QP:25.11 size: 84456 x264 [info]: frame P:122 Avg QP:30.58 size: 6580 x264 [info]: mb I I16..4: 47.7% 0.0% 52.3% x264 [info]: mb P I16..4: 9.0% 0.0% 0.9% P16..4: 29.2% 5.3% 1.3% 0.0% 0.0% skip:54.3% x264 [info]: final ratefactor: 28.64 x264 [info]: coded y,uvDC,uvAC intra: 15.3% 40.4% 9.7% inter: 6.7% 12.7% 0.3% x264 [info]: i16 v,h,dc,p: 45% 20% 15% 19% x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 13% 23% 10% 7% 7% 6% 8% 6% x264 [info]: i8c dc,h,v,p: 67% 15% 14% 4% x264 [info]: ref P L0: 86.4% 8.3% 5.3% x264 [info]: kb/s:1689.88 [1m0x170ab48] main stream out debug: Filter 0x314e748 removed from chain [1m0x314e748] main filter debug: removing module "swscale" [1m0x17ab748] mux_mp4 mux debug: removing input [1m0x17ab748] main mux warning: no more input streams for this mux [1m0x3112c88] [Media: bg] main demux debug: removing module "image" [1m0x1712af8] [Media: bg] main stream debug: removing module "stream_filter_record" [1m0x1711818] [Media: bg] main access debug: removing module "filesystem" [1m0x7f9c8c001498] [Media: bg] main input debug: Program doesn't contain anymore ES [1m0x7f9c8c001498] [Media: bg] main input debug: TIMER input launching for 'black.png' : 88.580 ms - Total 88.580 ms / 1 intvls (Avg 88.580 ms) [1m0x7f9c8c007378] main stream output debug: destroying useless sout [1m0x170ab48] main stream out debug: destroying chain... (name=transcode) [1m0x170ab48] main stream out debug: removing module "stream_out_transcode" [1m0x7f9c8400bc08] main spu text debug: removing module "freetype" [1m0x1729168] main scale debug: removing module "yuvp" [1m0x177d218] main scale debug: removing module "swscale" [1m0x7f9c8400add8] main subpicture debug: Filter 0x3104878 removed from chain [1m0x3104878] main filter debug: removing module "mosaic" [1m0x30fc178] main blend debug: removing module "blend" [1m0x170ab48] main stream out debug: destroying chain done [1m0x17ac118] main stream out debug: destroying chain... (name=bridge-in) [1m0x17ac118] main stream out debug: removing module "stream_out_bridge" [1m0x17ac118] main stream out debug: destroying chain done [1m0x7f9c84000ec8] main stream out debug: destroying chain... (name=standard) [1m0x7f9c84000ec8] main stream out debug: removing module "stream_out_standard" [1m0x17ab748] main mux debug: removing module "mux_mp4" [1m0x17ab748] mux_mp4 mux debug: Close [1m0x17ab748] mux_mp4 mux debug: movie duration 4s [1m0x17ab748] mux_mp4 mux debug: created 75 chunks (stco) [1m0x17ab748] mux_mp4 mux debug: created 137 chunks (stco) [1m0x17ab748] mux_mp4 mux debug: created 137 chunks (stco) [1m0x17135c8] main access out debug: removing module "access_output_file" [1m0x17135c8] access_output_file access out debug: file access output closed [1m0x7f9c84000ec8] main stream out debug: destroying chain done ^C[1m0x16d3108] main libvlc debug: deactivating the playlist [1m0x17992c8] main playlist debug: deactivating the playlist [1m0x1703408] main playlist export debug: saving Media Library to file /home/conv/.local/share/vlc/ml.xspf [1m0x1703408] main playlist export debug: looking for playlist export module: 1 candidate [1m0x1703408] main playlist export debug: using playlist export module "export" [1m0x1703408] main playlist export debug: TIMER module_need() : 0.539 ms - Total 0.539 ms / 1 intvls (Avg 0.539 ms) [1m0x1703408] main playlist export debug: removing module "export" [1m0x17992c8] main playlist debug: playlist correctly deactivated [1m0x16d3108] main libvlc debug: removing all services discovery tasks [1m0x16d3108] main libvlc debug: removing all interfaces [1m0x16d3108] main libvlc debug: exiting [1m0x17150b8] main interface debug: removing module "dummy" [1m0x16e94b8] main interface debug: removing module "hotkeys" [1m0x17992c8] main playlist debug: destroying [1m0x16d3108] main libvlc debug: TIMER ML Load : Total 15.940 ms / 1 intvls (Avg 15.940 ms) [1m0x16d3108] main libvlc debug: TIMER Items array build : Total 0.157 ms / 1 intvls (Avg 0.157 ms) [1m0x16d3108] main libvlc debug: TIMER ML Dump : Total 0.839 ms / 1 intvls (Avg 0.839 ms) [1m0x16d3108] main libvlc debug: removing stats [1m0x16d3108] main libvlc debug: removing module "memcpymmxext"

brunyalo
Blank Cone
Blank Cone
Posts: 19
Joined: 19 Mar 2012 13:33
Operating System: Linux

Re: Mosaic randomly producing good result

Postby brunyalo » 12 Jul 2012 14:16

Anything on this? Thank you very much. I use now revision 2.0.1-453-g40d9fef, but it seems the problem exists. 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:

Re: Mosaic randomly producing good result

Postby Jean-Baptiste Kempf » 17 Jul 2012 18:51

[1m0x7f9c8400add8] main subpicture warning: original picture size is undefined
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.

jroxas
New Cone
New Cone
Posts: 1
Joined: 02 Jul 2013 22:27

Re: Mosaic randomly producing good result

Postby jroxas » 02 Jul 2013 22:35

I have a similar issue with the Mosaic (I get the videos to play, but no audio comes out) using 2.0.7 on Windows 64.

Jean, you stated the issue is: main subpicture warning: original picture size is undefined

My question is how do you change/fix the issue? Is the issue in the background image/video file? If so, what needs to be defined in the vlm conf file?

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: Mosaic randomly producing good result

Postby Jean-Baptiste Kempf » 03 Jul 2013 16:15

You can force it.
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.

vcbb10
New Cone
New Cone
Posts: 1
Joined: 23 Apr 2015 15:53

Re: Mosaic randomly producing good result

Postby vcbb10 » 23 Apr 2015 15:56

Was a clear solution reached for how to determine which video is on top of the other video? I'm attempting to do the same, but, am also having the PIP video randomly display behind the main video.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 168 guests