Hi,

I'm experiencing a regression when svn updating to r1357.
The checkin deals with kdenlive/exportwidget.cpp. Here is the log:

  r1357 | j-b-m | 2007-02-19 18:56:41 +0100 (lun, 19 f?v 2007) | 1 line

  Allow user to correctly abort dvd export


With the following hunk, all my exported videos are smashed in width
(but height is ok). My projects are PAL 4:3. Any clue why the 16:9 
aspect ratio has been forced on ?

--- kdenlive/exportwidget.cpp   (r?vision 1356)
+++ kdenlive/exportwidget.cpp   (r?vision 1357)
@@ -727,6 +727,9 @@
     *m_exportProcess << "stats_on=1";
     // workaround until MLT's default qscale value is fixed
     *m_exportProcess << "qscale=1";
+    *m_exportProcess << "aspect_ratio=16:9";
+    *m_exportProcess << "frame_aspect_ratio=16:9";
+    *m_exportProcess << "aspect=16:9";
     if (!KdenliveSettings::videoprofile().isEmpty())
        *m_exportProcess<<"profile=" + KdenliveSettings::videoprofile();
     connect(m_exportProcess, SIGNAL(processExited(KProcess *)), this, 
SLOT(endExport(KProcess *)));



Now some entries for the wishlist/FAQ list:
* In the Clip Monitor, pressing space key at the end of clip should 
  "rewind" and play again the clip from beginning.

* In clip Project Tree, Delete key should delete the selected clip.

* When deleting a clip from the clip Project Tree, the question
  "This will... .Are you sure you want to do this?" should not be asked 
  when the clip usage count is 0.

* Is it possible to apply an effect only to a (temporal) part of a clip 
  in the Timeline without having to Split the clip ?

* Is it possible to apply a video effect only to a (spatial) part of 
  a clip ? The area can be restricted to a rectangle. Is it what the
  "region" transition of mlt is for?

* IMO, the effect names should not be translated in the .kdenlive
  project file. This prevents the project file from being sent from 
  one person to another person with different localisation.


Thanks for this great program!
-- 
Stephane


Reply via email to