Recently another forum member discovered how to make custom project settings:
http://www.kdenlive.org/bbforum/viewtopic.php?f=11&t=288&p=1065#p1065
My goal is to render output that is as much as possible in the same format as the video files I am putting in. The video I'm putting in comes from my Sony HDD camera, and what I know about their format is this:
[attachment=1]
format_info.png
[/attachment]
So I created a project configuration that looks like this:
[attachment=0]
config_settings.png
[/attachment]
I then created these custom rendering settings in the "export timeline" interface:
format=mpeg video_rc_min_rate=0 video_bit_rate=12000000 audio_bit_rate=384000 frequency=48000 size=720x480 progressive=1
However, when I render, it comes out as 25 frames per second, and, more importantly, the image is compressed horizontally, with black space on the left and right.
When I play it in Movie Player, it displays it at 640x480 for some reason, although I think it's actually 720x480, but the pixel aspect ratio on the rendering might be wrong (should be 1, might be .9).
Bottom line, the frame size is not under control at all, and I'm getting bad results.
Does any of the info I've described above indicate where I'm losing control of how this thing renders?
Thank you for any advice.
Hi Dave,
I've tested your files using kdenlive SVN version and confirmed the bug.
I think this is related with the bug already reported in Mantis and it has something to be with wrong handle of NTSC files in kdenlive due to a bug in MLT (see this link
http://www.kdenlive.org/mantis/view.php?id=23
).
I've tried Dan suggestion about starting kdenlive from a terminal using "MLT_NORMALISATION=NTSC kdenlive" and the result is much more better. The rendered file is recognised by ffmpeg being the same format as the original and the output played in TOTEM seems not to have black spaces (or at least they are much more narrow !!).
Try it by yourself and let us know if you see any improvement. Anyway, to have the right solution you'll need to wait for the bug to be solved in MLT.
Regards.
JM
I am trying to find out what, if anything, can be done about this problem of excess black on rendering output.
I've uploaded an example Kdenlive project that demonstrates the problem. Anyone can download all the files here:
http://www.savefile.com/files/1140092
The above TAR file includes:
Kdenlive project file.
Input MPEG file.
Output MPEG file (has the problematic black borders)
Custom project settings files (these were used to set up project configuration - may not be necessary to reproduce the problem.)
Included in this post are some screen grabs that show the problem clearly.
If anyone can help with this issue, it would go a long way to making Kdenlive reliably useful.
Here is how the input looks:
[attachment=1]
input.png
[/attachment]
And here is how the output looks:
[attachment=0]
output.png
[/attachment]