How to add system time to VLC toolbar?
I am using VLC Media Player to run video and audio file. I want to know whether it's possible to add the current system time to the toolbar of VLC Player. It would be easier to check the system time without escaping from the full screen mode.
vlc-media-player fullscreen
add a comment |
I am using VLC Media Player to run video and audio file. I want to know whether it's possible to add the current system time to the toolbar of VLC Player. It would be easier to check the system time without escaping from the full screen mode.
vlc-media-player fullscreen
add a comment |
I am using VLC Media Player to run video and audio file. I want to know whether it's possible to add the current system time to the toolbar of VLC Player. It would be easier to check the system time without escaping from the full screen mode.
vlc-media-player fullscreen
I am using VLC Media Player to run video and audio file. I want to know whether it's possible to add the current system time to the toolbar of VLC Player. It would be easier to check the system time without escaping from the full screen mode.
vlc-media-player fullscreen
vlc-media-player fullscreen
edited Dec 25 '13 at 16:15
Jawa
3,14982435
3,14982435
asked Dec 25 '13 at 15:54
newb
613
613
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I dont know how to add time details in tool bar of vlc media player. But we can add time and date as a marquee. There are two ways to do this one is using command line and the other by manually changing the settings
1. Command line
vlc.exe --sub-filter=marq{marquee=$T/$D" Volume:"$V,size=-2,color=16776960}:marq{marquee=Time:%H:%M:%S" Date:"%d/%m/%Y,color=16776960,size=-2,position=6}
Open CMD (command prompt) and then go to the directory in which vlc is installed and enter the above code
2. Manual
*VLC 2.1.2
- Go to Tools > Preference
- Change Show settings from Simple to All
- Uncheck the only show current option
- Type in the search box marquee
- Select Subtitles/OSD from the list
- Check the box marquee display found in overlays
- Select from the list ;subsection Marquee which is in Subtitles/OSD
- In the Text box type Time:%H:%M:%S for time and Date:"%d/%m/%Y for current date
- Tweak the marquee properites in marquee display according to your convinence
- Save the preference and then run a new video
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f692959%2fhow-to-add-system-time-to-vlc-toolbar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I dont know how to add time details in tool bar of vlc media player. But we can add time and date as a marquee. There are two ways to do this one is using command line and the other by manually changing the settings
1. Command line
vlc.exe --sub-filter=marq{marquee=$T/$D" Volume:"$V,size=-2,color=16776960}:marq{marquee=Time:%H:%M:%S" Date:"%d/%m/%Y,color=16776960,size=-2,position=6}
Open CMD (command prompt) and then go to the directory in which vlc is installed and enter the above code
2. Manual
*VLC 2.1.2
- Go to Tools > Preference
- Change Show settings from Simple to All
- Uncheck the only show current option
- Type in the search box marquee
- Select Subtitles/OSD from the list
- Check the box marquee display found in overlays
- Select from the list ;subsection Marquee which is in Subtitles/OSD
- In the Text box type Time:%H:%M:%S for time and Date:"%d/%m/%Y for current date
- Tweak the marquee properites in marquee display according to your convinence
- Save the preference and then run a new video
add a comment |
I dont know how to add time details in tool bar of vlc media player. But we can add time and date as a marquee. There are two ways to do this one is using command line and the other by manually changing the settings
1. Command line
vlc.exe --sub-filter=marq{marquee=$T/$D" Volume:"$V,size=-2,color=16776960}:marq{marquee=Time:%H:%M:%S" Date:"%d/%m/%Y,color=16776960,size=-2,position=6}
Open CMD (command prompt) and then go to the directory in which vlc is installed and enter the above code
2. Manual
*VLC 2.1.2
- Go to Tools > Preference
- Change Show settings from Simple to All
- Uncheck the only show current option
- Type in the search box marquee
- Select Subtitles/OSD from the list
- Check the box marquee display found in overlays
- Select from the list ;subsection Marquee which is in Subtitles/OSD
- In the Text box type Time:%H:%M:%S for time and Date:"%d/%m/%Y for current date
- Tweak the marquee properites in marquee display according to your convinence
- Save the preference and then run a new video
add a comment |
I dont know how to add time details in tool bar of vlc media player. But we can add time and date as a marquee. There are two ways to do this one is using command line and the other by manually changing the settings
1. Command line
vlc.exe --sub-filter=marq{marquee=$T/$D" Volume:"$V,size=-2,color=16776960}:marq{marquee=Time:%H:%M:%S" Date:"%d/%m/%Y,color=16776960,size=-2,position=6}
Open CMD (command prompt) and then go to the directory in which vlc is installed and enter the above code
2. Manual
*VLC 2.1.2
- Go to Tools > Preference
- Change Show settings from Simple to All
- Uncheck the only show current option
- Type in the search box marquee
- Select Subtitles/OSD from the list
- Check the box marquee display found in overlays
- Select from the list ;subsection Marquee which is in Subtitles/OSD
- In the Text box type Time:%H:%M:%S for time and Date:"%d/%m/%Y for current date
- Tweak the marquee properites in marquee display according to your convinence
- Save the preference and then run a new video
I dont know how to add time details in tool bar of vlc media player. But we can add time and date as a marquee. There are two ways to do this one is using command line and the other by manually changing the settings
1. Command line
vlc.exe --sub-filter=marq{marquee=$T/$D" Volume:"$V,size=-2,color=16776960}:marq{marquee=Time:%H:%M:%S" Date:"%d/%m/%Y,color=16776960,size=-2,position=6}
Open CMD (command prompt) and then go to the directory in which vlc is installed and enter the above code
2. Manual
*VLC 2.1.2
- Go to Tools > Preference
- Change Show settings from Simple to All
- Uncheck the only show current option
- Type in the search box marquee
- Select Subtitles/OSD from the list
- Check the box marquee display found in overlays
- Select from the list ;subsection Marquee which is in Subtitles/OSD
- In the Text box type Time:%H:%M:%S for time and Date:"%d/%m/%Y for current date
- Tweak the marquee properites in marquee display according to your convinence
- Save the preference and then run a new video
edited Mar 2 '14 at 12:55
answered Mar 2 '14 at 9:13
Eka
1287
1287
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f692959%2fhow-to-add-system-time-to-vlc-toolbar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown