#50584 closed enhancement (fixed)
x264 20140124_1 special variant for bit-depth of 10 (support for Hi10P)
Reported by: | skycrawl@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | x264 ffmpeg |
Description
It would be awesome to have a variant dedicated to supporting bit-depth of 10 (support for Hi10P x264 profile). ffmpeg would benefit from it as well (it already has "high10" profile). See: http://video.stackexchange.com/a/13166.
Change History (3)
comment:1 Changed 9 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Port: | x264, ffmpeg → x264 ffmpeg |
Status: | new → assigned |
Type: | request → enhancement |
Version: | 2.3.4 |
comment:2 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added a +high10 variant to x264 and updated the port to build 148 in r145586. Also added a +high10 variant to ffmpeg, ffmpeg-devel in r145587, r145588. This doesn't really change the configuration of ffmpeg but adds a configure time check to make sure you're using the appropriate version of x264 depending on variant usage. Building ffmpeg +high10 should build both ports with that variant.
Let us know how it works. Thanks.
Note: See
TracTickets for help on using
tickets.
Looks feasible, will give it a try. Thanks for the suggestion.