[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-12-21 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=408460

--- Comment #6 from emohr  ---
Thank you for the feedback and contribution. Glad to hear it works.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-12-20 Thread Robert
https://bugs.kde.org/show_bug.cgi?id=408460

Robert  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Robert  ---
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.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-09-21 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=408460

--- Comment #4 from emohr  ---
added to: https://invent.kde.org/kde/kdenlive/issues/315

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-08-04 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=408460

emohr  changed:

   What|Removed |Added

 CC||fritzib...@gmx.net
  Flags||Brainstorm+

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-07-31 Thread Robert
https://bugs.kde.org/show_bug.cgi?id=408460

--- Comment #3 from Robert  ---
Hi Jean,

I followed your suggestion and I can confirm that your expectations are
correct:  Renaming the file to not have a colon character seems to make this
problem go away.  Here are the steps that I followed:

mkdir /tmp/test1
cd /tmp/test1
wget https://files.kde.org/kdenlive/release/kdenlive-19.04.3-x86_64.appimage
chmod u+x kdenlive-19.04.3-x86_64.appimage
mkdir project1
cd project1
wget "http://www.robertelder.ca/Screencast 2019-06-08 13:53:57.mp4"
mv "Screencast 2019-06-08 13:53:57.mp4" foo.mp4
/tmp/test1/kdenlive-19.04.3-x86_64.appimage
#  Now create a project, add the clip foo.mp4 to timeline.  Render to output
file '/tmp/good.mp4'.
#  Save project as /tmp/test1/project1/project1.kdenlive
#  Exit program.
#  Check /tmp/test1/project1/project1.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.04.3-x86_64.appimage
/tmp/test1/project1/project1.kdenlive
#  Render project to output file '/tmp/bad.mp4'.

Result:

md5sum good.mp4 bad.mp4 
81d03f1cd0983059598ee61ff06683fd  good.mp4
81d03f1cd0983059598ee61ff06683fd  bad.mp4

Both files play the video correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-07-31 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=408460

--- Comment #2 from Jean-Baptiste Mardelle  ---
Hmm, in fact this seems to be a different problem. MLT does not cope well with
filenames containing a colon character ':'.

If the given path is absolute it works, but MLT fails to restore relative paths
with a colon. Can you try renaming the clip to remove the colons and repeat the
same procedure to confirm it works?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-07-31 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=408460

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 408460] kdenlive-19.04.3-x86_64.appimage During rendering, internal paths are assumed to be relative to current working directory instead of project file location causing blank white

2019-07-24 Thread Robert
https://bugs.kde.org/show_bug.cgi?id=408460

Robert  changed:

   What|Removed |Added

Summary|19.04.2c-x86_64.appimage|kdenlive-19.04.3-x86_64.app
   |During rendering, internal  |image  During rendering,
   |paths are assumed to be |internal paths are assumed
   |relative to current working |to be relative to current
   |directory instead of|working directory instead
   |project file location   |of project file location
   |causing blank white output. |causing blank white output.

-- 
You are receiving this mail because:
You are watching all bug changes.