| Anonymous | Login | Signup for a new account | 2013-05-18 21:31 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0002344 | Kdenlive | File Loading | public | 2011-10-04 12:25 | 2011-10-08 00:13 | ||||||||
| Reporter | dercol | ||||||||||||
| Assigned To | j-b-m | ||||||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||||||
| Status | acknowledged | Resolution | open | ||||||||||
| Platform | 64 bit OpenSUSE 11.4 | OS | Tumbleweed | OS Version | Packman | ||||||||
| Product Version | 0.8 | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0002344: capture filename made with dvgrab and timeconde make kdenlive not import clips | ||||||||||||
| Description | the issue I think is related to escaping filename when calling mlt I import clips from a camcorder and I use for dvgrab the parameter --timecode that make filename with some time information for example: capture2011.03.16_16-32-31--01:18:05:02.avi where we have the time of the take and length from the beginning of the tape. I cannot import this clip from kdenlive so I launched kdenlive from strace and tada! here it is the problem: [pid 6117] open("/media/sf_filmati/capture2011.03.16_16-32-31--01", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 6117] open("/media/sf_filmati/capture2011.03.16_16-32-31--01", O_RDONLY) = -1 ENOENT (No such file or directory) as you see, the filename has been truncated.... so kdenlive can't load it | ||||||||||||
| Additional Information | packages: kdenlive-0.8-1.pm.1.6.x86_64 kdenlive-lang-0.8-1.pm.1.6.noarch mlt-0.7.2-1.pm.1.9.x86_64 libmlt4-0.7.2-1.pm.1.9.x86_64 libmlt++3-0.7.2-1.pm.1.9.x86_64 dvgrab-3.5-5.1.x86_64 | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Build/Install Method | Distribution package | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0007415) j-b-m (administrator) 2011-10-07 12:00 |
This is an MLT issue. Currently, MLT does not support loading of video clips with ':' in their name, because it conflicts with the way it handles its parameters... not sure this one will get fixed soon... |
|
(0007416) dercol (reporter) 2011-10-07 12:05 |
so probably it's better if kdenlive sanitizes this because from user point of view, wrong filenames are generated internally by kdenlive (of course by dvgrab) and it's kdenlive that doesn't eat its own cooking. Thank you for your support |
|
(0007417) j-b-m (administrator) 2011-10-07 12:25 |
I agree that it is ridiculous to create a file that then cannot be used. I just committed a workaround in Kdenlive (svn rev. 5947) that will replace ':' with '_' in the files names when importing dvgrab files captured in Kdenlive. |
|
(0007418) yellow (reporter) 2011-10-08 00:13 |
Using ':' colons in filenames also makes them incompatible with Microsoft Windows as well, no big deal, possibly not but something to consider in a mixed network, when files are shared or archiving. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-10-04 12:25 | dercol | New Issue | |
| 2011-10-07 12:00 | j-b-m | Note Added: 0007415 | |
| 2011-10-07 12:00 | j-b-m | Assigned To | => j-b-m |
| 2011-10-07 12:00 | j-b-m | Status | new => acknowledged |
| 2011-10-07 12:05 | dercol | Note Added: 0007416 | |
| 2011-10-07 12:25 | j-b-m | Note Added: 0007417 | |
| 2011-10-08 00:13 | yellow | Note Added: 0007418 | |
| Copyright © 2000 - 2013 MantisBT Team |