Summary: | kdenlive 15.1.3 is no more able to import my .VOB clips | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | steer <Serge.Steer> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | willy |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A small .VOB file which creates the problem |
Description
steer
2016-04-07 19:21:58 UTC
Created attachment 98281 [details]
A small .VOB file which creates the problem
To reproduce the problem, try to add the attached clip
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 "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 ? |