Skip to content

Instantly share code, notes, and snippets.

@rdp
Created July 28, 2010 21:12
Show Gist options
  • Select an option

  • Save rdp/496321 to your computer and use it in GitHub Desktop.

Select an option

Save rdp/496321 to your computer and use it in GitHub Desktop.
vlc debug output for starting a screen capture
main debug: incoming request - stopping current input
main debug: dying input
main debug: control type=0
main debug: control: stopping input
main debug: dying input
main debug: thread times: real 0m30.196166s, kernel 0m0.015600s, user 0m0.093600s
main debug: removing module "rawvideo"
main debug: killing decoder fourcc `RV15', 0 PES in FIFO
main debug: removing a sout input (sout_input:03178ea0)
main debug: removing module "screen"
main debug: Program doesn't contain anymore ES
main debug: thread ended
main debug: dead input
main debug: thread times: real 0m30.215185s, kernel 0m3.073219s, user 0m0.592803s
qt4 debug: IM: Deleting the input
main debug: TIMER input launching for 'Streaming' : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms)
main debug: processing request item Streaming node Playlist skip 0
main debug: resyncing on Streaming
main debug: Streaming is at 2
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'Streaming'
main debug: thread started
main debug: thread (input) created at priority 1 (../.././src/input/input.c:214)
main debug: reusing sout
main debug: you probably want to use gather stream_out
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path 'C:\Users\packrd\AppData\Local\Temp'
main debug: `screen://' gives access `screen' demux `' path `'
main debug: creating demux: access='screen' demux='' path=''
main debug: looking for access_demux module: 1 candidate
screen debug: screen width: 1360, height: 768, depth: 16
main debug: selecting program id=0
main debug: using access_demux module "screen"
main debug: TIMER module_need() : 9.000 ms - Total 9.000 ms / 1 intvls (Avg 9.000 ms)
main debug: looking for packetizer module: 21 candidates
rawvideo warning: invalid frame rate 0/0, using 25 fps instead
main debug: using packetizer module "rawvideo"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: thread (decoder) created at priority 0 (../.././src/input/decoder.c:301)
main debug: thread started
main debug: starting in async mode
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in C:\Users\packrd\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.lua
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms)
main debug: `screen://' successfully opened
qt4 debug: IM: Setting an input
main debug: Buffering 0%
main debug: switching to sync mode
main debug: adding a new sout input (sout_input:03178fa8)
stream_out_transcode debug: creating video transcoding from fcc=`RV15' to fcc=`h264'
main debug: looking for decoder module: 34 candidates
rawvideo warning: invalid frame rate 0/0, using 25 fps instead
main debug: using decoder module "rawvideo"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: looking for encoder module: 12 candidates
x264 debug: version x264 0.97.X
x264 debug: initializing pthread-win32
main debug: using encoder module "x264"
main debug: TIMER module_need() : 35.000 ms - Total nan ms / 1 intvls (Avg nan ms)
x264 debug: framecount still in libx264 buffer: 0
main debug: Buffering 12%
x264 debug: pthread-win32 deinitialized
main debug: removing module "x264"
main debug: Buffering 25%
main debug: Buffering 38%
main debug: Buffering 51%
main debug: Buffering 64%
main debug: Buffering 76%
main debug: Buffering 89%
main debug: Stream buffering done (307 ms in 313 ms)
main debug: Decoder buffering done in 0 ms
stream_out_transcode debug: late picture skipped (42000)
stream_out_transcode debug: late picture skipped (5539)
stream_out_transcode debug: decoder aspect is 1.770833:1
stream_out_transcode debug: source pixel aspect is 1.000000:1
stream_out_transcode debug: scaled pixel aspect is 1.000000:1
stream_out_transcode debug: source 1360x768, destination 1360x768
stream_out_transcode debug: encoder aspect is 1360:768
main debug: looking for video filter2 module: 18 candidates
swscale debug: 1360x768 chroma: RV15 -> 1360x768 chroma: I420 with scaling using Bicubic (good quality)
main debug: using video filter2 module "swscale"
main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms)
main debug: Filter 'Swscale' (0d71606c) appended to chain
stream_out_transcode debug: destination (after video filters) 1360x768
main debug: looking for encoder module: 12 candidates
x264 debug: version x264 0.97.X
x264 debug: initializing pthread-win32
main debug: using encoder module "x264"
main debug: TIMER module_need() : 36.000 ms - Total nan ms / 1 intvls (Avg nan ms)
main error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
stream_out_transcode error: cannot add this stream
main debug: removing module "rawvideo"
x264 debug: framecount still in libx264 buffer: 0
x264 debug: pthread-win32 deinitialized
main debug: removing module "x264"
main debug: Filter 0d71606c removed from chain
main debug: removing module "swscale"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment