-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Crop video option #38
Comments
Hi. I'm not sure how this would be possible to do with ffmpeg or even losslessly at all. Doing it in a lossy way would be outside the scope of this tool, I think. |
I think you are right. Cropping will need re-encoding, which is against the philosophy of this tool. |
avidemux can do lossless cutting and also re-encode with cropping |
see #372 |
@mifi @kashyap1113 ffmpeg can crop losslessly using a bitstream flag (at least for h264) like this: |
@ThreeDeeJay thanks for your input. See #643 |
Woweee guess you guys are already way ahead of me lol 👌 |
First I want to thank you for creating this awesome tool.
It would be nice, to have option to crop video.
The text was updated successfully, but these errors were encountered: