vMix Forums
»
General
»
Feature Requests
»
Manual filesplit from script or trigger as add to "New file every"
Rank: Member
Groups: Registered
Joined: 8/26/2020(UTC) Posts: 17 Location: Velsen / The Netherlands Thanks: 5 times Was thanked: 1 time(s) in 1 post(s)
|
I'm missing the posibility to be able to split the recordings at custom moments. Say in a commercial break or when the news starts in my case with my radiostation www.tvhaarlem.nlexample: API.Function("SplitRecording",Value:="Recorder1") API.Function("SplitRecording",Value:="Multicorder") Thnx!!!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Mano Bakker I'm missing the posibility to be able to split the recordings at custom moments. Say in a commercial break or when the news starts in my case with my radiostation www.tvhaarlem.nlexample: API.Function("SplitRecording",Value:="Recorder1") API.Function("SplitRecording",Value:="Multicorder") Thnx!!! API.Function("StartStopRecording") API.Function("StartStopMulticorder") API.Function("StopRecording") API.Function("StopMulticorder") API.Function("StartRecording") API.Function("StartMulticorder")
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/4/2021(UTC) Posts: 302 Thanks: 8 times Was thanked: 39 time(s) in 34 post(s)
|
Originally Posted by: doggy API.Function("StartStopRecording") API.Function("StartStopMulticorder") API.Function("StopRecording") API.Function("StopMulticorder") API.Function("StartRecording") API.Function("StartMulticorder") That's not going to give you a consistent recording with an instantaneous restart like using a buffer to generate new files on a single recording session would (or should). The "new file every..." shouldn't have a gap between files. In fact, I just tested it with a {0:hh:mm:ss:fff tt} clock in a 30fps production. The last frame of the first file and the first frame of the second file are 33ms apart--exactly the same difference between the other frames within the same file. If there's a delay, it's less than 1ms. Using a script or shortcuts to stop and then restart is going to add a gap. The system cannot completely stop and then restart a recording with no processing delay. With the exact same preset (same clock, same recording format, same recording settings), I used the script Code:API.Function("StopRecording")
API.Function("StartRecording")
The difference between the last frame of the first file and the first frame of the second file jumped to 101ms--meaning I lost about 2 frames worth of continuity. I'm not sure how feasible the feature request is, but this suggestion won't work if you need an uninterrupted recording, whereas the requested feature would ideally allow for such.
|
|
|
|
vMix Forums
»
General
»
Feature Requests
»
Manual filesplit from script or trigger as add to "New file every"
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close