Translations:Archive:Kdenlive/Manual/Useful Information/FAQ/6/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
To fix ...<br /> | To fix ...<br /> | ||
<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/ | <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/Project_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. | ||
<br /> | <br /> | ||
lame --decode file.mp3 file.wav | lame --decode file.mp3 file.wav |
Revision as of 08:23, 24 July 2019
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