pub fn seconds_to_timecode( secs: f64, rate: FrameRate, ) -> Result<Timecode, TimecodeError>
Converts a wall-clock duration in seconds to a timecode.
Returns an error if the duration exceeds 24 hours.