Bug 377337 - Video clip job -reverse clip
Summary: Video clip job -reverse clip
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Effects & Transitions (show other bugs)
Version: 18.08.2
Platform: Mint (Ubuntu based) Linux
: NOR normal
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2017-03-07 14:48 UTC by pekkaoksa50
Modified: 2021-03-17 08:38 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 20.12.2
Sentry Crash Report:
fritzibaby: low_hanging+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pekkaoksa50 2017-03-07 14:48:58 UTC
Created mlt-file is not revers, but
open mlt file with Kate and rewriting the minus mark on line
<property name="resource">−1:P1010648.MP4</property>  (old line)
<property name="resource">-1:P1010648.MP4</property>   (rewrited line)
everything works fine.
Comment 1 emohr 2018-10-13 10:31:54 UTC
what is the difference?
<property name="resource">-1:P1010648.MP4</property>   (rewrited line)
Comment 2 pekkaoksa50 2018-10-14 18:00:33 UTC
I think that <property name="resource">−1:P1010648.MP4</property>  (old line)
includes tyhe minus character Unicode Character "−" (U+2212) see https://www.compart.com/en/unicode/U+2212

and I rewrite minus character
<property name="resource">-1:P1010648.MP4</property>   (rewrited line)
includes character Unicode Character "-" (U+002D) standart minus ascii 45 see https://www.compart.com/en/unicode/U+002D

I am using kdenlive Version 17.04.3 and Linux mint 18.3
Comment 3 emohr 2018-10-14 18:14:29 UTC
Please try with the actual Kdenlive AppImage version 18.08.2
Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage

And report back.
Comment 4 pekkaoksa50 2018-10-14 20:51:18 UTC
Done that. No corrections. Exact same falt. After rewriting everything works fine.
Comment 5 Julius Künzel 2021-03-02 18:39:25 UTC
With 20.12.2 this works for me. Can you please test again?
Comment 6 Bug Janitor Service 2021-03-17 04:33:34 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 7 pekkaoksa50 2021-03-17 08:37:08 UTC
Works fine in Linux Mint 20.1, Ubuntu 20.04 LTS
Installed from Ubuntu ppa