[Mlt-devel] Question about rendered width/height of video

2014-01-06 Thread Geoffroy Montel
Hello list, I'm running into a problem where the rendered video is not the requested width : 682 instead of 640. * The MELT XML file starts with etc. * I'm generating the video with the following command line melt file.xml -consumer avformat:file.mp4 r=24 s=640x360 strict=experimental *

Re: [Mlt-devel] Question about rendered width/height of video

2014-01-06 Thread Dan Dennedy
On Mon, Jan 6, 2014 at 8:01 AM, Geoffroy Montel wrote: > Hello list, > > I'm running into a problem where the rendered video is not the > requested width : 682 instead of 640. > > * The MELT XML file starts with > > >display_aspect_den="9" sample_aspect_num="1" sample_aspect_den="1"/> > > etc

Re: [Mlt-devel] Question about rendered width/height of video

2014-01-06 Thread Geoffroy Montel
Hello Thanks a lot for your detailed reply. It all makes sense now ! I've just started using profile definition in the XML because the "crop" filter would not properly guess the crop settings without it ; but I did not understand before that there was a default 4:3 profile. So removing command li