お世話になっております。
MLTというフレームワークが必要になりまして、サイトからダウンロードしました。
ですが、インストール方法が分からず、手間取っております。
前回、一度ダウンロードはできたのですが、手順が紛失してしまい分からなくなってしまいました。
下記がURLです。
https://www.mltframework.org/
上記URLからダウンロードを押すと、下記サイトへ。
https://github.com/mltframework/mlt/releases
参考URL
https://www.mltframework.org/docs/buildscripts/#preparation-1
https://www.mltframework.org/docs/install/
https://www.mltframework.org/docs/windowsbuild/
参考URLを見てもいまいちわかりません。
前回は、PowerSell使った覚えがあります。
インストールに成功すると、PowerSellに『melt』とコマンドすると下記のように表示されます。
PowerSell
1PS C:\Users\ユーザー名> melt 2Usage: melt.exe [options] [producer [name=value]* ]+ 3Options: 4 -attach filter[:arg] [name=value]* Attach a filter to the output 5 -attach-cut filter[:arg] [name=value]* Attach a filter to a cut 6 -attach-track filter[:arg] [name=value]* Attach a filter to a track 7 -attach-clip filter[:arg] [name=value]* Attach a filter to a producer 8 -audio-track | -hide-video Add an audio-only track 9 -blank frames Add blank silence to a track 10 -chain id[:arg] [name=value]* Add a producer as a chain 11 -consumer id[:arg] [name=value]* Set the consumer (sink) 12 -debug Set the logging level to debug 13 -filter filter[:arg] [name=value]* Add a filter to the current track 14 -getc Get keyboard input using getc 15 -group [name=value]* Apply properties repeatedly 16 -help Show this message 17 -jack Enable JACK transport synchronization 18 -join clips Join multiple clips into one cut 19 -link id[:arg] [name=value]* Add a link to a chain 20 -mix length Add a mix between the last two cuts 21 -mixer transition Add a transition to the mix 22 -null-track | -hide-track Add a hidden track 23 -profile name Set the processing settings 24 -progress Display progress along with position 25 -query List all of the registered services 26 -query "consumers" | "consumer"=id List consumers or show info about one 27 -query "filters" | "filter"=id List filters or show info about one 28 -query "producers" | "producer"=id List producers or show info about one 29 -query "transitions" | "transition"=id List transitions, show info about one 30 -query "profiles" | "profile"=id List profiles, show info about one 31 -query "presets" | "preset"=id List presets, show info about one 32 -query "formats" List audio/video formats 33 -query "audio_codecs" List audio codecs 34 -query "video_codecs" List video codecs 35 -quiet Set the logging level to quiet 36 -remove Remove the most recent cut 37 -repeat times Repeat the last cut 38 -repository path Set the directory of MLT modules 39 -serialise [filename] Write the commands to a text file 40 -silent Do not display position/transport 41 -split relative-frame Split the last cut into two cuts 42 -swap Rearrange the last two cuts 43 -track Add a track 44 -transition id[:arg] [name=value]* Add a transition 45 -verbose Set the logging level to verbose 46 -timings Set the logging level to timings 47 -version Show the version and copyright 48 -video-track | -hide-audio Add a video-only track 49For more help: <https://www.mltframework.org/>
今は、コマンドを打っても下記のような状態です。
PowerSell
1melt : 用語 'melt' は、コマンドレット、関数、スクリプト ファイル、または操作可能なプログラムの名前として認識されません。名前 2が正しく記述されていることを確認し、パスが含まれている場合はそのパスが正しいことを確認してから、再試行してください。 3発生場所 行:1 文字:1 4+ melt 5+ 6 + CategoryInfo : ObjectNotFound: (k:String) [], CommandNotFoundException 7 + FullyQualifiedErrorId : CommandNotFoundException
インストール方法が分かる方、どうかよろしくお願いいたします。
あなたの回答
tips
プレビュー