2008-04-22, 07:38 PM
firehorse Wrote:Hi,
I'm using digital freeview in the UK to record the programs.
Some come down as 720x576 @16:9. They compress fine.
Some come down as 544x576 @16:9. Problems.
The original play fine on a KMPlayer going to widescreen, but the 'compressed' file after the stattik script has the top and bottom chopped off.
I have the profile as standard, two_pass, x264, hoping it would cope but it doesn't seem to do the 544x576 @16:9 properly. Can you tell me what settings I should use?
Many thanks
Alan
The script determines aspect ratio by dividing the width by the height. 544x576 ends up being a 4:3 aspect.
If you can verify that all 544x576 material is 16x9 I'll add some logic to force that output to 16:9. In the meantime you can add to your profile "hdtv". That will force the aspect to 16x9.
Code:
SET profile two_pass hdtv
If you want x264 video compression set this:
Code:
SET video_encoder=x264
Be sure you have the proper software to decode it. I use ffdshow and haali media splitter.