i have been scouring net trying answer situation.
have ton of blurays converted mkv on last 6-8 months. in 1080p. converted them mac.jedi's handbrake automation system (http://forums.macrumors.com/showthread.php?t=805573) appletv2. kept mkv's since knew end throwing 720p version out , keeping 1080p when v.3 or whatever comes out.
see there no preset appletv3, handbrake forums state use high profile setting 1080p. others increase atv2 settings 1080p.
now, found handbrake gui, need go picture settings, change anamorphic custom, , increase height 1080, while keeping aspect ratio. making sure large file size checked , away go. right?
moreso point. if right, how adapt cli. handbrake presets set (as per https://trac.handbrake.fr/wiki/builtinpresets#highprofile)
code:
./handbrakecli -i dvd -o ~/movies/movie.mp4 -e x264 -q 20.0 -a 1,1 -e faac,copy:ac3 -b 160,160 -6 dpl2,auto -r auto,auto -d 0.0,0.0 -f mp4 --detelecine --decomb --loose-anamorphic -m -x b-adapt=2:rc-lookahead=50
is simple adding (in bold):
code:
./handbrakecli -i dvd -o ~/movies/movie.mp4 -e x264 -q 20.0 -a 1,1 -e faac,copy:ac3 -b 160,160 -6 dpl2,auto -r auto,auto -d 0.0,0.0 -f mp4 --detelecine --decomb [b]--maxheight <1080> --maxwidth <1920> --custom-anamorphic --keep-display-aspect[/b] -m -x b-adapt=2:rc-lookahead=50
or add appletv2 preset? input appreciated!
firstly, if sources blu-ray don't need --detelecine or --decomb settings.
apart should need --strict-anamorphic or -w 1920 --loose-anamorphic, no need set --maxheight or --maxwidth
note, if did ever need use --maxheight or --maxwidth correct format --maxheight 1080 --maxwidth 1920. don't need < > brackets.
Forums Apple TV Apple TV and Home Theater
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
No comments:
Post a Comment