View Bug Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000365 | DCP-o-matic | Features | public | 2014-06-07 03:33 | 2022-01-16 12:49 |
Reporter | mhm | Assigned To | carl | ||
Priority | low | Severity | feature | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Summary | 0000365: Use ffmpeg cropdetect filter when analyzing source | ||||
Description | I often use the cropdetect filter to figure out how to crop and scale a source file. It would be useful if dcpomatic used this during analyzing and displayed the results to the user. Depending on the source format, it can take som time. Maybe it would be best to take make sample measurements at intervals (depending on source file length) to keep the analyze time down. Here is a command line example of how I use this functionality: $ ffmpeg -i The\ Invisible\ Woman-73929989.mp4 -vf cropdetect=24:2:0 -f null - |& grep -o crop=.:.:.:. | sort | uniq -c | sort -rn This source is letterboxed scope inside a 640x364 container. In this case I would first crop to 640x268 and then scale to 2048x858. Thanks! | ||||
Tags | No tags attached. | ||||
Branch | |||||
Estimated weeks required | |||||
Estimated work required | Average | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-06-07 03:33 | mhm | New Bug | |
2014-06-10 14:30 | carl | Assigned To | => carl |
2014-06-10 14:30 | carl | Status | new => acknowledged |
2015-06-12 12:20 | carl | Severity | minor => feature |
2015-06-12 16:30 | carl | Estimated work required | => Average |
2015-06-12 16:30 | carl | Priority | normal => low |
2015-08-27 16:56 | carl | Target Version | => 2.x |
2022-01-16 12:49 | carl | Note Added: 0004765 |