On Tuesday 30 January 2007 21.31:57 GeBu wrote: > My friend works with videos in KDEnlive (I wrote before): he cut 10s > part at the beginning and at the end create some effects. > Original video has audio stream 32 kbit/s, but output from KDEnlive has > 48 kbits/s and there is problem to join with original (which has 32 > kbit/s) in mencoder :(. > To add parameter ar=32000 to tab "Custom" does not work. > Sorry, I cannot verify. I have no this type of video.
The parameters you need to pass to Kdenlive do unfortunately not have the same name as FFMPEG command line parameters. To set audio bit to 32000 instead of 48000, you need to copy the parameter line to a custom encoding setting and replace: audio_bit_rate=48000 with: audio_bit_rate=32000 jb -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20070130/5b207f65/attachment.sig>
