CMTime seconds output
NSLog(@"seconds = %f", CMTimeGetSeconds(cmTime));
Simple:
NSLog(@"%lld", time.value/time.timescale);
NSLog(@"seconds = %f", CMTimeGetSeconds(cmTime));
Simple:
NSLog(@"%lld", time.value/time.timescale);