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

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:


=== How do I fix Audio Sync Issues? ===
=== 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.
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.



Revision as of 05:20, 18 October 2018

Other languages:

Какие компоненты использует Кdenlive ?

В сущности Kdenlive является графическим интерфейсом к melt - который использует MLT video framework. MLT video framework зависит от проекта FFMPEG . Kdenlive записывает в sh.mlt XML файлы код точек редактирования и переходов, и это вызывает /usr/bin/kdenlive_render и /usr/bin/melt для визуализации видео.

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 you 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