Page 1 of 1
Inserting empty interval into video
Posted: 25 Nov 2009 07:39
by Idsa
I am writing video from camera to file. But there is a requirement to stop recording for some interval. There are two possible solutions: to create new file after each break or to insert some empty interval to output file. According to the logic of my application, the second solution looks better... but is there such a possibility in codecs/containers?
Re: Inserting empty interval into video
Posted: 25 Nov 2009 18:23
by RĂ©mi Denis-Courmont
Virtual input item "vlc://pause:%f" does nothing for a duration of %f seconds.
Re: Inserting empty interval into video
Posted: 26 Nov 2009 07:07
by Idsa
But how can it be used in my case? I need this %f seconds to write, for example, black screen to the file.
Re: Inserting empty interval into video
Posted: 26 Nov 2009 13:45
by Idsa
As I found out I need a variable frame rate video. I need to add a frame and set it's duration. Can it be implemented using VLC?
Re: Inserting empty interval into video
Posted: 27 Nov 2009 09:31
by Idsa
I have reformulated my requirements according to this feature and made separate post:
viewtopic.php?f=32&t=68456