psouza4 / mediacentermaster

Issue Tracker for Media Center Master
http://www.MediaCenterMaster.com/
32 stars 10 forks source link

Pre-Processing options #1186

Open psouza4 opened 9 years ago

psouza4 commented 9 years ago

Originally reported on Google Code with ID 1188

Pete

Any change of adding pre-processing options similar to post processing?

I would like to use handbrake or similar to convert my media to *.mv4 for including
into itunes for the kids apple tv.

You could also set this option as a default for handbreak if you want to (recodes to
universal m4v - works perfectly);
-f mp4 -X 720 --loose-anamorphic  -e x264 -q 20 -a 1,1 -E faac,copy:ac3 -6 dpl2,auto
-R Auto,Auto -B 160,auto -D 0.0,0.0 -m -x cabac=0:ref=2:me=umh:bframes=0:weightp=0:8x8dct=0:trellis=0:subq=6
--verbose=1 -O

_________________
Cheers,
Darren 

Reported by darren.blackley on 2012-10-24 13:12:23

psouza4 commented 9 years ago
Or another optional command line for universal

-e x264 -q 20.0 -a 1 -E faac -B 160 -6 dpl2 -R 48 -D 0.0 -f mp4 --strict-anamorphic
-m ref=2:bframes=2:subme=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0

Reported by darren.blackley on 2012-10-24 13:16:58

psouza4 commented 9 years ago
I too would love to see something like this, it shouldn't be to hard to do as you already
have an option for converting Trailers, so all you need to do is extend this to cover
TV Shows and films :)

Reported by morpheus2n2 on 2013-05-17 08:32:35