marq does not display vlc 2.2.0

About encoding, codec settings, muxers and filter usage
BloodZeed
Blank Cone
Blank Cone
Posts: 79
Joined: 28 Dec 2011 16:54

marq does not display vlc 2.2.0

Postby BloodZeed » 04 Oct 2013 15:06

can anyone help me getting this to display when transcoding already have the text listed under the gui

:sout=#transcode{vcodec=h264,vb=1600,soverlay,subfilter=marq,width=1280,height=720,acodec=mp3,ab=80,channels=2,samplerate=44100}:http{mux=ts,dst=:1234/} :sout-keep
soverlay,subsource=marq
is the one i did use

also this one worked fine in 2.0.8
soverlay,sfilter=marq

also
main debug: Streaming is at 0
main debug: creating new input thread
main debug: Creating an input for 'Streaming'
main debug: using sout chain=`transcode{vcodec=h264,vb=1600,width=1280,height=720,acodec=mp3,ab=80,channels=2,samplerate=44100}:http{mux=ts,dst=:1234/}'
main debug: stream=`http'

:sout=#transcode{vcodec=h264,vb=1600,soverlay,sub-source=marq,width=1280,height=720,acodec=mp3,ab=80,channels=2,samplerate=44100}:http{mux=ts,dst=:1234/} :sout-keep i put this chan in but when checking the debug long chan is main debug: using sout chain=`transcode{vcodec=h264,vb=1600,width=1280,height=720,acodec=mp3,ab=80,channels=2,samplerate=44100}:http{mux=ts,dst=:1234/}' seems to ignore what i put in manual

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: marq does not display vlc 2.2.0

Postby Jean-Baptiste Kempf » 07 Oct 2013 18:40

Yes, the GUI was broken in 2.1.0. Use 2.1.1 or the very latest nightly build (aka from tomorrow)
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.

deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

Re: marq does not display vlc 2.2.0

Postby deemytch » 08 Oct 2013 21:55

Hi, I also found that about marquee:

Some combinations with soverlay and sub-filter in command-line did his job, only if I enable qt interface and then switch that effect by mouse in menu.
But that is not what I want. I tryied a lot of variants like that and so on, I ve placed it before parameters, after, inside, used sub-source, sub-filter etc.

'#transcode{vcodec=x264,vb=800(..skip..)venc=x264{profile=baseline,preset=ultrafast(..skip...)},sub-filter="marq{marquee=Architecture,color=8388608,size=5,x=10,y=10,position=1}":standard{access=http,mux=ts,dst=:5005/link.mp4,http-host=ip.local}'

Jean-Baptiste wrote that GUI is broken. What about command-line, or rc-interface?
Which are right paramethers for rendering some text on top of a recoded video?
Thank anybody in advance.

rohuezo
Blank Cone
Blank Cone
Posts: 29
Joined: 18 Jul 2013 08:50
VLC version: 2.0.8 Win/2.2.2 Mac
Operating System: Windows / Mac OS X
Location: Fürth, Germany

Re: marq does not display vlc 2.2.0

Postby rohuezo » 14 Jan 2014 13:51

Hi,

this command line works for me on my system Windows 7 64-bit VLC Media Player 2.0.5:

Code: Select all

"%VLC%" screen:// -I rc --rc-quiet --rc-host=127.0.0.1:81 -Vdummy --novideo --file-logging --logmode=html --log-verbose=2 --logfile=C:\\Temp\\log.html --logo-file=File:///C:/Temp/logo1.png,5000,128;File:///C:/Temp/logo2.png,5000,128 --logo-position=10 --logo-repeat=-1 --marq-marquee="Copyright (c) 2014 rohuezo" --marq-position=9 --marq-size=32 --marq-timeout=0 --marq-opacity=128 --marq-refresh=1500 :screen-fps=25.000000 :screen-left=0 :screen-top=0 :screen-width=1920 :screen-height=1080 :screen-mouse-image=File:///C:/temp/mouse.png :sout=#transcode{vcodec=h264,vb=800,fps=25,acodec=none,soverlay,sfilter=logo:marq}:file{dst=C:\\Temp\\out.mp4}
Where %VLC% is the path to the vlc.exe. To stop this recording you have to telnet to 127.0.0.1:81 and type quit.

If I use the libvlc to do this it does not work...

I will try the same with a newer version of VLC Media Player...

Update (15. January 2014):

Here is the command line that works with VLC version 2.1.2. I had to change the logo file path format and the mouse file path format.

Code: Select all

