https://bugs.kde.org/show_bug.cgi?id=408460
Robert <rob...@robertelder.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Robert <rob...@robertelder.org> --- I just tested this bug out again using the following steps and it appears to be fixed in version kdenlive-19.12.0a-x86_64.appimage: mkdir /tmp/test1 cd /tmp/test1 wget http://mirrors.ocf.berkeley.edu/kde-applicationdata/kdenlive/release/kdenlive-19.12.0a-x86_64.appimage md5sum -c <(echo "1d12febea853500fb1e0f1adeeea4f32 kdenlive-19.12.0a-x86_64.appimage") chmod u+x kdenlive-19.12.0a-x86_64.appimage mkdir project1 cd project1 wget "http://www.robertelder.ca/Screencast 2019-06-08 13:53:57.mp4" /tmp/test1/kdenlive-19.12.0a-x86_64.appimage # Now create a project, add the clip 'Screencast 2019-06-08 13:53:57.mp4' to timeline. Render to output file '/tmp/good.mp4'. # Save project as /tmp/test1/project1/proj.kdenlive # Exit program. # Check /tmp/test1/project1/proj.kdenlive and note that the project file uses relative paths for the video file (which is probably the right way to do it). cd /tmp/test1/ mkdir otherdir cd otherdir /tmp/test1/kdenlive-19.12.0a-x86_64.appimage /tmp/test1/project1/proj.kdenlive # Render project to output file '/tmp/bad.mp4'. md5sum /tmp/good.mp4 /tmp/bad.mp4 # Result was this: #680621ef3f9a421cda66072bb7af3ca7 /tmp/good.mp4 #680621ef3f9a421cda66072bb7af3ca7 /tmp/bad.mp4 Both files work correctly and no blank white output is observed. Bug appears to be fixed in kdenlive-19.12.0a-x86_64.appimage. Updating bug to resolved. -- You are receiving this mail because: You are watching all bug changes.