[SOLVED] Force Aspect Ratio on SONY BDP (US) for AR 4:3 file
Here is ffmpeg output for two examples:
16:9 file shown OK:
[wmv3 @ 01926A00] Extra data: 8 bits left, value: 0
Guessed Channel Layout for Input Stream #0.0 : mono
Input #0, asf, from 'mmst://178.238.90.124/vod_arc4d/1800002331.1.WMV?sid=B1E2FAC1004390F6669E9C001AA81AA6A279DC004FD482C5C0DCC83B76FFF7B7':
Metadata:
WMFSDKVersion : 11.0.5721.5145
WMFSDKNeeded : 0.0.0.0000
VBR Peak : 2000
IsVBR : 1
Buffer Average : 4386
Duration: 00:52:58.06, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, s16, 48 kb/s
Stream #0:1: Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 704x576, 900 k
b/s, SAR 16:11 DAR 16:9, 25 tbr, 1k tbn, 1k tbc
4:3 file stretched:
[wmv3 @ 01926A00] Extra data: 8 bits left, value: 0
Guessed Channel Layout for Input Stream #0.0 : mono
Input #0, asf, from 'mmst://178.238.90.124/vod_arc4d/80000719.210.WMV?sid=950AB2D150838CCE6E460C30BEF8CA96EAA1D0107F5CDA4D040CF8CBFEC77B0F':
Metadata:
WMFSDKVersion : 11.0.5721.5145
WMFSDKNeeded : 0.0.0.0000
VBR Peak : 2000
IsVBR : 1
Buffer Average : 3488
Duration: 01:14:42.50, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, s16, 48 kb/s
Stream #0:1: Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 720x576, 900 k
b/s, SAR 16:15 DAR 4:3, 25 tbr, 1k tbn, 1k tbc
TV is set up for "Dot By Dot" mode and BDP is set up to keep original size.
If I am not mistaken ASF/MMS files are transcoded in Sony BDP profile.
When i tried to use some Sony TV profile which has DAR="16:9" in video transcoding 4:3 is shown Ok, but 16:9 is compressed.
So my question is if it's possible to configure in profile for 4:3 files conditional transcoding to 16:9 and do nothing for 16:9 files?
Thanks.