-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to resize Video Frame / Crop Video Frame ?Please tell me #18
Comments
What are you doing exactly? Do you want to crop the video? You can do that using AVFoundation http://stackoverflow.com/questions/5198245/how-do-i-use-avfoundation-to-crop-a-video |
Actually that link does not crop the video, it just shrink the video frame. |
You transform the video frame effectively cropping it. Just scale it up. |
I am Using that code for merge all Video Clips. Can u Please Tell me What i have to do for crop the video frame from center with frame size 320 x 320. Please Help me.
|
Can you tell me how to use CGAffineTransform for cropping the video from the center with frame size 320 x 320 CGAffineTransform finalTransform = // setup a transform that grows the video, effectively causing a crop @xissburg Please Help. |
@NeerajBhakuni1410 Hi I am also facing the same issue.Are you able to crop the image.? if so can you please share your code |
I have issue regarding Final Output video Frame size. I just want that 320 x 320 video frame size. Rest of them will get removed.
The text was updated successfully, but these errors were encountered: