Lilly
9th December 2008, 08:49
Hi
I've a MKV file which I want to cut but since it has H.246 as videocodec I've to encode it into some other format (AVIdemux keeps crashing - so I use VirtualDubMod via the DirectShowSource AviSynth template thingy).
The problem is the aspect ratio.
The demuxed H.264 file does already have another aspect ratio than the MKV it was in.
16:9 vs 4:3 (853x480 vs. 704x480) - there must be info in the MKV container to stretch it because it looks correct as 16:9 in the MKV.
When I encode that file, the wrong aspect ratio stays.
Video: MPEG4 Video (H264) 704x480 (853:480) 23.98fps [Video]
What can I do that the AVI afterwards stays 16:9?
Do I have to resize it from 704 to 853 (well for DivX I'd have to choose some resolution close to it since 853/16 won't work), or is there a better way?
Greetings
Lilly
I've a MKV file which I want to cut but since it has H.246 as videocodec I've to encode it into some other format (AVIdemux keeps crashing - so I use VirtualDubMod via the DirectShowSource AviSynth template thingy).
The problem is the aspect ratio.
The demuxed H.264 file does already have another aspect ratio than the MKV it was in.
16:9 vs 4:3 (853x480 vs. 704x480) - there must be info in the MKV container to stretch it because it looks correct as 16:9 in the MKV.
When I encode that file, the wrong aspect ratio stays.
Video: MPEG4 Video (H264) 704x480 (853:480) 23.98fps [Video]
What can I do that the AVI afterwards stays 16:9?
Do I have to resize it from 704 to 853 (well for DivX I'd have to choose some resolution close to it since 853/16 won't work), or is there a better way?
Greetings
Lilly