Registered Member
|
Hello,
My versions: kdenlive 0.9.6-2 mlt 0.9.0-3 xf86-video-ati 1:7.2.0-1 Videos from various sources (smartphone cameras, taken online, screen recordings made with ffmpeg) fail to import and display properly in Kdenlive. This has worked on this Arch Linux 64bit machine before and probably started after some software update or another. Here is an example, recorded with a Lumia 820, which imports into Kdenlive as a video with working audio but white screen image only: Download original mp4 file: https://app.box.com/s/dpiuc8kifodgp7scnfi7 YouTube upload for viewing: http://youtu.be/n9EitYNiaf0 Kdenlive after importing the original mp4 When starting Kdenlive, I get these messages:
When dragging this file into Kdenlive's project tree, I get these messages:
Complete command line output: http://codepad.org/ICHpgIqV If I try using the files, I get the following error in Kdenlive's UI:
Kdenlive after 'layering' the imported mp4 If I convert the file to .webm format (other formats might also work) using ffmpeg, I can work normally and all I get are these CLI messages:
Any ideas what the VDPAU issue might be and whether it is at all related to the fact that most videos import with faulty image into Kdenlive? Is there a way to disable VDPAU? Thanks.
Last edited by qubodup on Thu Aug 29, 2013 1:39 am, edited 1 time in total.
|
Moderator
|
Kdenlives bug report page http://www.kdenlive.org/node/872 suggests try these two things as first steps for diagnosis of issues like this.
Try playing your video file with FFmpeg's player. From a terminal: ffplay myvideo.mpg Try playing your video file with MLT's player. From a terminal: melt myvideo.mpg |
Registered Member
|
ffplay displays the video correctly. melt 0.9.0 displays white only (CLI output: http://codepad.org/FaZx1V0d ) melt-git "melt 0.9.1" 20120912 does the same ( http://codepad.org/6sX8gzix ) I guess I'll write an mlt bug report. Thanks for the pointer. |
Registered Member
|
The issue is that VDPAU (an NVIDIA library) is being used, even though the hardware does not support it (I have an ATI graphics card).
One can either disable it using an environment variable
or you can remove "--avformat-vdpau" from the `./configure` command line when compiling mlt. I received much help in the MLT issue tracker: https://sourceforge.net/p/mlt/bugs/199/ Thanks to all! |
Registered users: Bing [Bot], Google [Bot], kde-naveen, Sogou [Bot]