Hi,
I hope this hasn't been answered before. . .
I'm trying to create iPhone conversion presets for 2.35:1 and 1.85:1 aspect ratios. I've added the following to my properties file (which reminds me, do I want to change this in the server sage.properties file or in the client properties on my client machine?):
Code:
transcoder/formats/iPhone-235=f\=mp4;MCompressionDetails\=-deinterlace -g 150 -qmin 26 -level 30 -flags loop -sc_threshold 40 -partitions partp4x4 -rc_eq blurCplx^(1-qComp) -refs 1 -qmax 51 -maxrate 768000 -bufsize 768k -keyint_min 40 -async 50;[bf\=vid;f\=h264;br\=640000;fps\=29.97;w\=480;h\=200;arn\=16;ard\=9;][bf\=aud;f\=aac;sr\=48000;ch\=2;br\=128000;]
Code:
transcoder/formats/iPhone-185=f\=mp4;MCompressionDetails\=-deinterlace -g 150 -qmin 26 -level 30 -flags loop -sc_threshold 40 -partitions partp4x4 -rc_eq blurCplx^(1-qComp) -refs 1 -qmax 51 -maxrate 768000 -bufsize 768k -keyint_min 40 -async 50;[bf\=vid;f\=h264;br\=640000;fps\=29.97;w\=480;h\=260;arn\=16;ard\=9;][bf\=aud;f\=aac;sr\=48000;ch\=2;br\=128000;]
I basically just copied the Widescreen setting twice and changed the height.
However, they don't show up in the SageTV conversion menu under iPhone.
Any thoughts?
Thanks,
Chris