[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2020-10-14 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=389624

Vincent PINON  changed:

   What|Removed |Added

 CC||vpi...@kde.org
 Status|REPORTED|RESOLVED
  Latest Commit||1bddf7ca59d32806003b9564571
   ||3b11f85f57ccb
 Resolution|--- |FIXED
   Version Fixed In||20.08.2

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2020-05-28 Thread J Edio
https://bugs.kde.org/show_bug.cgi?id=389624

J Edio  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Resolution|DUPLICATE   |---

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2020-05-28 Thread J Edio
https://bugs.kde.org/show_bug.cgi?id=389624

J Edio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #13 from J Edio  ---


*** This bug has been marked as a duplicate of bug 421772 ***

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2020-05-28 Thread J Edio
https://bugs.kde.org/show_bug.cgi?id=389624

J Edio  changed:

   What|Removed |Added

 CC||jedio...@gmail.com

--- Comment #12 from J Edio  ---
The issue (in kdenlive) is also (still?) in V20.04.1. As reported in 421772.

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2019-01-30 Thread B Stewart
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #11 from B Stewart  ---
John,
You asked "Where do I find the 'shot change list'?"
you'll find it in the "Clip Properties" window, scroll down the icons to the
right of the window to the icon that looks like an eye "Analysis data".
This can be exported to a text file by clicking the middle icon under the
window.
The list looks like:-

shot_change_list=1=25382/0:0x0:0;300=7663;648=6540;827=5105;1416=7401;1716=6503

The number following each ";" is the frame number of each shot change. This has
to be divided by the framerate to create a time in seconds at which to set the
"guide" marks. If the framerates for the clip don't match the project a load of
low numbers seem to appear - don't know why.

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2019-01-30 Thread B Stewart
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #10 from B Stewart  ---
Hi John,
I typed in a lng step by step how to do it as a reply to your post but you
must have added your last comment while I was typing and I lost it all.

The important steps are:-
1. Start with a fresh project.
2. Open one clip only.
3. Make sure the project framerate matches the clip framerate.
4. Add the clip to the timeline at time 0.
5. Right click the clip in the "Project Bin" and select "Clip Jobs/Automatic
scene split" and tick "Save result in metadata clip"
6. Wait until the progress bar finishes - can take a while for long clips.
7. Save the project - eg "Save As test" creaates test.kdenlive.
8. Run my script on the created file - a new file appears eg test_new.kdenlive.
9. Open the new file in kdenlive.

If its "oversensitive" ie you have markers early on where there is no scene
change, this happens if steps 3, 4 or 5 are not done in order!

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2019-01-30 Thread John Bell
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #9 from John Bell  ---
I have got it so it created _new.kdenlive which has the original clip 
with markers at the scene changes it has found (a little more sensitive 
than I would expect, but that is an error in the right direction) but 
without splitting the scenes as it used to do with earlier versions of 
Kdenlive.  But I can live with this as a workaround.  New versions is 
being promised later this year - I hope this can be fixed in the base 
Kdenlive including the scene split. Somewhere they need to give guidance 
on making the project frame rate match the clip frame rate as it was not 
obvious to me at the time.

Thanks Brian,

John

On 1/30/19 1:24 PM, John wrote:
> Thanks Brian.  Where do I find the 'shot change list'?
>
> From your other email I think part of my problem may have been not 
> having the project frame rate match the clip frame rate, but fixing 
> that has not been a complete fix - still trying to make it work.
>
> I tried your script and again cannot find the output from it but I am 
> still looking ...
>
> John
>
> On 1/30/19 8:24 AM, B Stewart wrote:
>> https://bugs.kde.org/show_bug.cgi?id=389624
>>
>> B Stewart  changed:
>>
>>     What    |Removed |Added
>>  
>>
>>   CC| |every-...@outlook.com
>>
>> --- Comment #6 from B Stewart  ---
>> Created attachment 117730
>>    --> https://bugs.kde.org/attachment.cgi?id=117730&action=edit
>> screen shot after running my script
>>
>> This is also a problem for me, and it seems to have been around for a 
>> few
>> years!
>>
>> I'm currently using kdenlive 18.08.2 on Ubuntu 18.08
>>
>> I have a temporary workaround that works for me.
>>
>>
>> If the (Save result in clip metadata) is checked from (Clip 
>> Jobs/Automatic
>> scene split) then the clip is analysed (can take a few minutes to 
>> complete) and
>> the scene change frames are available as a "shot change list".
>> The number between each ";" and "=" is the frame number where the scene
>> changes.
>> This info is also available in the saved .kdenlive file.
>>
>> I have written a Python3 script (about 70 lines of code) which reads the
>> kdenlive file and creates a copy of it with "guide marks" at each 
>> shot change.
>> This can be opened with kdenlive, which then shows where all the shot 
>> changes
>> occur.
>>
>> It is a simple workaround to a problem that seems to have been around 
>> for ages.
>>
>

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2019-01-30 Thread John Bell
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #8 from John Bell  ---
Thanks Brian.  Where do I find the 'shot change list'?

 From your other email I think part of my problem may have been not 
having the project frame rate match the clip frame rate, but fixing that 
has not been a complete fix - still trying to make it work.

I tried your script and again cannot find the output from it but I am 
still looking ...

John

On 1/30/19 8:24 AM, B Stewart wrote:
> https://bugs.kde.org/show_bug.cgi?id=389624
>
> B Stewart  changed:
>
> What|Removed |Added
> 
>   CC||every-...@outlook.com
>
> --- Comment #6 from B Stewart  ---
> Created attachment 117730
>--> https://bugs.kde.org/attachment.cgi?id=117730&action=edit
> screen shot after running my script
>
> This is also a problem for me, and it seems to have been around for a few
> years!
>
> I'm currently using kdenlive 18.08.2 on Ubuntu 18.08
>
> I have a temporary workaround that works for me.
>
>
> If the (Save result in clip metadata) is checked from (Clip Jobs/Automatic
> scene split) then the clip is analysed (can take a few minutes to complete) 
> and
> the scene change frames are available as a "shot change list".
> The number between each ";" and "=" is the frame number where the scene
> changes.
> This info is also available in the saved .kdenlive file.
>
> I have written a Python3 script (about 70 lines of code) which reads the
> kdenlive file and creates a copy of it with "guide marks" at each shot change.
> This can be opened with kdenlive, which then shows where all the shot changes
> occur.
>
> It is a simple workaround to a problem that seems to have been around for 
> ages.
>

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2019-01-30 Thread B Stewart
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #7 from B Stewart  ---
Created attachment 117731
  --> https://bugs.kde.org/attachment.cgi?id=117731&action=edit
Here is my script (Python3)

I'm not a programmer as such, I've just dabbled around with things.
This may not be the best written Python script but it works for me.

There must only be 1 clip which should be placed at time 0 on the timeline.
The project frame rate must equal the clip frame rate for it to work.
(I picked up the project frame rate rather than the clip frame rate).

run the script from a command line with the kdenlive filename (and path) as the
first command line argument.

Alternatively on Ubuntu 18.10 place the script in
".local/share/nautilus/scripts". The script can then be run by right clicking
on the kdenlive file to work with. A new file is created with "_new" added to
the filename.

As usual,given in good faith, use at your own risk.
Brian

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2019-01-30 Thread B Stewart
https://bugs.kde.org/show_bug.cgi?id=389624

B Stewart  changed:

   What|Removed |Added

 CC||every-...@outlook.com

--- Comment #6 from B Stewart  ---
Created attachment 117730
  --> https://bugs.kde.org/attachment.cgi?id=117730&action=edit
screen shot after running my script

This is also a problem for me, and it seems to have been around for a few
years!

I'm currently using kdenlive 18.08.2 on Ubuntu 18.08

I have a temporary workaround that works for me.


If the (Save result in clip metadata) is checked from (Clip Jobs/Automatic
scene split) then the clip is analysed (can take a few minutes to complete) and
the scene change frames are available as a "shot change list".
The number between each ";" and "=" is the frame number where the scene
changes.
This info is also available in the saved .kdenlive file.

I have written a Python3 script (about 70 lines of code) which reads the
kdenlive file and creates a copy of it with "guide marks" at each shot change.
This can be opened with kdenlive, which then shows where all the shot changes
occur.

It is a simple workaround to a problem that seems to have been around for ages.

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2018-12-27 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #5 from emohr  ---
I assume some MLT function is broken not maintained anymore since version
17.04.

Here https://files.kde.org/kdenlive/release/ you find Version 16.12, maybe it
works. 

Version 0.9.6 see here: https://download.kde.org/stable/kdenlive/0.9.6/src/ .
I’m not sure if this is just the source code.

Do you need the Automatic scene split for old DV-Tapes to split into scene? If
yes and you are on Windows here is Scenanlyser for free.
http://www.scenalyzer.com/ . With this program I split my DV-Tape video into
each scene/take.

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2018-12-26 Thread John Bell
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #4 from John Bell  ---
I tried 18.12.0c as suggested by emohr but still had no success.  Just to be
sure the problem is understood, I am trying to split scenes from old silent
movies which I converted to digital files so the scene split has to be
identified from the image itself (presumably where the mpeg has to reset itself
because the changes are major).  Older versions of kdenlive like 0.9.6 could do
that.  Still on ubuntu 16.04 LTS.  Is there a way to download 0.9.6 just to do
the scene splitting?

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2018-12-26 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=389624

emohr  changed:

   What|Removed |Added

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

--- Comment #3 from emohr  ---
Please try with the current Kdenlive AppImage version 18.12.0c

Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage
folder and run the .AppImage: ./Kdenlive*.AppImage

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2018-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389624

liamgl...@gmail.com changed:

   What|Removed |Added

 CC||liamgl...@gmail.com

--- Comment #2 from liamgl...@gmail.com ---
I can confirm that is not working on 17.12.3. I've tried with a lot of
different files. It seems it's processing something (based on the progress bar
and 50% of CPU usage) and, in the end, I get nothing. I tried all combinations
of adding markers, cutting and save result with and without the clip in the
timeline and same null result.

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2018-02-08 Thread John Bell
https://bugs.kde.org/show_bug.cgi?id=389624

--- Comment #1 from John Bell  ---
Same files that auto scene split on 0.9.6 (I have that version on another
computer) will not auto scene split on 17.12.0 although it seems to go through
the motions and I get a delay as a progress bar moves but does not result in
separated scenes.  I am running ubuntu 16.04 LTS.

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

[kdenlive] [Bug 389624] Automatic scene split does not work in newer versions

2018-01-29 Thread John Bell
https://bugs.kde.org/show_bug.cgi?id=389624

John Bell  changed:

   What|Removed |Added

 CC||bell...@gmail.com

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