You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to create fixed length files, for example 60 minutes, of mixed together music.
It needs to be a specific duration, to fit into a schedule.
My initial try was to use annotate to set cue points, where the last track would be cut short, to match the specified duration, but due to crossfade and other aspects, its very hard to precisely get the stream to end at eg 60 minutes.
Is there another way to accomplish this? My next idea would be a function, that makes the source fade out at exactly 59:59, for one second, and then end, but im not sure how to accomplish this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Im trying to create fixed length files, for example 60 minutes, of mixed together music.
It needs to be a specific duration, to fit into a schedule.
My initial try was to use annotate to set cue points, where the last track would be cut short, to match the specified duration, but due to crossfade and other aspects, its very hard to precisely get the stream to end at eg 60 minutes.
Is there another way to accomplish this? My next idea would be a function, that makes the source fade out at exactly 59:59, for one second, and then end, but im not sure how to accomplish this.
This is my currently very simple script,
Beta Was this translation helpful? Give feedback.
All reactions