...
...
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
This object allows you to play a list of video files seamlessly (i.e. without any blank frames or interrupts between one video and the next). You can link roStreamQueue to an roVideoPlayer instance for seamless video playback or to an roMediaStreamer instance for seamless video streaming.
...
Code Block |
---|
avconv -i clip_short.ts -vcodec copy -acodec copy -muxrate 15M clip_short2.ts |
ifStreamQueue
QueueFile(filename As String) As Boolean
...