Bug 361505 - kdenlive 15.1.3 is no more able to import my .VOB clips
Summary: kdenlive 15.1.3 is no more able to import my .VOB clips
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 19:21 UTC by steer
Modified: 2018-07-03 04:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
A small .VOB file which creates the problem (180.00 KB, video/mpeg)
2016-04-07 19:23 UTC, steer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steer 2016-04-07 19:21:58 UTC
I recently updated my OpenSuse version to leap 42.1 and my kdenlive project which is ok under Suse 12.3  now display "INVALID" over a black background for all parts issued from a .VOB file
The part coming from .mp4 files are still ok.

I started a new project and when I tried to add a clip from a VTS_01_1.VOB file I got an error message saying the "clip is invalid and will be removed"

my current kdenlive version is 15.1.3 
The melt version is 0.9.8.  
melt test_file.kdenlive  runs well
but melt VTS_01_1.VOB   fails

The ffmpeg version is 3.0.1, ffplay VTS_01_1.VOB    displays the video without any problem

Reproducible: Always

Steps to Reproduce:
1. open a new kdenlive project
2. add a clip from a .VOB file (I do not know how to attach it to the report) 
3.

Actual Results:  
An error message
"clip is invalid and will be removed"

Expected Results:  
display the clip in the clip monitor
Comment 1 steer 2016-04-07 19:23:59 UTC
Created attachment 98281 [details]
A  small .VOB file which creates the problem

To reproduce the problem, try to add the attached clip
Comment 2 Jean-Baptiste Mardelle 2016-04-08 08:04:50 UTC
This is an MLT issue. I can confirm that with current MLT's git (6.0.1), the clip does not play, we just get black frames. The problem seems to be that your VOB file contains DVD navigation and subtiltle streams.

Remuxing the clip with the following command fixes the issue:

ffmpeg -i VTS_01_1.VOB -acodec copy -vcodec copy fixed.vob
Comment 3 steer 2016-04-08 11:20:57 UTC
"The problem seems to be that your VOB file contains DVD navigation and subtiltle streams."

The VOB file i attached effectively contains DVD navigation and subtiltle streams, but I take it because it is small enough

I try the instruction 
ffmpeg -i VTS_01_1.VOB -acodec copy -vcodec copy fixed.vob

But I am still unable to add fixed.vob as a new clip in a new project ("clip is invalid and will be removed")

ffplay fixed.vob displays the video
melt fixed.vob  says:Failed to load "fixed.vob"

may I attach my VTS_01_1.VOB which is 1Go ?