Page 1 of 1

On screen Timer Duration

Posted: 12 Jan 2013 11:41
by ashepiro
Is there a Way to Enable a on the screen (Not the Timer in the Player itself, but the on the Video Area itself, Timer Duration of Video/Audio files on the VLC Player

Ive tried using FFshow and It doesnt Work.

Re: On screen Timer Duration

Posted: 12 Jan 2013 15:35
by MLM
Hi ashepiro,

Try this:

Code: Select all

vlc.exe --sub-filter=marq{marquee=\$T} somevideo.avi
More info here: Documentation:Modules/marq
Hope this help.

SAlut, Michel.

Re: On screen Timer Duration

Posted: 12 Jan 2013 23:39
by ashepiro
Umm ok..., What do I do with that code??? Where Do I put it??

Re: On screen Timer Duration

Posted: 13 Jan 2013 14:14
by MLM
Hi ashepiro,
Umm ok..., What do I do with that code??? Where Do I put it??
This is for using VLC from command line... This way you can access to all the options... It is more powerful than using the GUI but less easy (learning curve).

But you also can add the time from the GUI (with less options like offset, colour...):
-Open Tools menu and go to effects and filters or by short key Ctrl+E
-Go to tab Video Effect
-Go to tab Overlay
-Select Add text and inside text box, write $T
-Select the position of your choice

That's it... VLC is great, isn't it?

Hope this help.