"%VLC%" screen:// -I rc --rc-quiet --rc-host=127.0.0.1:81 -Vdummy --novideo --file-logging --logmode=text --log-verbose=2 --logfile=C:\\Temp\\log.txt --logo-file=C:\\Temp\\Siemens.png,5000,128;C:\\Temp\\dg.png,5000,128 --logo-position=10 --logo-repeat=-1 --marq-marquee="Copyright (c) 2014 develop group" --marq-position=9 --marq-size=32 --marq-timeout=0 --marq-opacity=128 :screen-fps=25.000000 :screen-left=0 :screen-top=0 :screen-width=1920 :screen-height=1080 :screen-mouse-image=C:\\Temp\\mouse.png :sout=#transcode{vcodec=h264,vb=800,fps=25,acodec=none,soverlay,sfilter=logo:marq}:file{dst=C:\\Temp\\out.mp4}
The Night Build http://nightlies.videolan.org/build/win64/last/ crashes when I call the command line from above. It also crashes if I try to start screen recording using the GUI. Here is the log file:

Code: Select all

-- logger module started -- core debug: VLC media player - 2.2.0-git-20140115-0402 Weatherwax core debug: Copyright © 1996-2014 the VideoLAN team core debug: revision 2.1.0-git-1906-g86cf839 core debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-x264' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--disable-sdl' '--enable-qt' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-nls' '--disable-dirac' '--host=x86_64-w64-mingw32' '--enable-debug' '--disable-chromaprint' '--disable-gnutls' 'host_alias=x86_64-w64-mingw32' core debug: using interface module "logger" core debug: adding item `screen://' ( screen:// ) core debug: meta ok for (null), need to fetch art core debug: lookincg for oreinterface mdebugodul:e ma tchinlg o"okhotkeys,noinneg ": fo32r c anmeta fetdidatescher m odule matching "any": 2 candidates core debug: using interface module "hotkeys" lua debug: Trying Lua scripts in C:\Users\uawesw9j\AppData\Roacmorieng\vlc\lua \meta\fetcdherebug : looking for luainterface module mdaebugtc:h ing "Trglobalhotkyeys,nonein":g L32ua candi scripts idn atL:\Office\eSoftware\VsLC\vlc-2.2 .0-git-20140115-0402\lua\meta\fetcher lua debug: Trying Lua playlist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\fetcher\tvrage.luac core debug: using meta fetcher module "lua" core debug: removing module "lua" core debug: searching art for screen:// core debug: looking for art finder module matching "any": 4 candidates core debug: using interface module "win32" core debug: lluooking for interface am odudele bumatchigng :" rc": T32 caryndiing Lua scriptsd aitesn C:\Users\uawesw9j\AppData\Roaming\vlc\lua\meta\art luoal debugdrc: debug : Tryibaseng Lua scr:ipts in L:\Office\1Software\V2LC\vlc-2.27.0-git-201.40115-04020\lua\meta\.art0.1 , port: 81 core debug: net: listening to 127l.ua0.0.1 port debug81: Trying Lua playlist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\art\00_musicbrainz.luac lua debug: Trying Lua playlist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\art\01_googleimage.luac lua debug: Trying Lua playlist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\art\02_frenchtv.luac core debug: using interface module "oldrc" core debug: processing request item: null, node: Playlist, skip: 0 core debug: rebuilding array of current - root Playlist core debug: luarebu debugil:d don e -T rying Lua1 playlisit script L:\tOeffice\Softmware\VLC\vslc-2.2.0-g,it-20140115-0402\lua\meta\art\03_lastfm.luac index -1 core debug: starting playback of the new playlist item core debug: resyncing on screen:// core debug: screen:// is at 0 core debug: creating new input thread core debug: Creating an input for 'screen://' lua debug: Trying Lua scripcotres in debugC:\Users\u:a wesw9j\AppDatau\sRoaming\vlic\lua\metan\artg sout cha in=`transcode{vcodec=h264l,vb=800,fpus=25,acaodec=no debugne,soverla:y,sfilter= logo:marq}:fTile{dst=C:r\\Tying Lua scermp\\out.mpi4}pts' in L:\Office\Software\VLC\vlcc-or2e. d2e.0-gitbu-20140115-04g0:2\l ua\mseta\arttr eam=`file' core debug: lualo debug:o kingTr ying Lua plafyolist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\art\00_musicbrainz.luac r sout stream module matching "file": 40 candidates core debug: set config option: sout-standard-dst to C:\Temp\out.mp4 core debug: looking for sout access modulel mautchain gdebug ": fileTry":ing Lua playlist script L1:6\ Ocffice\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\art\01_googleimage.luaca ndidates access_output_file debug: file access output opened l(uaC: debug\Temp\out.:m p4)Tryin g Lua cpolaylreist debug: script usL:\Officei\ng Software\VsLC\vlc-2.2o.0-git-201u4t 0115-0402\alua\meta\acrt\02_frencchtvess.luac mo dule "access_output_file" core debug: looking for sout mux module matching "mp4": 20 candidates mux_mp4 debug: Mp4 muxer opened core debug: using sout mux module "mux_mp4" stream_out_standard debug: usinlg `uafile debug/: mp4://TC:\Temp\ourtying.mp4' Lu a plcoreay debug: listus scripting L:\Office\sSout streaomftware\VLC \module "vstream_outl_standard"c -2.2.0-git-201c40115-0402o\lua\mereta\art debug: \03_lastfm.lsuactrea m=`transcode' core debug: looking for sout stream module matching "transcode": 40 candidates core debug: set config option: sout-transcode-vcodec tcoore debugh264: no art finder cmoreo duleds matchede bug: coreset confi g odebugp: tion: artsout-trans code-vb ton ot 800fo und for coscreen:// re debug: set config option: sout-transcode-fps to 25 core debug: set config option: sout-transcode-acodec to none core debug: set config option: sout-transcode-soverlay to (null) core debug: set config option: sout-transcode-sfilter to logo:marq stream_out_transcode debug: Checking codec mapping for none got none stream_out_transcode debug: codec audio=none 0Hz 0 channels 96Kb/s stream_out_transcode debug: codec video=h264 0x0 scaling: 0.000000 800kb/s core debug: looking for text renderer module matching "any": 4 candidates freetype debug: Using Arial as font from file C:\WINDOWS\Fonts\arial.ttf freetype debug: Using Courier New as mono-font from file C:\WINDOWS\Fonts\cour.ttf freetype debug: using fontsize: 2 core debug: using text renderer module "freetype" core debug: looking for video filter2 module matching "any": 116 candidates swscale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality) core debug: using video filter2 module "swscale" core debug: looking for video filter2 module matching "any": 116 candidates yuvp debug: YUVP to YUVA converter core debug: using video filter2 module "yuvp" core debug: using sout stream module "stream_out_transcode" core debug: using timeshift granularity of 50 MiB, in path 'C:\Users\uawesw9j\AppData\Local\Temp' core debug: `screen://' gives access `screen' demux `' path `' core debug: creating demux: access='screen' demux='' location='' file='(null)' core debug: looking for access_demux module matching "screen": 24 candidates screen debug: capturing subscreen top: 0, left: 0, width: 1920, height: 1080 screen debug: screen width: 1920, height: 1080, depth: 32 screen debug: Using file:///C://Temp//mouse.png for the mouse pointer image core debug: creating access 'file' location='/C://Temp//mouse.png', path='C:\\Temp\\mouse.png' core debug: looking for access module matching "file": 38 candidates filesystem debug: opening file `C:\\Temp\\mouse.png' core debug: using access module "filesystem" core debug: Using stream method for AStream* core debug: starting pre-buffering core debug: received first data after 0 ms core debug: pre-buffering done 951 bytes in 0s - 928710 KiB/s core debug: removing module "filesystem" core debug: looking for decoder module matching "any": 82 candidates core debug: using decoder module "png" core debug: removing module "png" core debug: selecting program id=0 core debug: using access_demux module "screen" core debug: looking for packetizer module matching "any": 42 candidates rawvideo warning: invalid frame rate 0/0, using 25 fps instead core debug: using packetizer module "rawvideo" core debug: starting in sync mode core debug: looking for meta reader module matching "any": 4 candidates lua debug: Trying Lua scripts in C:\Users\uawesw9j\AppData\Roaming\vlc\lua\meta\reader lua debug: Trying Lua scripts in L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\reader lua debug: Trying Lua playlist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\reader\filename.luac lua debug: Trying Lua scripts in C:\Users\uawesw9j\AppData\Roaming\vlc\lua\meta\reader lua debug: Trying Lua scripts in L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\reader lua debug: Trying Lua playlist script L:\Office\Software\VLC\vlc-2.2.0-git-20140115-0402\lua\meta\reader\filename.luac core debug: no meta reader modules matched core debug: `screen://' successfully opened core debug: looking for video blending module matching "any": 2 candidates core debug: using video blending module "blend" core debug: Buffering 0% core debug: switching to async mode core debug: adding a new sout input (sout_input:0000000002280560) stream_out_transcode debug: creating video transcoding from fcc=`RV32' to fcc=`h264' core debug: looking for decoder module matching "any": 82 candidates rawvideo warning: invalid frame rate 0/0, using 25 fps instead core debug: using decoder module "rawvideo" core debug: looking for encoder module matching "any": 36 candidates x264 debug: version x264 0.140.X x264: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX x264: profile High, level 4.0 core debug: using encoder module "x264" core debug: removing module "x264" x264 debug: framecount still in libx264 buffer: 0 x264: final ratefactor: 33.83 core debug: Buffering 13% core debug: Buffering 26% core debug: Buffering 40% core debug: Buffering 53% core debug: Buffering 66% core debug: Buffering 80% core debug: Buffering 93% core debug: Stream buffering done (320 ms in 323 ms) core debug: Decoder wait done in 0 ms stream_out_transcode debug: decoder aspect is 1.777778: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 1920x1080, destination 1920x1080 stream_out_transcode debug: source fps 0/0, destination 25/1
--
Roberto Huezo, M.A.
Computational Linguist
Software Developer


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 15 guests