It seems I can now use relitive paths in a .mlt file.
../dv/Stowe_Hall/2015-11-14/video swang
11:14/Clip1ATK3.mov
Is this expected to work?
And should it work with odd chars in the name, like colons?
some work, this does not:
(veyepar)juser@cnt1:~$ melt
Videos/veyepar/nodevember/nodevember15/c
Hmm.. doing testing with just a path to the media file, so no mlt file.
maybe a different issue. I'll try a simple mlt file next.
this errors:
bar:bar/00_00_00.dv
these do not:
foo/bar:bar/00_00_00.dv
./bar:bar/00_00_00.dv
../bar:bar/00_00_00.dv
carl@twist:~/temp$ tree foo/
foo/
├── bar:bar
│
Um.. I can't figure out the pattern.
other than: give carl file names with colons and watch carl get mad.
If I remove the colon, everything works fine.
carl@twist:~/temp$ ./t.sh
+ cd /home/carl/temp
+ tree
.
├── buz
│ └── foo.mlt
├── foo
│ ├── bar:bar
│ │ └── 00_00_00.dv
│ └── baz
└──
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: dc14c08d8819188165fa281c183920053e72d06b
https://github.com/mltframework/mlt/commit/dc14c08d8819188165fa281c183920053e72d06b
Author: Brian Matherly
Date: 2015-11-30 (Mon, 30 Nov 2015)
Changed paths:
I have a theory that your colons might be confusing the loader. The loader
supports a feature were the service can be specified as part of the argument
with a colon delimiter:
https://github.com/mltframework/mlt/blob/master/src/modules/core/producer_loader.c#L45
Perhaps your colon is getting pick
ah right. I was thinking dos drive letters.
ok, I'll just hit the colons with a hammer and move on.
thanks for looking into it.
On Tue, Dec 1, 2015 at 8:15 PM, Brian Matherly
wrote:
> I have a theory that your colons might be confusing the loader. The loader
> supports a feature were the se