annotate docs/manual/movie-linux/manual.html @ 3849:42007ab474e0

shotcut text add
author Yusuke <Yusuke@www.yatex.org>
date Fri, 08 Feb 2019 14:32:20 +0900
parents d9472577d039
children ebb6e8dd583f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3848
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
1 <!DOCTYPE html>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
2 <html>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
3 <head>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
4 <title>Linux/Windows で動画編修</title>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
5 <style type="text/css"></style>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
6 <link rel="stylesheet" type="text/css" href="https://skip.koeki-prj.org/main.css">
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
7 </head>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
8
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
9 <body>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
10 <h1>Linux/Windows で動画編集</h1>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
11
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
12 <h2>目次</h2>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
13 <ol>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
14 <li><a href="#youi">用意するもの</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
15 <li><a href="#gamen">Shotcutの概要</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
16 <li><a href="#kihon">動画の作成方法と動画の取り込み方</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
17 <li><a href="#nagasa">動画(素材)の長さの調節</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
18 <li><a href="#telop">テロップの入れ方</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
19 <li><a href="#hozon">動画の保存方法</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
20 </ol>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
21
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
22 <h2 id="youi">用意するもの</h2>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
23 <ul>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
24 <li><a href="https://shotcut.org/">Shotcut</a></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
25 <li>テキストを書けるソフト、アプリ(Emacs など)</li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
26 <li>撮影した動画</li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
27 </ul>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
28
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
29 <h2 id="gamen">Shotcut の概要</h2>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
30
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
31
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
32 <ol>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
33 <li><h4>インストール手順 </h4></li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
34 </ol>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
35 <p>Linux </p>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
36 <p>sudo apt install shotcut</p>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
37 <p>Windows</p>
3849
42007ab474e0 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents: 3848
diff changeset
38 <p><a href="https://shotcut.org/download/">Shotcut Download</a> からどうぞ</p>
3848
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
39
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
40
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
41 <h2 id="kihon">動画の作成方法と動画の取り込み方</h2>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
42
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
43 <ol>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
44 <li>「ファイルを開く(O)」をクリックします。</li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
45
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
46 <a href="mvopen.png"><img src="mvopen.png" alt="動画の取り込み画面" width="600px"></a>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
47
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
48 <li>動画ファイルを選択します</li>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
49
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
50 <h2 id="nagasa">動画(素材)の長さの調節</h2>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
51 <a href="mvtimeline.png"><img src="mvtimeline.png" alt="素材の長さの調節画面" width="600px"></a>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
52 <a href="mvdelete.png"><img src="mvdelete.png" alt="素材の長さの短縮画面" width="600px"></a>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
53 <a href="mvmix.png"><img src="mvmix.png" alt="素材の長さの調節画面" width="600px"></a>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
54
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
55 <h2 id="hozon">動画の保存方法</h2>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
56 <a href="mvdefault.png"><img src="mvdefault.png" alt="素材の長さの調節画面" width="600px"></a>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
57
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
58
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
59 <div class="back">
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
60
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
61 <h4><a href="https://skip.koeki-prj.org/" class="tlink">トップへ戻る</a></h4>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
62 </div>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
63
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
64 </body>
d9472577d039 shotcut text add
Yusuke <Yusuke@www.yatex.org>
parents:
diff changeset
65 </html>

yatex.org