logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Mano Bakker  
#1 Posted : Thursday, September 19, 2024 6:56:33 PM(UTC)
Mano Bakker

Rank: Member

Groups: Registered
Joined: 8/26/2020(UTC)
Posts: 17
Netherlands
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.nl

example:

API.Function("SplitRecording",Value:="Recorder1")
API.Function("SplitRecording",Value:="Multicorder")

Thnx!!!
doggy  
#2 Posted : Thursday, September 19, 2024 7:23:09 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,216
Belgium
Location: Belgium

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: Mano Bakker Go to Quoted Post
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.nl

example:

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")
WaltG12  
#3 Posted : Friday, September 20, 2024 4:09:25 AM(UTC)
WaltG12

Rank: Advanced Member

Groups: Registered
Joined: 7/4/2021(UTC)
Posts: 303
United States

Thanks: 8 times
Was thanked: 39 time(s) in 34 post(s)
Originally Posted by: doggy Go to Quoted Post
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.

Users browsing this topic
Guest
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.