On Sunday 29 October 2006 01:45, Jean-Michel Pour? wrote: > Would it be possible for Kdenlive to display films in 16:9?
Charlie added support for this to MLT's abstract consumer through the use of a property named "profile" which takes one of the following values: dv, dv_wide, square_wide, square, vcd, cvd, svcd_wide, svcd I do not know what is required of kdenlive. > Also, what happens to titles and text when a film is edited in 16:9? The framework supplies display and pixel aspect ratio information to the "services" (MLT jargon). The transition_composite and filter_rescale services, which kdenlive implictly uses, coordinate to work out the right thing (usually) to do to make things look correct.
