ReverseClip
ReverseClip copied to clipboard
Reverse a video clip in AVFoundation
@mikaelhellqvist Explain please what is #define FRAME_SCALE and why my clip reverse lose frames and sometimes has extra frames? Thank you.
When I tried to convert videos taken in portrait mode from an iPhone and convert it using ReverseClip, it resulted in landscaped videos. This is primarily due to the fact...
The output file imageSequence_reverse.mov has 0 seconds and when is played displays few frames and then it stops.
@mikaelhellqvist When I try to convert 3 videos the last one is reversed video from all 3 files. How to fix this? Thanks.
Hello mikael, in your Demo the Video can not Reverse Completely..& Blue Screen appear in Final Result Video. So, after few modification, i have Created Demo for Same, 1. Convert...
The app crashes with memory warnings if the video is longer than 15 seconds, I tried looking into the code but can't find anything. Any thoughts on what it could...
Can the output file format be a ".m4v" file type? where outputFileType= AVFileTypeAppleM4V; thank you