Archive:Kdenlive/Manual/Useful Information/Surround Sound: Difference between revisions

    From KDE UserBase Wiki
    Line 107: Line 107:


    * Import "Front.wav", "Center.wav", "LFE.wav" and "Surround.wav" (in this order!) using <menuchoice>File->Import->Audio...</menuchoice>
    * Import "Front.wav", "Center.wav", "LFE.wav" and "Surround.wav" (in this order!) using <menuchoice>File->Import->Audio...</menuchoice>


    "Center" and "LFE" are now stereo, which is not what is needed. This can be fixed by selecting <menuchoice>Split Stereo to Mono</menuchoice> from the context menu of each track, and deleting one of the two resulting mono tracks.
    "Center" and "LFE" are now stereo, which is not what is needed. This can be fixed by selecting <menuchoice>Split Stereo to Mono</menuchoice> from the context menu of each track, and deleting one of the two resulting mono tracks.

    Revision as of 14:20, 22 August 2013

    Under Construction

    This is a new page, currently under construction!


    Editing Surround Sound with Kdenlive

    At the time of writing, Kdenlive can only handle stereo (two channel) audio tracks. There is limited support for more than two channels, but in order to edit and create surround sound, some manual steps including external tools are required.

    This guide is using a six-channel 5.1 surround sound as example.

    External Tools Used Here

    • Audacity - Free Audio Editor and Recorder
    • avconv - A Video and Audio Converter

    Note

    Kdenlive uses ffmpeg, while on (k)ubuntu, ffmpeg is deprecated and avconv is used instead. So these (and possibly other) distributions already have avconv installed.


    Editing Existing Surround Sound

    When adding a clip with more than two channels to a project, kdenlive creates an audio thumbnail that correctly shows all audio channels:

    The clip can be edited and (audio) effects applied to it, and all appears to work just fine - but once rendering the project, it turns out that the audio track in the resulting video file is 2 channels only.

    The following steps provide a manual workaround for this issue.

    Extract and Split the Audio Track

    The first step is to extract the audio track from the video clip. This can be done in Kdenlive with Extract Audio. This creates WAV audio file in the same folder as where the video clip is located.

    The extracted WAV audio file can then be opened in Audacity, it should show all 6 channels, these are:

    • 1 - Front Left
    • 2 - Front Right
    • 3 - Center
    • 4 - LFE
    • 5 - Surround Left
    • 6 - Surround Right


    Note

    LFE (Low Frequency Effects) is often referred to as "subwoofer channel", which is not quite correct. A surround sound speaker setup is perfectly valid without subwoofer, in this case the surround system will redirect the LFE channel to "large" speakers, usually the front speakers.


    The idea now is to split the 6 channels into four separate audio files that can be put back into Kdenlive:

    • Front (stereo)
    • Center (mono)
    • LFE (mono)
    • Surround (stereo)


    First, Audacity needs to be configured to not always export to stereo audio files: In Edit->Preferences, under Import/Export, select "Use custom mix (for example to export a 5.1 multichannel file)".

    Now, in the first and the fifth channel, click on the small triangle besides the name and select Make Stereo Track - you should end up with 4 tracks, two stereo and two mono.

    Next, rename the tracks to "Front", "Center", "LFE" and "Surround" starting from the top, using Name... from the context menu of each track.

    The channels should now look like this:

    After all this hard work, exporting the four channels to four separate audio files is easy with File->Export Multiple.... Use "WAV" as "Export format", the rest of the settings should be already okay: "Split files based on: Tracks" and "Name files: Using Label/Track name".

    The "Edit metadata" dialog might pop up for each track, it is fine to just say "OK". At the end there should be a confirmation dialog, and there should be for audio files exported: "Front.wav", "Center.wav", "LFE.wav" and "Surround.wav".

    Import Audio Tracks into Kdenlive

    The previously created audio files can now be added to the Kdenlive project using Project->Add Clip.

    SInce there are only two audio tracks in a project by default, it is necessary to add two more using Project->Tracks->Insert Track before adding the four audio tracks to the timeline.

    The next thing to do is to group the four audio tracks with the video clip by selecting all of them and then choosing Timeline->Group Clips.


    Note

    Don't forget to mute the original audio track in the video clip if necessary!


    The Kdenlive project should now be ready for the usual editing, like cutting clips and adding effects, and should look something like this:

    Final Surround Sound Export from Kdenlive

    Creating New Surround Sound

    The pity now is, that it is still not possible to render the project with a surround sound audio track. Several manual steps are necessary to accomplish that.

    Render Only Video Without Audio

    This is simply done by rendering the project as it would normally be done, but without audio, by deselecting the "Export audio" checkbox.

    Render Each Surround Sound Track to a Separate File

    For each of the four surround sound audio tracks "Front.wav", "Center.wav", "LFE.wav" and "Surround.wav", do the following to render each track into a separate audio file:

    • Mute all other audio tracks
    • Enter a respective file name for "Output file"
    • Select "Audio only" as "Destination"
    • Select profile "WAV 48000 KHz"
    • Check "Export audio"


    Note

    Unfortunately, the mono tracks "Center.wav" and "LFE.wav" are rendered as stereo tracks, and there seems to be no way to avoid this. But this can be handled later in Audacity.


    Compose a Surround Sound Audio File

    Now the separate audio tracks rendered by Kdenlive need to be "merged" into a single multichannel 5.1 surround sound audio file. This is again done in Audacity:

    • Import "Front.wav", "Center.wav", "LFE.wav" and "Surround.wav" (in this order!) using File->Import->Audio...


    "Center" and "LFE" are now stereo, which is not what is needed. This can be fixed by selecting Split Stereo to Mono from the context menu of each track, and deleting one of the two resulting mono tracks.

    Eventually, there should be four tracks in the Audacity project:

    • Front (stereo)
    • Center (mono)
    • LFE (mono)
    • Surround (stereo)


    The project can now be exported into a 5.1 surround sound audio file:

    • Select File->Export...
    • Provide a name for "Name:" and select "AC3 Files (FFmpeg)"
    • Click "Options..." and choose "512 kbps" as "Bit Rate:"


    The "Advanced Mixing Options" dialog should show up. The number of "Output Channels" should be 6 and the channel mapping should already be correct:

    The result of the export should be an *.ac3 file which is playable with i.e. VLC or Dragon Player.