質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.46%
C++

C++はC言語をもとにしてつくられた最もよく使われるマルチパラダイムプログラミング言語の1つです。オブジェクト指向、ジェネリック、命令型など広く対応しており、多目的に使用されています。

Q&A

0回答

601閲覧

MLTインストール方法について

yhirasawa

総合スコア2

C++

C++はC言語をもとにしてつくられた最もよく使われるマルチパラダイムプログラミング言語の1つです。オブジェクト指向、ジェネリック、命令型など広く対応しており、多目的に使用されています。

0グッド

0クリップ

投稿2021/10/22 05:20

お世話になっております。

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

インストール方法が分かる方、どうかよろしくお願いいたします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.46%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問