Click here to Skip to main content
15,889,116 members
Home / Discussions / - Uncategorised posts -
   

- Uncategorised posts -

Please don't post in this forum. If you've posted in this forum it's because you've selected the first forum on the list without thinking through which forum would be best. All messages in this forum are periodically removed.

 
AnswerRe: Tracking System Pin
Sergey Alexandrovich Kryukov9-Mar-15 11:44
mvaSergey Alexandrovich Kryukov9-Mar-15 11:44 
AnswerRe: Tracking System Pin
ZurdoDev11-Mar-15 9:48
professionalZurdoDev11-Mar-15 9:48 
QuestionPrivate messages Pin
Cornelius Henning7-Mar-15 3:45
professionalCornelius Henning7-Mar-15 3:45 
AnswerRe: Private messages Pin
Peter Leow7-Mar-15 4:34
professionalPeter Leow7-Mar-15 4:34 
GeneralRe: Private messages Pin
Pete O'Hanlon7-Mar-15 4:41
mvePete O'Hanlon7-Mar-15 4:41 
GeneralRe: Private messages Pin
Cornelius Henning7-Mar-15 5:23
professionalCornelius Henning7-Mar-15 5:23 
GeneralRe: Private messages Pin
Cornelius Henning7-Mar-15 5:06
professionalCornelius Henning7-Mar-15 5:06 
QuestionHow to add time in video using Ffmpeg. Pin
AmbiguousName2-Mar-15 3:44
AmbiguousName2-Mar-15 3:44 
Hello there. I have tried a number of options to convert a RAW mp4 file into mp4 file and showing the timestamp in it. These options are given as under
//////////////////////// FIRST METHOD
//
// Option timestamp cannot be applied to input file. You are trying to apply input option to output file or vice versa. 

cmd>> ffmpeg.exe -timestamp now -copyts -i input_file_name.mp4 -f mp4 -vcodec copy ouput_file_name.mp4

//////////////////////// SECOND METHOD
//
//  A number of parameters were tried with the 'drawtext' argument. But in vein.
//  font file copied in the directry. 
//  A number of variations applied to "TEXT" argument of "DRAWTEXT". Such as "timecode='09\:57\:00\:00': r=25", ORRR "text='\%T'"

cmd>> ffmpeg.exe -i input_file_name.mp4 -f mp4 -vf "drawtext=fontfile=arial.ttf:text=%{localtime}" -vcodec copy ouput_file_name.mp4

But I am unable to draw timestamp (local time of computer of video seek time) on the video. How could I do that??? Thanks for any pointer.

This world is going to explode due to international politics, SOON.

QuestionASP.NET Pin
aswadmanap26-Feb-15 15:46
aswadmanap26-Feb-15 15:46 
AnswerRe: ASP.NET Pin
ZurdoDev26-Feb-15 16:22
professionalZurdoDev26-Feb-15 16:22 
AnswerRe: ASP.NET Pin
Richard MacCutchan26-Feb-15 21:23
mveRichard MacCutchan26-Feb-15 21:23 
QuestionI had a question in my mind Pin
Afzaal Ahmad Zeeshan26-Feb-15 9:11
professionalAfzaal Ahmad Zeeshan26-Feb-15 9:11 
AnswerRe: I had a question in my mind Pin
Pete O'Hanlon26-Feb-15 10:04
mvePete O'Hanlon26-Feb-15 10:04 
GeneralRe: I had a question in my mind Pin
Afzaal Ahmad Zeeshan26-Feb-15 10:38
professionalAfzaal Ahmad Zeeshan26-Feb-15 10:38 
GeneralRe: I had a question in my mind Pin
Gonzoox5-Mar-15 3:09
Gonzoox5-Mar-15 3:09 
GeneralRe: I had a question in my mind Pin
Member 1153195817-Mar-15 1:25
Member 1153195817-Mar-15 1:25 
QuestionI need some direction how to decode compiler parameters passed by txt file Pin
Vaclav_13-Feb-15 6:20
Vaclav_13-Feb-15 6:20 
QuestionOF need DOS / CMD reminder Pin
Vaclav_11-Feb-15 6:56
Vaclav_11-Feb-15 6:56 
AnswerRe: OF need DOS / CMD reminder Pin
Richard Deeming11-Feb-15 7:13
mveRichard Deeming11-Feb-15 7:13 
GeneralSOLVED Re: OF need DOS / CMD reminder Pin
Vaclav_11-Feb-15 7:17
Vaclav_11-Feb-15 7:17 
QuestionHow is this possible? Application cannot connect to detected COM port. Pin
Vaclav_10-Feb-15 8:59
Vaclav_10-Feb-15 8:59 
AnswerSOLVED ? Re: How is this possible? Application cannot connect to detected COM port. Pin
Vaclav_10-Feb-15 11:28
Vaclav_10-Feb-15 11:28 
QuestionGetting / building executable from github source Pin
Vaclav_9-Feb-15 15:57
Vaclav_9-Feb-15 15:57 
AnswerRe: Getting / building executable from github source Pin
Richard Deeming10-Feb-15 1:43
mveRichard Deeming10-Feb-15 1:43 
AnswerRe: Getting / building executable from github source Pin
Richard MacCutchan10-Feb-15 5:21
mveRichard MacCutchan10-Feb-15 5:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.