diff --git a/paper/c118249-thesis.aux b/paper/c118249-thesis.aux index 04902ba..908350d 100644 --- a/paper/c118249-thesis.aux +++ b/paper/c118249-thesis.aux @@ -22,7 +22,8 @@ \@writefile{lof}{\contentsline {figure}{\numberline {4.4}{\ignorespaces 動画のカット方法}}{14}} \@writefile{toc}{\contentsline {section}{\numberline {4.4}FFmpegでのテロップの表示}{15}} \@writefile{lof}{\contentsline {figure}{\numberline {4.5}{\ignorespaces 実際のテロップの図}}{15}} -\@writefile{toc}{\contentsline {section}{\numberline {4.5}FFmpegでの画像の出力方法}{15}} +\@writefile{toc}{\contentsline {section}{\numberline {4.5}静止画からの動画の出力方法}{15}} +\@writefile{toc}{\contentsline {section}{\numberline {4.6}FFmpegでの画像の出力方法}{16}} \@writefile{toc}{\contentsline {chapter}{\numberline {第5章}結論}{17}} \@writefile{lof}{\addvspace {10\jsc@mpt }} \@writefile{lot}{\addvspace {10\jsc@mpt }} diff --git a/paper/c118249-thesis.dvi b/paper/c118249-thesis.dvi index 0de5c31..f25ec7e 100644 --- a/paper/c118249-thesis.dvi +++ b/paper/c118249-thesis.dvi Binary files differ diff --git a/paper/c118249-thesis.log b/paper/c118249-thesis.log index 022c5d6..4644c91 100644 --- a/paper/c118249-thesis.log +++ b/paper/c118249-thesis.log @@ -1,4 +1,4 @@ -This is e-pTeX, Version 3.14159265-p3.7.1-161114-2.6 (utf8.euc) (TeX Live 2017/Debian) (preloaded format=platex 2020.6.5) 8 DEC 2020 23:18 +This is e-pTeX, Version 3.14159265-p3.7.1-161114-2.6 (utf8.euc) (TeX Live 2017/Debian) (preloaded format=platex 2020.6.5) 8 DEC 2020 23:56 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -276,6 +276,14 @@ [] [] + +Overfull \hbox (113.88875pt too wide) in paragraph at lines 115--115 +[]\OT1/cmtt/m/n/10 ffmpeg -r \JY1/gt/m/n/10 フレ ームレ ート数 \OT1/cmtt/m/n/10 + -loop 1 -t \JY1/gt/m/n/10 出力する動画の長さ \OT1/cmtt/m/n/10 -i \JY1/gt/m/n/1 +0 静止画フ ァイル名 \OT1/cmtt/m/n/10 -vcodec libx264 -pix_fmt yuv420p -r \JY1/g +t/m/n/10 フ + [] + [15] [16] 第5章 [17 @@ -283,25 +291,25 @@ ] [18 ] -Underfull \hbox (badness 3417) in paragraph at lines 123--125 +Underfull \hbox (badness 3417) in paragraph at lines 131--133 []\JY1/mc/m/n/10 反転授業を継続的に行うためのスクリプトによる動画作成システムの 開発 $\OT1/cmtt/m/n/10 https : [] -Underfull \hbox (badness 10000) in paragraph at lines 123--125 +Underfull \hbox (badness 10000) in paragraph at lines 131--133 \OT1/cmtt/m/n/10 / / ipsj . ixsq . nii . ac . jp / ej / ?action = pages _ view _ main & active _ action = repository _ view _ main _ [] -Underfull \hbox (badness 10000) in paragraph at lines 125--127 +Underfull \hbox (badness 10000) in paragraph at lines 133--135 \OT1/cmtt/m/n/10 ?action = pages _ view \ _main & active \ _action = repository \ _view \ _main \ _item \ _detail & item \ [] -Underfull \hbox (badness 10000) in paragraph at lines 127--129 +Underfull \hbox (badness 10000) in paragraph at lines 135--137 \OT1/cmtt/m/n/10 _action = repository \ _view \ _main \ _item \ _detail & item \ _id = 12310 & item \ _no = 1 & page \ _id = 13 & [] @@ -318,6 +326,6 @@ 4966 multiletter control sequences out of 15000+600000 17467 words of font info for 80 fonts, out of 8000000 for 9000 19 hyphenation exceptions out of 8191 - 26i,8n,21p,1480b,338s stack positions out of 5000i,500n,10000p,200000b,80000s + 26i,8n,21p,1480b,370s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on c118249-thesis.dvi (19 pages, 16896 bytes). +Output written on c118249-thesis.dvi (19 pages, 17652 bytes). diff --git a/paper/c118249-thesis.pdf b/paper/c118249-thesis.pdf index 55c7ebb..60698f4 100644 --- a/paper/c118249-thesis.pdf +++ b/paper/c118249-thesis.pdf Binary files differ diff --git a/paper/c118249-thesis.tex b/paper/c118249-thesis.tex index da51b4b..659fa14 100644 --- a/paper/c118249-thesis.tex +++ b/paper/c118249-thesis.tex @@ -107,6 +107,14 @@ 文字を直接コマンドに記述したり、ファイルを読み込んで描写するdrawtextフィルタを用いてテロップを表示している。文字を動かしたり、内容を変更したり、色を変えることが出来る。日本語は日本語に対応したフォントでないと描写できないので注意が必要である。 +\section{静止画からの動画の出力方法} +1枚の静止画から動画を出力する際には次のコマンドを入力する。 +\begin{verbatim} +ffmpeg -r 60 -loop 1 -t 4.0 -i op.jpg -vcodec libx264 -pix_fmt yuv420p -r 60 OP.mp4 +ffmpeg -r フレームレート数 -loop 1 -t 出力する動画の長さ -i 静止画ファイル名 -vcodec libx264 -pix_fmt yuv420p -r フレームレート数 完成動画ファイル名 +\end{verbatim} +このコマンド以外にも複数の静止画から動画を作成するコマンドや音声ファイルと静止画から動画を作成するコマンドもある。 + \section{FFmpegでの画像の出力方法} \begin{verbatim} ffmpeg -i inputvideo.mp4 -vf "movie=watermarklogo.png [watermark];[in][watermark] diff --git a/paper/c118249-thesis.toc b/paper/c118249-thesis.toc index e53a42a..361a0c9 100644 --- a/paper/c118249-thesis.toc +++ b/paper/c118249-thesis.toc @@ -7,6 +7,7 @@ \contentsline {section}{\numberline {4.2}FFmpegでの動画の結合}{11} \contentsline {section}{\numberline {4.3}FFmpegでの動画のカット}{14} \contentsline {section}{\numberline {4.4}FFmpegでのテロップの表示}{15} -\contentsline {section}{\numberline {4.5}FFmpegでの画像の出力方法}{15} +\contentsline {section}{\numberline {4.5}静止画からの動画の出力方法}{15} +\contentsline {section}{\numberline {4.6}FFmpegでの画像の出力方法}{16} \contentsline {chapter}{\numberline {第5章}結論}{17} \contentsline {chapter}{参考文献}{19}