obtaining auto-crop detection values
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
-
- Posts: 2
- Joined: Fri Jan 27, 2023 9:53 am
obtaining auto-crop detection values
Handbrake newbie here, though I'm an intermediate-level ffmpeg scripter. Is there any way, using HandbrakeCLI, to output the "autocrop" black bar detection readings to a text file? I have no need to do any further processing, just read the cropping values. Thanks.
Re: obtaining auto-crop detection values
HandBrakeCLI --input yourfile.foo -t 0 | grep autocrop > outfile.txt
-
- Posts: 2
- Joined: Fri Jan 27, 2023 9:53 am
Re: obtaining auto-crop detection values
Thank you so much. I should have mentioned that I work in Windows, but I'll see if I can't modify your command line to work with "findstr" instead of grep and report back.