Archive:Kdenlive/Manual/Useful Information/FAQ: Difference between revisions

    From KDE UserBase Wiki
    mNo edit summary
    (Page was moved)
    (8 intermediate revisions by 4 users not shown)
    Line 1: Line 1:
    <languages/>
    <languages/>
    <translate>
    <translate>
    === What components does Kdenlive use? === <!--T:1-->
    === Frequently Asked Questions === <!--T:8-->
     
    ==== What components does Kdenlive use? ==== <!--T:1-->


    <!--T:2-->
    <!--T:2-->
    In effect, '''Kdenlive''' is a front end to [http://www.mltframework.org/bin/view/MLT/MltMelt melt] - which uses the MLT video framework. The MLT video framework relies on the FFMPEG project. '''Kdenlive''' writes <tt>sh.mlt</tt> XML files that code the edit points and transitions and it then calls <tt>/usr/bin/kdenlive_render</tt> and <tt>/usr/bin/melt</tt> to render the video.
    In effect, '''Kdenlive''' is a front end to [http://www.mltframework.org/bin/view/MLT/MltMelt melt] - which uses the MLT video framework. The MLT video framework relies on the FFMPEG project. '''Kdenlive''' writes <tt>sh.mlt</tt> XML files that code the edit points and transitions and it then calls <tt>/usr/bin/kdenlive_render</tt> and <tt>/usr/bin/melt</tt> to render the video.


    === How do I fix Audio Sync Issues? === <!--T:5-->
    ==== How do I fix Audio Sync Issues? ==== <!--T:5-->
     
    <!--T:7-->
    Often this is caused by having mixtures of different audio sources in the project.  Audio encoded with VBR (be it pure audio like MP3 or video with audio) can be problematic.
    Often this is caused by having mixtures of different audio sources in the project.  Audio encoded with VBR (be it pure audio like MP3 or video with audio) can be problematic.


    <!--T:6-->
    <!--T:6-->
    To fix ...<br />
    To fix ...<br />
    <br>If your audio source is from a video file try extracting the audio from you video sources and transcoding the audio to WAV format. If you use the [[Special:MyLanguage/Kdenlive/Manual/Project_Menu/Extract_Audio |Extract Audio]]  feature of Kdenlive to do this it will write a .wav file for you.
    <br />If your audio source is from a video file try extracting the audio from your video sources and transcoding the audio to WAV format. If you use the [[Special:MyLanguage/Kdenlive/Manual/Clip_Menu/Extract_Audio |Extract Audio]]  feature of Kdenlive to do this it will write a .wav file for you.
    <br />
    <br />
    If you have a pure audio source try transcoding that to WAV.
    If you have a pure audio source try transcoding that to WAV.
    Line 21: Line 25:
    {{Prevnext2
    {{Prevnext2
    | prevpage=Special:MyLanguage/Kdenlive/Manual/Useful_Information | nextpage=Special:MyLanguage/Kdenlive/Manual/Useful_Information/Shortcuts
    | prevpage=Special:MyLanguage/Kdenlive/Manual/Useful_Information | nextpage=Special:MyLanguage/Kdenlive/Manual/Useful_Information/Shortcuts
    | prevtext=Useful Information | nexttext=Shortcuts
    | prevtext=Useful Information | nexttext=Keyboard Shortcuts
    | index=Special:MyLanguage/Kdenlive/Manual | indextext=Back to menu
    | index=Special:MyLanguage/Kdenlive/Manual | indextext=Back to menu
    }}
    }}

    Revision as of 08:18, 23 July 2019

    Frequently Asked Questions

    What components does Kdenlive use?

    In effect, Kdenlive is a front end to melt - which uses the MLT video framework. The MLT video framework relies on the FFMPEG project. Kdenlive writes sh.mlt XML files that code the edit points and transitions and it then calls /usr/bin/kdenlive_render and /usr/bin/melt to render the video.

    How do I fix Audio Sync Issues?

    Often this is caused by having mixtures of different audio sources in the project. Audio encoded with VBR (be it pure audio like MP3 or video with audio) can be problematic.

    To fix ...

    If your audio source is from a video file try extracting the audio from your video sources and transcoding the audio to WAV format. If you use the Extract Audio feature of Kdenlive to do this it will write a .wav file for you.
    If you have a pure audio source try transcoding that to WAV.

    lame --decode file.mp3 file.wav