I am not expecting VLC to know when any video it plays was recorded. But whenVLC cannot know when the stream was recorded.
I have just found out how to use VLC's marquee filter. There are some formats available and it also displays actual date and running time.Is the VLC's marquee video filter able to display a running time?
?Is it possible to use it in extension script?
I thought "eureka!" when I found a drop-down in there offering me a choice of text renderer fonts including Bookman OS, but it doesn't change the OSD font.As for the font "Bookman old style", it is possible to set a custom font for subtitles and related OSD text:
Tools > Preferences > (Show settings - All) > +Video > +Subtitles / OSD > -Text renderer: Font []
I think it is a good feature request to put the missing stuff from Text renderer to Marquee and vice versa (Font, Free custom position XY/alignment, ...). They could contain the same settings but should stay independent from each other.
Thank you, Nkoriyama. Firefox didn't want me to view that link*, but when I overrode the warning I still didn't understand what I found. I wonder if my personal assistant will have a go for me If not, that's perfectly understandable.soverlay doesn't help?
https://forum.videolan.org/search.php?s ... s=soverlay
Code: Select all
vlc.exe --longhelp --advanced --help-verbose
In my previous post I have meant from VLC menu: "Media > Stream..." instead of "Menu > Stream...". I tried to stream local video file with transcoding and embeding subtitles into video. It works but my old computer is already too slow for this. This is a command line shown in the last step of streaming configuration process there:Use the command line
TODO: completely outdated
All standard operations of VLC should be available from the GUI. However, some complex operations can only be done from the command line and there are situations in which you don't need or want a GUI. Here is the complete description of VLC's command line and how to use it.
You need to be quite comfortable with command line usage to use this.
Note: Windows users have to use the --option-name="value" syntax instead of the --option-name value syntax.
Code: Select all
:sout=#transcode{vcodec=mp4v,vb=500,scale=1,scodec=dvbs,soverlay}:duplicate{dst=file{dst=C:\\\\films\\\\test.avi},dst=display} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
Code: Select all
http://veetle.com/index.php/article/view/marquee
Code: Select all
set SOURCE="mms://wms.carnyxlive.co.uk/abernethy"
set DESTINATION='C:\videos\video.wmv'
"C:\Program Files\VLC\vlc.exe" %SOURCE% --sout="#transcode{vcodec=WMV3,vb=300,scale=1,acodec=none,soverlay,sfilter=marq}:duplicate{dst=file{dst=%DESTINATION%},dst=display}"
An answer to that from the developers would have let us know where we start from (or it would have let you know, and I'd have had my curiosity/frustration allayed).... VLC does not embed OSD text in video records and I really do not know whether it is a bug or it is not meant to record also OSD text at all.
But there will be. I've been practising on those owls in preparation for the return of our Scottish osprey couple from Africa - and the female arrived on the nest Wednesday 5pm - unexpectedly early. So the "management team" haven't got the cam and mike sorted out, the PQ was never very good but it's awful now, and there's no sound yet. I'm using Debut to screen-capture http://www.carnyx.tv/CarnyxWild/Wildlif ... tland.aspx until VLC is sorted.The downstreamed video... there is no audio track at all.
Am confused to see .wmv after ... because VLC records in .asf, but I know there will be an explanation.You should edit paths in the script - DESTINATION and a path to your vlc.exe
ASF is a container. Then just rename *.wmv file extension to *.asf if you like it, but *.wmv name is really more common for wmv/wma stuff these days.Microsoft recommends that ASF files containing non-Windows Media codecs use the generic .ASF file extension.
Code: Select all
* Windows (all users): "%ProgramFiles%\VideoLAN\VLC\vlc.exe"
* Windows (current user): "%APPDATA%\VLC\vlc.exe"
Code: Select all
,soverlay,sfilter=marq
Code: Select all
,soverlay,sfilter=marq,vfilter=croppadd{paddbottom=24}
Just connected to osprey nest via Media>OpenNetworkStream:Unfortunately VLC2 does not show video of WMV/ASF stream, but it plays the stream because I can see the time is running in the player and it is also recording it because it creates output files. I can watch the video of the same stream in VLC1, so definitely there is a WMV/ASF bug in VLC2. I am on Windows XP and use Win32 version of VLC.
And what about you? Can you see video (from VLC2 menu: Media > Open Network Stream...) on your Windows 7 64-bit?
I am still unable to use VLC for my project - on re-reading this thread I wondered if there was any mileage in the above statement, could it be clarified? I "obviously need to apply the marquee filter" before WHAT encoding? VLC is recording an mms stream and plays back as asf. I don't encode anything. I just need it to pick up the date/time from my PC at the time of the recording and embed it so that it displays when played back.The marquee filter does that. You obviously need to apply it BEFORE the encoding.
Return to “General VLC media player Troubleshooting”
Users browsing this forum: No registered users and 77 guests