[Info] Title=JPEGサムネイル, PSP & WALKMAN(直接出力) TitleE=Model: JPG-Thumbnail, for PSP & WALKMAN (Direct, renamed) Description=PSPのVIDEOフォルダで使われているJPG形式のサムネイルを生成します。メモリースティックのms0:/VIDEO/以下に、出てきたファイル(.JPG)をそのままコピーしてください。または出力先ディレクトリを前述のフォルダに指定してください。AVC設定はPSPファームウェアバージョン3.03以降専用です。 DescriptionE=for PSP, JPEG format. Put your converted files to ms0:/VIDEO/ in the PSP-MemoryStick Pro Duo. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; このファイルの使い方 ; ; 携帯動画変換君がインストールされているフォルダの中の ; C:\3GP_Converter\default_setting\ ; へ このまま入れて、セットアップからこのファイルを選んで ; 携帯動画変換君でサムネイル作りを実行します ; ; サムネイル画像の出力先を、PSPのメモリースティック ; ms0:/VIDEO/〜/ に指定してから実行してください ; ; サムネイルにしたいシーンを動画プレイヤーで時間を計って ; 携帯動画変換君でその時間に合わせてから動画をドロップすると ; サムネイル画像が出力されます ; ; 0秒位置から、指定の秒数まで SEEK するのでちょっと時間がかかります ; ドラマとかアニメとかのタイトル画像をサムネイルにするなら、 ; 「1枚作って コピー&貼り付け&リネーム」で行なうと効率が良いです ; 0秒〜60秒の間で、0.1秒単位で任意の位置をサムネイルに出来ます! ; すげぇなぁ、ffmpeg ちゃん(はぁと) ; ; 【 注意とか 】 ; 一部の動画形式 (FLV など)をドロップした場合、サムネイルが作られない ; ことがあるようです。ffmpeg を新しいものに差し替えるなどすると良いかと ; 思われます。動く、動かない、は保障できません。 ; 各自、動作する最新版の ffmpeg に差し替えることをお勧めします ; ; このファイルの一時配布URL ; http://nekoyama2gillien.blog36.fc2.com/blog-entry-77.html ; ; 開発責任者 : 猫山猫宗 ; ; 製作に使ったのは、Borland C++ 5.5 です。 ; プログラムを作って出力させました。 ; 手作業ではありません。 ; ;------------------------------------------------------------------------ ; 4:3動画のサムネイル ココから (0.0秒〜60.0秒まで、0.1秒単位) ;------------------------------------------------------------------------ [Item0] Title=4:3  0秒目 TitleE=4:3  0秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item1] Title=4:3  0.1秒目 TitleE=4:3  0.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item2] Title=4:3  0.2秒目 TitleE=4:3  0.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item3] Title=4:3  0.3秒目 TitleE=4:3  0.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item4] Title=4:3  0.4秒目 TitleE=4:3  0.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item5] Title=4:3  0.5秒目 TitleE=4:3  0.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item6] Title=4:3  0.6秒目 TitleE=4:3  0.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item7] Title=4:3  0.7秒目 TitleE=4:3  0.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item8] Title=4:3  0.8秒目 TitleE=4:3  0.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item9] Title=4:3  0.9秒目 TitleE=4:3  0.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item10] Title=4:3  1秒目 TitleE=4:3  1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item11] Title=4:3  1.1秒目 TitleE=4:3  1.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item12] Title=4:3  1.2秒目 TitleE=4:3  1.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item13] Title=4:3  1.3秒目 TitleE=4:3  1.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item14] Title=4:3  1.4秒目 TitleE=4:3  1.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item15] Title=4:3  1.5秒目 TitleE=4:3  1.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item16] Title=4:3  1.6秒目 TitleE=4:3  1.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item17] Title=4:3  1.7秒目 TitleE=4:3  1.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item18] Title=4:3  1.8秒目 TitleE=4:3  1.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item19] Title=4:3  1.9秒目 TitleE=4:3  1.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item20] Title=4:3  2秒目 TitleE=4:3  2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item21] Title=4:3  2.1秒目 TitleE=4:3  2.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item22] Title=4:3  2.2秒目 TitleE=4:3  2.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item23] Title=4:3  2.3秒目 TitleE=4:3  2.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item24] Title=4:3  2.4秒目 TitleE=4:3  2.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item25] Title=4:3  2.5秒目 TitleE=4:3  2.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item26] Title=4:3  2.6秒目 TitleE=4:3  2.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item27] Title=4:3  2.7秒目 TitleE=4:3  2.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item28] Title=4:3  2.8秒目 TitleE=4:3  2.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item29] Title=4:3  2.9秒目 TitleE=4:3  2.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item30] Title=4:3  3秒目 TitleE=4:3  3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item31] Title=4:3  3.1秒目 TitleE=4:3  3.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item32] Title=4:3  3.2秒目 TitleE=4:3  3.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item33] Title=4:3  3.3秒目 TitleE=4:3  3.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item34] Title=4:3  3.4秒目 TitleE=4:3  3.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item35] Title=4:3  3.5秒目 TitleE=4:3  3.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item36] Title=4:3  3.6秒目 TitleE=4:3  3.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item37] Title=4:3  3.7秒目 TitleE=4:3  3.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item38] Title=4:3  3.8秒目 TitleE=4:3  3.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item39] Title=4:3  3.9秒目 TitleE=4:3  3.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item40] Title=4:3  4秒目 TitleE=4:3  4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item41] Title=4:3  4.1秒目 TitleE=4:3  4.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item42] Title=4:3  4.2秒目 TitleE=4:3  4.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item43] Title=4:3  4.3秒目 TitleE=4:3  4.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item44] Title=4:3  4.4秒目 TitleE=4:3  4.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item45] Title=4:3  4.5秒目 TitleE=4:3  4.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item46] Title=4:3  4.6秒目 TitleE=4:3  4.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item47] Title=4:3  4.7秒目 TitleE=4:3  4.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item48] Title=4:3  4.8秒目 TitleE=4:3  4.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item49] Title=4:3  4.9秒目 TitleE=4:3  4.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item50] Title=4:3  5秒目 TitleE=4:3  5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item51] Title=4:3  5.1秒目 TitleE=4:3  5.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item52] Title=4:3  5.2秒目 TitleE=4:3  5.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item53] Title=4:3  5.3秒目 TitleE=4:3  5.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item54] Title=4:3  5.4秒目 TitleE=4:3  5.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item55] Title=4:3  5.5秒目 TitleE=4:3  5.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item56] Title=4:3  5.6秒目 TitleE=4:3  5.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item57] Title=4:3  5.7秒目 TitleE=4:3  5.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item58] Title=4:3  5.8秒目 TitleE=4:3  5.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item59] Title=4:3  5.9秒目 TitleE=4:3  5.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item60] Title=4:3  6秒目 TitleE=4:3  6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item61] Title=4:3  6.1秒目 TitleE=4:3  6.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item62] Title=4:3  6.2秒目 TitleE=4:3  6.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item63] Title=4:3  6.3秒目 TitleE=4:3  6.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item64] Title=4:3  6.4秒目 TitleE=4:3  6.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item65] Title=4:3  6.5秒目 TitleE=4:3  6.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item66] Title=4:3  6.6秒目 TitleE=4:3  6.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item67] Title=4:3  6.7秒目 TitleE=4:3  6.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item68] Title=4:3  6.8秒目 TitleE=4:3  6.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item69] Title=4:3  6.9秒目 TitleE=4:3  6.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item70] Title=4:3  7秒目 TitleE=4:3  7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item71] Title=4:3  7.1秒目 TitleE=4:3  7.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item72] Title=4:3  7.2秒目 TitleE=4:3  7.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item73] Title=4:3  7.3秒目 TitleE=4:3  7.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item74] Title=4:3  7.4秒目 TitleE=4:3  7.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item75] Title=4:3  7.5秒目 TitleE=4:3  7.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item76] Title=4:3  7.6秒目 TitleE=4:3  7.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item77] Title=4:3  7.7秒目 TitleE=4:3  7.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item78] Title=4:3  7.8秒目 TitleE=4:3  7.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item79] Title=4:3  7.9秒目 TitleE=4:3  7.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item80] Title=4:3  8秒目 TitleE=4:3  8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item81] Title=4:3  8.1秒目 TitleE=4:3  8.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item82] Title=4:3  8.2秒目 TitleE=4:3  8.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item83] Title=4:3  8.3秒目 TitleE=4:3  8.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item84] Title=4:3  8.4秒目 TitleE=4:3  8.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item85] Title=4:3  8.5秒目 TitleE=4:3  8.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item86] Title=4:3  8.6秒目 TitleE=4:3  8.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item87] Title=4:3  8.7秒目 TitleE=4:3  8.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item88] Title=4:3  8.8秒目 TitleE=4:3  8.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item89] Title=4:3  8.9秒目 TitleE=4:3  8.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item90] Title=4:3  9秒目 TitleE=4:3  9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item91] Title=4:3  9.1秒目 TitleE=4:3  9.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item92] Title=4:3  9.2秒目 TitleE=4:3  9.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item93] Title=4:3  9.3秒目 TitleE=4:3  9.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item94] Title=4:3  9.4秒目 TitleE=4:3  9.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item95] Title=4:3  9.5秒目 TitleE=4:3  9.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item96] Title=4:3  9.6秒目 TitleE=4:3  9.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item97] Title=4:3  9.7秒目 TitleE=4:3  9.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item98] Title=4:3  9.8秒目 TitleE=4:3  9.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item99] Title=4:3  9.9秒目 TitleE=4:3  9.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item100] Title=4:3  10秒目 TitleE=4:3  10秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item101] Title=4:3  10.1秒目 TitleE=4:3  10.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item102] Title=4:3  10.2秒目 TitleE=4:3  10.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item103] Title=4:3  10.3秒目 TitleE=4:3  10.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item104] Title=4:3  10.4秒目 TitleE=4:3  10.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item105] Title=4:3  10.5秒目 TitleE=4:3  10.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item106] Title=4:3  10.6秒目 TitleE=4:3  10.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item107] Title=4:3  10.7秒目 TitleE=4:3  10.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item108] Title=4:3  10.8秒目 TitleE=4:3  10.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item109] Title=4:3  10.9秒目 TitleE=4:3  10.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item110] Title=4:3  11秒目 TitleE=4:3  11秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item111] Title=4:3  11.1秒目 TitleE=4:3  11.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item112] Title=4:3  11.2秒目 TitleE=4:3  11.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item113] Title=4:3  11.3秒目 TitleE=4:3  11.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item114] Title=4:3  11.4秒目 TitleE=4:3  11.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item115] Title=4:3  11.5秒目 TitleE=4:3  11.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item116] Title=4:3  11.6秒目 TitleE=4:3  11.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item117] Title=4:3  11.7秒目 TitleE=4:3  11.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item118] Title=4:3  11.8秒目 TitleE=4:3  11.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item119] Title=4:3  11.9秒目 TitleE=4:3  11.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item120] Title=4:3  12秒目 TitleE=4:3  12秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item121] Title=4:3  12.1秒目 TitleE=4:3  12.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item122] Title=4:3  12.2秒目 TitleE=4:3  12.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item123] Title=4:3  12.3秒目 TitleE=4:3  12.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item124] Title=4:3  12.4秒目 TitleE=4:3  12.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item125] Title=4:3  12.5秒目 TitleE=4:3  12.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item126] Title=4:3  12.6秒目 TitleE=4:3  12.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item127] Title=4:3  12.7秒目 TitleE=4:3  12.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item128] Title=4:3  12.8秒目 TitleE=4:3  12.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item129] Title=4:3  12.9秒目 TitleE=4:3  12.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item130] Title=4:3  13秒目 TitleE=4:3  13秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item131] Title=4:3  13.1秒目 TitleE=4:3  13.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item132] Title=4:3  13.2秒目 TitleE=4:3  13.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item133] Title=4:3  13.3秒目 TitleE=4:3  13.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item134] Title=4:3  13.4秒目 TitleE=4:3  13.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item135] Title=4:3  13.5秒目 TitleE=4:3  13.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item136] Title=4:3  13.6秒目 TitleE=4:3  13.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item137] Title=4:3  13.7秒目 TitleE=4:3  13.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item138] Title=4:3  13.8秒目 TitleE=4:3  13.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item139] Title=4:3  13.9秒目 TitleE=4:3  13.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item140] Title=4:3  14秒目 TitleE=4:3  14秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item141] Title=4:3  14.1秒目 TitleE=4:3  14.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item142] Title=4:3  14.2秒目 TitleE=4:3  14.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item143] Title=4:3  14.3秒目 TitleE=4:3  14.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item144] Title=4:3  14.4秒目 TitleE=4:3  14.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item145] Title=4:3  14.5秒目 TitleE=4:3  14.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item146] Title=4:3  14.6秒目 TitleE=4:3  14.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item147] Title=4:3  14.7秒目 TitleE=4:3  14.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item148] Title=4:3  14.8秒目 TitleE=4:3  14.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item149] Title=4:3  14.9秒目 TitleE=4:3  14.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item150] Title=4:3  15秒目 TitleE=4:3  15秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item151] Title=4:3  15.1秒目 TitleE=4:3  15.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item152] Title=4:3  15.2秒目 TitleE=4:3  15.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item153] Title=4:3  15.3秒目 TitleE=4:3  15.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item154] Title=4:3  15.4秒目 TitleE=4:3  15.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item155] Title=4:3  15.5秒目 TitleE=4:3  15.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item156] Title=4:3  15.6秒目 TitleE=4:3  15.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item157] Title=4:3  15.7秒目 TitleE=4:3  15.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item158] Title=4:3  15.8秒目 TitleE=4:3  15.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item159] Title=4:3  15.9秒目 TitleE=4:3  15.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item160] Title=4:3  16秒目 TitleE=4:3  16秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item161] Title=4:3  16.1秒目 TitleE=4:3  16.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item162] Title=4:3  16.2秒目 TitleE=4:3  16.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item163] Title=4:3  16.3秒目 TitleE=4:3  16.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item164] Title=4:3  16.4秒目 TitleE=4:3  16.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item165] Title=4:3  16.5秒目 TitleE=4:3  16.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item166] Title=4:3  16.6秒目 TitleE=4:3  16.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item167] Title=4:3  16.7秒目 TitleE=4:3  16.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item168] Title=4:3  16.8秒目 TitleE=4:3  16.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item169] Title=4:3  16.9秒目 TitleE=4:3  16.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item170] Title=4:3  17秒目 TitleE=4:3  17秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item171] Title=4:3  17.1秒目 TitleE=4:3  17.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item172] Title=4:3  17.2秒目 TitleE=4:3  17.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item173] Title=4:3  17.3秒目 TitleE=4:3  17.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item174] Title=4:3  17.4秒目 TitleE=4:3  17.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item175] Title=4:3  17.5秒目 TitleE=4:3  17.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item176] Title=4:3  17.6秒目 TitleE=4:3  17.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item177] Title=4:3  17.7秒目 TitleE=4:3  17.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item178] Title=4:3  17.8秒目 TitleE=4:3  17.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item179] Title=4:3  17.9秒目 TitleE=4:3  17.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item180] Title=4:3  18秒目 TitleE=4:3  18秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item181] Title=4:3  18.1秒目 TitleE=4:3  18.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item182] Title=4:3  18.2秒目 TitleE=4:3  18.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item183] Title=4:3  18.3秒目 TitleE=4:3  18.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item184] Title=4:3  18.4秒目 TitleE=4:3  18.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item185] Title=4:3  18.5秒目 TitleE=4:3  18.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item186] Title=4:3  18.6秒目 TitleE=4:3  18.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item187] Title=4:3  18.7秒目 TitleE=4:3  18.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item188] Title=4:3  18.8秒目 TitleE=4:3  18.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item189] Title=4:3  18.9秒目 TitleE=4:3  18.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item190] Title=4:3  19秒目 TitleE=4:3  19秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item191] Title=4:3  19.1秒目 TitleE=4:3  19.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item192] Title=4:3  19.2秒目 TitleE=4:3  19.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item193] Title=4:3  19.3秒目 TitleE=4:3  19.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item194] Title=4:3  19.4秒目 TitleE=4:3  19.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item195] Title=4:3  19.5秒目 TitleE=4:3  19.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item196] Title=4:3  19.6秒目 TitleE=4:3  19.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item197] Title=4:3  19.7秒目 TitleE=4:3  19.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item198] Title=4:3  19.8秒目 TitleE=4:3  19.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item199] Title=4:3  19.9秒目 TitleE=4:3  19.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item200] Title=4:3  20秒目 TitleE=4:3  20秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item201] Title=4:3  20.1秒目 TitleE=4:3  20.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item202] Title=4:3  20.2秒目 TitleE=4:3  20.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item203] Title=4:3  20.3秒目 TitleE=4:3  20.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item204] Title=4:3  20.4秒目 TitleE=4:3  20.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item205] Title=4:3  20.5秒目 TitleE=4:3  20.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item206] Title=4:3  20.6秒目 TitleE=4:3  20.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item207] Title=4:3  20.7秒目 TitleE=4:3  20.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item208] Title=4:3  20.8秒目 TitleE=4:3  20.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item209] Title=4:3  20.9秒目 TitleE=4:3  20.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item210] Title=4:3  21秒目 TitleE=4:3  21秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item211] Title=4:3  21.1秒目 TitleE=4:3  21.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item212] Title=4:3  21.2秒目 TitleE=4:3  21.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item213] Title=4:3  21.3秒目 TitleE=4:3  21.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item214] Title=4:3  21.4秒目 TitleE=4:3  21.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item215] Title=4:3  21.5秒目 TitleE=4:3  21.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item216] Title=4:3  21.6秒目 TitleE=4:3  21.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item217] Title=4:3  21.7秒目 TitleE=4:3  21.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item218] Title=4:3  21.8秒目 TitleE=4:3  21.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item219] Title=4:3  21.9秒目 TitleE=4:3  21.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item220] Title=4:3  22秒目 TitleE=4:3  22秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item221] Title=4:3  22.1秒目 TitleE=4:3  22.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item222] Title=4:3  22.2秒目 TitleE=4:3  22.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item223] Title=4:3  22.3秒目 TitleE=4:3  22.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item224] Title=4:3  22.4秒目 TitleE=4:3  22.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item225] Title=4:3  22.5秒目 TitleE=4:3  22.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item226] Title=4:3  22.6秒目 TitleE=4:3  22.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item227] Title=4:3  22.7秒目 TitleE=4:3  22.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item228] Title=4:3  22.8秒目 TitleE=4:3  22.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item229] Title=4:3  22.9秒目 TitleE=4:3  22.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item230] Title=4:3  23秒目 TitleE=4:3  23秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item231] Title=4:3  23.1秒目 TitleE=4:3  23.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item232] Title=4:3  23.2秒目 TitleE=4:3  23.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item233] Title=4:3  23.3秒目 TitleE=4:3  23.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item234] Title=4:3  23.4秒目 TitleE=4:3  23.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item235] Title=4:3  23.5秒目 TitleE=4:3  23.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item236] Title=4:3  23.6秒目 TitleE=4:3  23.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item237] Title=4:3  23.7秒目 TitleE=4:3  23.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item238] Title=4:3  23.8秒目 TitleE=4:3  23.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item239] Title=4:3  23.9秒目 TitleE=4:3  23.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item240] Title=4:3  24秒目 TitleE=4:3  24秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item241] Title=4:3  24.1秒目 TitleE=4:3  24.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item242] Title=4:3  24.2秒目 TitleE=4:3  24.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item243] Title=4:3  24.3秒目 TitleE=4:3  24.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item244] Title=4:3  24.4秒目 TitleE=4:3  24.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item245] Title=4:3  24.5秒目 TitleE=4:3  24.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item246] Title=4:3  24.6秒目 TitleE=4:3  24.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item247] Title=4:3  24.7秒目 TitleE=4:3  24.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item248] Title=4:3  24.8秒目 TitleE=4:3  24.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item249] Title=4:3  24.9秒目 TitleE=4:3  24.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item250] Title=4:3  25秒目 TitleE=4:3  25秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item251] Title=4:3  25.1秒目 TitleE=4:3  25.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item252] Title=4:3  25.2秒目 TitleE=4:3  25.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item253] Title=4:3  25.3秒目 TitleE=4:3  25.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item254] Title=4:3  25.4秒目 TitleE=4:3  25.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item255] Title=4:3  25.5秒目 TitleE=4:3  25.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item256] Title=4:3  25.6秒目 TitleE=4:3  25.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item257] Title=4:3  25.7秒目 TitleE=4:3  25.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item258] Title=4:3  25.8秒目 TitleE=4:3  25.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item259] Title=4:3  25.9秒目 TitleE=4:3  25.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item260] Title=4:3  26秒目 TitleE=4:3  26秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item261] Title=4:3  26.1秒目 TitleE=4:3  26.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item262] Title=4:3  26.2秒目 TitleE=4:3  26.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item263] Title=4:3  26.3秒目 TitleE=4:3  26.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item264] Title=4:3  26.4秒目 TitleE=4:3  26.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item265] Title=4:3  26.5秒目 TitleE=4:3  26.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item266] Title=4:3  26.6秒目 TitleE=4:3  26.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item267] Title=4:3  26.7秒目 TitleE=4:3  26.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item268] Title=4:3  26.8秒目 TitleE=4:3  26.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item269] Title=4:3  26.9秒目 TitleE=4:3  26.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item270] Title=4:3  27秒目 TitleE=4:3  27秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item271] Title=4:3  27.1秒目 TitleE=4:3  27.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item272] Title=4:3  27.2秒目 TitleE=4:3  27.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item273] Title=4:3  27.3秒目 TitleE=4:3  27.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item274] Title=4:3  27.4秒目 TitleE=4:3  27.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item275] Title=4:3  27.5秒目 TitleE=4:3  27.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item276] Title=4:3  27.6秒目 TitleE=4:3  27.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item277] Title=4:3  27.7秒目 TitleE=4:3  27.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item278] Title=4:3  27.8秒目 TitleE=4:3  27.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item279] Title=4:3  27.9秒目 TitleE=4:3  27.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item280] Title=4:3  28秒目 TitleE=4:3  28秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item281] Title=4:3  28.1秒目 TitleE=4:3  28.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item282] Title=4:3  28.2秒目 TitleE=4:3  28.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item283] Title=4:3  28.3秒目 TitleE=4:3  28.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item284] Title=4:3  28.4秒目 TitleE=4:3  28.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item285] Title=4:3  28.5秒目 TitleE=4:3  28.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item286] Title=4:3  28.6秒目 TitleE=4:3  28.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item287] Title=4:3  28.7秒目 TitleE=4:3  28.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item288] Title=4:3  28.8秒目 TitleE=4:3  28.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item289] Title=4:3  28.9秒目 TitleE=4:3  28.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item290] Title=4:3  29秒目 TitleE=4:3  29秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item291] Title=4:3  29.1秒目 TitleE=4:3  29.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item292] Title=4:3  29.2秒目 TitleE=4:3  29.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item293] Title=4:3  29.3秒目 TitleE=4:3  29.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item294] Title=4:3  29.4秒目 TitleE=4:3  29.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item295] Title=4:3  29.5秒目 TitleE=4:3  29.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item296] Title=4:3  29.6秒目 TitleE=4:3  29.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item297] Title=4:3  29.7秒目 TitleE=4:3  29.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item298] Title=4:3  29.8秒目 TitleE=4:3  29.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item299] Title=4:3  29.9秒目 TitleE=4:3  29.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item300] Title=4:3  30秒目 TitleE=4:3  30秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item301] Title=4:3  30.1秒目 TitleE=4:3  30.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item302] Title=4:3  30.2秒目 TitleE=4:3  30.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item303] Title=4:3  30.3秒目 TitleE=4:3  30.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item304] Title=4:3  30.4秒目 TitleE=4:3  30.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item305] Title=4:3  30.5秒目 TitleE=4:3  30.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item306] Title=4:3  30.6秒目 TitleE=4:3  30.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item307] Title=4:3  30.7秒目 TitleE=4:3  30.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item308] Title=4:3  30.8秒目 TitleE=4:3  30.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item309] Title=4:3  30.9秒目 TitleE=4:3  30.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item310] Title=4:3  31秒目 TitleE=4:3  31秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item311] Title=4:3  31.1秒目 TitleE=4:3  31.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item312] Title=4:3  31.2秒目 TitleE=4:3  31.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item313] Title=4:3  31.3秒目 TitleE=4:3  31.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item314] Title=4:3  31.4秒目 TitleE=4:3  31.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item315] Title=4:3  31.5秒目 TitleE=4:3  31.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item316] Title=4:3  31.6秒目 TitleE=4:3  31.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item317] Title=4:3  31.7秒目 TitleE=4:3  31.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item318] Title=4:3  31.8秒目 TitleE=4:3  31.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item319] Title=4:3  31.9秒目 TitleE=4:3  31.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item320] Title=4:3  32秒目 TitleE=4:3  32秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item321] Title=4:3  32.1秒目 TitleE=4:3  32.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item322] Title=4:3  32.2秒目 TitleE=4:3  32.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item323] Title=4:3  32.3秒目 TitleE=4:3  32.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item324] Title=4:3  32.4秒目 TitleE=4:3  32.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item325] Title=4:3  32.5秒目 TitleE=4:3  32.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item326] Title=4:3  32.6秒目 TitleE=4:3  32.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item327] Title=4:3  32.7秒目 TitleE=4:3  32.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item328] Title=4:3  32.8秒目 TitleE=4:3  32.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item329] Title=4:3  32.9秒目 TitleE=4:3  32.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item330] Title=4:3  33秒目 TitleE=4:3  33秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item331] Title=4:3  33.1秒目 TitleE=4:3  33.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item332] Title=4:3  33.2秒目 TitleE=4:3  33.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item333] Title=4:3  33.3秒目 TitleE=4:3  33.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item334] Title=4:3  33.4秒目 TitleE=4:3  33.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item335] Title=4:3  33.5秒目 TitleE=4:3  33.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item336] Title=4:3  33.6秒目 TitleE=4:3  33.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item337] Title=4:3  33.7秒目 TitleE=4:3  33.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item338] Title=4:3  33.8秒目 TitleE=4:3  33.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item339] Title=4:3  33.9秒目 TitleE=4:3  33.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item340] Title=4:3  34秒目 TitleE=4:3  34秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item341] Title=4:3  34.1秒目 TitleE=4:3  34.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item342] Title=4:3  34.2秒目 TitleE=4:3  34.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item343] Title=4:3  34.3秒目 TitleE=4:3  34.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item344] Title=4:3  34.4秒目 TitleE=4:3  34.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item345] Title=4:3  34.5秒目 TitleE=4:3  34.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item346] Title=4:3  34.6秒目 TitleE=4:3  34.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item347] Title=4:3  34.7秒目 TitleE=4:3  34.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item348] Title=4:3  34.8秒目 TitleE=4:3  34.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item349] Title=4:3  34.9秒目 TitleE=4:3  34.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item350] Title=4:3  35秒目 TitleE=4:3  35秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item351] Title=4:3  35.1秒目 TitleE=4:3  35.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item352] Title=4:3  35.2秒目 TitleE=4:3  35.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item353] Title=4:3  35.3秒目 TitleE=4:3  35.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item354] Title=4:3  35.4秒目 TitleE=4:3  35.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item355] Title=4:3  35.5秒目 TitleE=4:3  35.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item356] Title=4:3  35.6秒目 TitleE=4:3  35.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item357] Title=4:3  35.7秒目 TitleE=4:3  35.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item358] Title=4:3  35.8秒目 TitleE=4:3  35.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item359] Title=4:3  35.9秒目 TitleE=4:3  35.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item360] Title=4:3  36秒目 TitleE=4:3  36秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item361] Title=4:3  36.1秒目 TitleE=4:3  36.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item362] Title=4:3  36.2秒目 TitleE=4:3  36.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item363] Title=4:3  36.3秒目 TitleE=4:3  36.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item364] Title=4:3  36.4秒目 TitleE=4:3  36.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item365] Title=4:3  36.5秒目 TitleE=4:3  36.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item366] Title=4:3  36.6秒目 TitleE=4:3  36.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item367] Title=4:3  36.7秒目 TitleE=4:3  36.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item368] Title=4:3  36.8秒目 TitleE=4:3  36.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item369] Title=4:3  36.9秒目 TitleE=4:3  36.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item370] Title=4:3  37秒目 TitleE=4:3  37秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item371] Title=4:3  37.1秒目 TitleE=4:3  37.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item372] Title=4:3  37.2秒目 TitleE=4:3  37.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item373] Title=4:3  37.3秒目 TitleE=4:3  37.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item374] Title=4:3  37.4秒目 TitleE=4:3  37.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item375] Title=4:3  37.5秒目 TitleE=4:3  37.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item376] Title=4:3  37.6秒目 TitleE=4:3  37.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item377] Title=4:3  37.7秒目 TitleE=4:3  37.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item378] Title=4:3  37.8秒目 TitleE=4:3  37.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item379] Title=4:3  37.9秒目 TitleE=4:3  37.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item380] Title=4:3  38秒目 TitleE=4:3  38秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item381] Title=4:3  38.1秒目 TitleE=4:3  38.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item382] Title=4:3  38.2秒目 TitleE=4:3  38.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item383] Title=4:3  38.3秒目 TitleE=4:3  38.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item384] Title=4:3  38.4秒目 TitleE=4:3  38.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item385] Title=4:3  38.5秒目 TitleE=4:3  38.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item386] Title=4:3  38.6秒目 TitleE=4:3  38.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item387] Title=4:3  38.7秒目 TitleE=4:3  38.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item388] Title=4:3  38.8秒目 TitleE=4:3  38.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item389] Title=4:3  38.9秒目 TitleE=4:3  38.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item390] Title=4:3  39秒目 TitleE=4:3  39秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item391] Title=4:3  39.1秒目 TitleE=4:3  39.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item392] Title=4:3  39.2秒目 TitleE=4:3  39.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item393] Title=4:3  39.3秒目 TitleE=4:3  39.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item394] Title=4:3  39.4秒目 TitleE=4:3  39.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item395] Title=4:3  39.5秒目 TitleE=4:3  39.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item396] Title=4:3  39.6秒目 TitleE=4:3  39.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item397] Title=4:3  39.7秒目 TitleE=4:3  39.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item398] Title=4:3  39.8秒目 TitleE=4:3  39.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item399] Title=4:3  39.9秒目 TitleE=4:3  39.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item400] Title=4:3  40秒目 TitleE=4:3  40秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item401] Title=4:3  40.1秒目 TitleE=4:3  40.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item402] Title=4:3  40.2秒目 TitleE=4:3  40.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item403] Title=4:3  40.3秒目 TitleE=4:3  40.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item404] Title=4:3  40.4秒目 TitleE=4:3  40.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item405] Title=4:3  40.5秒目 TitleE=4:3  40.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item406] Title=4:3  40.6秒目 TitleE=4:3  40.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item407] Title=4:3  40.7秒目 TitleE=4:3  40.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item408] Title=4:3  40.8秒目 TitleE=4:3  40.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item409] Title=4:3  40.9秒目 TitleE=4:3  40.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item410] Title=4:3  41秒目 TitleE=4:3  41秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item411] Title=4:3  41.1秒目 TitleE=4:3  41.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item412] Title=4:3  41.2秒目 TitleE=4:3  41.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item413] Title=4:3  41.3秒目 TitleE=4:3  41.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item414] Title=4:3  41.4秒目 TitleE=4:3  41.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item415] Title=4:3  41.5秒目 TitleE=4:3  41.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item416] Title=4:3  41.6秒目 TitleE=4:3  41.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item417] Title=4:3  41.7秒目 TitleE=4:3  41.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item418] Title=4:3  41.8秒目 TitleE=4:3  41.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item419] Title=4:3  41.9秒目 TitleE=4:3  41.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item420] Title=4:3  42秒目 TitleE=4:3  42秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item421] Title=4:3  42.1秒目 TitleE=4:3  42.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item422] Title=4:3  42.2秒目 TitleE=4:3  42.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item423] Title=4:3  42.3秒目 TitleE=4:3  42.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item424] Title=4:3  42.4秒目 TitleE=4:3  42.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item425] Title=4:3  42.5秒目 TitleE=4:3  42.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item426] Title=4:3  42.6秒目 TitleE=4:3  42.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item427] Title=4:3  42.7秒目 TitleE=4:3  42.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item428] Title=4:3  42.8秒目 TitleE=4:3  42.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item429] Title=4:3  42.9秒目 TitleE=4:3  42.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item430] Title=4:3  43秒目 TitleE=4:3  43秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item431] Title=4:3  43.1秒目 TitleE=4:3  43.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item432] Title=4:3  43.2秒目 TitleE=4:3  43.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item433] Title=4:3  43.3秒目 TitleE=4:3  43.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item434] Title=4:3  43.4秒目 TitleE=4:3  43.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item435] Title=4:3  43.5秒目 TitleE=4:3  43.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item436] Title=4:3  43.6秒目 TitleE=4:3  43.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item437] Title=4:3  43.7秒目 TitleE=4:3  43.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item438] Title=4:3  43.8秒目 TitleE=4:3  43.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item439] Title=4:3  43.9秒目 TitleE=4:3  43.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item440] Title=4:3  44秒目 TitleE=4:3  44秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item441] Title=4:3  44.1秒目 TitleE=4:3  44.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item442] Title=4:3  44.2秒目 TitleE=4:3  44.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item443] Title=4:3  44.3秒目 TitleE=4:3  44.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item444] Title=4:3  44.4秒目 TitleE=4:3  44.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item445] Title=4:3  44.5秒目 TitleE=4:3  44.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item446] Title=4:3  44.6秒目 TitleE=4:3  44.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item447] Title=4:3  44.7秒目 TitleE=4:3  44.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item448] Title=4:3  44.8秒目 TitleE=4:3  44.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item449] Title=4:3  44.9秒目 TitleE=4:3  44.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item450] Title=4:3  45秒目 TitleE=4:3  45秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item451] Title=4:3  45.1秒目 TitleE=4:3  45.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item452] Title=4:3  45.2秒目 TitleE=4:3  45.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item453] Title=4:3  45.3秒目 TitleE=4:3  45.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item454] Title=4:3  45.4秒目 TitleE=4:3  45.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item455] Title=4:3  45.5秒目 TitleE=4:3  45.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item456] Title=4:3  45.6秒目 TitleE=4:3  45.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item457] Title=4:3  45.7秒目 TitleE=4:3  45.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item458] Title=4:3  45.8秒目 TitleE=4:3  45.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item459] Title=4:3  45.9秒目 TitleE=4:3  45.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item460] Title=4:3  46秒目 TitleE=4:3  46秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item461] Title=4:3  46.1秒目 TitleE=4:3  46.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item462] Title=4:3  46.2秒目 TitleE=4:3  46.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item463] Title=4:3  46.3秒目 TitleE=4:3  46.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item464] Title=4:3  46.4秒目 TitleE=4:3  46.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item465] Title=4:3  46.5秒目 TitleE=4:3  46.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item466] Title=4:3  46.6秒目 TitleE=4:3  46.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item467] Title=4:3  46.7秒目 TitleE=4:3  46.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item468] Title=4:3  46.8秒目 TitleE=4:3  46.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item469] Title=4:3  46.9秒目 TitleE=4:3  46.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item470] Title=4:3  47秒目 TitleE=4:3  47秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item471] Title=4:3  47.1秒目 TitleE=4:3  47.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item472] Title=4:3  47.2秒目 TitleE=4:3  47.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item473] Title=4:3  47.3秒目 TitleE=4:3  47.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item474] Title=4:3  47.4秒目 TitleE=4:3  47.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item475] Title=4:3  47.5秒目 TitleE=4:3  47.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item476] Title=4:3  47.6秒目 TitleE=4:3  47.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item477] Title=4:3  47.7秒目 TitleE=4:3  47.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item478] Title=4:3  47.8秒目 TitleE=4:3  47.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item479] Title=4:3  47.9秒目 TitleE=4:3  47.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item480] Title=4:3  48秒目 TitleE=4:3  48秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item481] Title=4:3  48.1秒目 TitleE=4:3  48.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item482] Title=4:3  48.2秒目 TitleE=4:3  48.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item483] Title=4:3  48.3秒目 TitleE=4:3  48.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item484] Title=4:3  48.4秒目 TitleE=4:3  48.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item485] Title=4:3  48.5秒目 TitleE=4:3  48.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item486] Title=4:3  48.6秒目 TitleE=4:3  48.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item487] Title=4:3  48.7秒目 TitleE=4:3  48.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item488] Title=4:3  48.8秒目 TitleE=4:3  48.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item489] Title=4:3  48.9秒目 TitleE=4:3  48.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item490] Title=4:3  49秒目 TitleE=4:3  49秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item491] Title=4:3  49.1秒目 TitleE=4:3  49.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item492] Title=4:3  49.2秒目 TitleE=4:3  49.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item493] Title=4:3  49.3秒目 TitleE=4:3  49.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item494] Title=4:3  49.4秒目 TitleE=4:3  49.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item495] Title=4:3  49.5秒目 TitleE=4:3  49.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item496] Title=4:3  49.6秒目 TitleE=4:3  49.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item497] Title=4:3  49.7秒目 TitleE=4:3  49.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item498] Title=4:3  49.8秒目 TitleE=4:3  49.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item499] Title=4:3  49.9秒目 TitleE=4:3  49.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item500] Title=4:3  50秒目 TitleE=4:3  50秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item501] Title=4:3  50.1秒目 TitleE=4:3  50.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item502] Title=4:3  50.2秒目 TitleE=4:3  50.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item503] Title=4:3  50.3秒目 TitleE=4:3  50.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item504] Title=4:3  50.4秒目 TitleE=4:3  50.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item505] Title=4:3  50.5秒目 TitleE=4:3  50.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item506] Title=4:3  50.6秒目 TitleE=4:3  50.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item507] Title=4:3  50.7秒目 TitleE=4:3  50.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item508] Title=4:3  50.8秒目 TitleE=4:3  50.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item509] Title=4:3  50.9秒目 TitleE=4:3  50.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item510] Title=4:3  51秒目 TitleE=4:3  51秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item511] Title=4:3  51.1秒目 TitleE=4:3  51.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item512] Title=4:3  51.2秒目 TitleE=4:3  51.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item513] Title=4:3  51.3秒目 TitleE=4:3  51.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item514] Title=4:3  51.4秒目 TitleE=4:3  51.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item515] Title=4:3  51.5秒目 TitleE=4:3  51.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item516] Title=4:3  51.6秒目 TitleE=4:3  51.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item517] Title=4:3  51.7秒目 TitleE=4:3  51.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item518] Title=4:3  51.8秒目 TitleE=4:3  51.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item519] Title=4:3  51.9秒目 TitleE=4:3  51.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item520] Title=4:3  52秒目 TitleE=4:3  52秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item521] Title=4:3  52.1秒目 TitleE=4:3  52.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item522] Title=4:3  52.2秒目 TitleE=4:3  52.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item523] Title=4:3  52.3秒目 TitleE=4:3  52.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item524] Title=4:3  52.4秒目 TitleE=4:3  52.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item525] Title=4:3  52.5秒目 TitleE=4:3  52.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item526] Title=4:3  52.6秒目 TitleE=4:3  52.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item527] Title=4:3  52.7秒目 TitleE=4:3  52.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item528] Title=4:3  52.8秒目 TitleE=4:3  52.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item529] Title=4:3  52.9秒目 TitleE=4:3  52.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item530] Title=4:3  53秒目 TitleE=4:3  53秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item531] Title=4:3  53.1秒目 TitleE=4:3  53.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item532] Title=4:3  53.2秒目 TitleE=4:3  53.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item533] Title=4:3  53.3秒目 TitleE=4:3  53.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item534] Title=4:3  53.4秒目 TitleE=4:3  53.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item535] Title=4:3  53.5秒目 TitleE=4:3  53.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item536] Title=4:3  53.6秒目 TitleE=4:3  53.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item537] Title=4:3  53.7秒目 TitleE=4:3  53.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item538] Title=4:3  53.8秒目 TitleE=4:3  53.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item539] Title=4:3  53.9秒目 TitleE=4:3  53.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item540] Title=4:3  54秒目 TitleE=4:3  54秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item541] Title=4:3  54.1秒目 TitleE=4:3  54.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item542] Title=4:3  54.2秒目 TitleE=4:3  54.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item543] Title=4:3  54.3秒目 TitleE=4:3  54.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item544] Title=4:3  54.4秒目 TitleE=4:3  54.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item545] Title=4:3  54.5秒目 TitleE=4:3  54.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item546] Title=4:3  54.6秒目 TitleE=4:3  54.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item547] Title=4:3  54.7秒目 TitleE=4:3  54.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item548] Title=4:3  54.8秒目 TitleE=4:3  54.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item549] Title=4:3  54.9秒目 TitleE=4:3  54.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item550] Title=4:3  55秒目 TitleE=4:3  55秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item551] Title=4:3  55.1秒目 TitleE=4:3  55.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item552] Title=4:3  55.2秒目 TitleE=4:3  55.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item553] Title=4:3  55.3秒目 TitleE=4:3  55.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item554] Title=4:3  55.4秒目 TitleE=4:3  55.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item555] Title=4:3  55.5秒目 TitleE=4:3  55.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item556] Title=4:3  55.6秒目 TitleE=4:3  55.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item557] Title=4:3  55.7秒目 TitleE=4:3  55.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item558] Title=4:3  55.8秒目 TitleE=4:3  55.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item559] Title=4:3  55.9秒目 TitleE=4:3  55.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item560] Title=4:3  56秒目 TitleE=4:3  56秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item561] Title=4:3  56.1秒目 TitleE=4:3  56.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item562] Title=4:3  56.2秒目 TitleE=4:3  56.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item563] Title=4:3  56.3秒目 TitleE=4:3  56.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item564] Title=4:3  56.4秒目 TitleE=4:3  56.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item565] Title=4:3  56.5秒目 TitleE=4:3  56.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item566] Title=4:3  56.6秒目 TitleE=4:3  56.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item567] Title=4:3  56.7秒目 TitleE=4:3  56.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item568] Title=4:3  56.8秒目 TitleE=4:3  56.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item569] Title=4:3  56.9秒目 TitleE=4:3  56.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item570] Title=4:3  57秒目 TitleE=4:3  57秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item571] Title=4:3  57.1秒目 TitleE=4:3  57.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item572] Title=4:3  57.2秒目 TitleE=4:3  57.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item573] Title=4:3  57.3秒目 TitleE=4:3  57.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item574] Title=4:3  57.4秒目 TitleE=4:3  57.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item575] Title=4:3  57.5秒目 TitleE=4:3  57.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item576] Title=4:3  57.6秒目 TitleE=4:3  57.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item577] Title=4:3  57.7秒目 TitleE=4:3  57.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item578] Title=4:3  57.8秒目 TitleE=4:3  57.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item579] Title=4:3  57.9秒目 TitleE=4:3  57.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item580] Title=4:3  58秒目 TitleE=4:3  58秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item581] Title=4:3  58.1秒目 TitleE=4:3  58.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item582] Title=4:3  58.2秒目 TitleE=4:3  58.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item583] Title=4:3  58.3秒目 TitleE=4:3  58.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item584] Title=4:3  58.4秒目 TitleE=4:3  58.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item585] Title=4:3  58.5秒目 TitleE=4:3  58.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item586] Title=4:3  58.6秒目 TitleE=4:3  58.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item587] Title=4:3  58.7秒目 TitleE=4:3  58.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item588] Title=4:3  58.8秒目 TitleE=4:3  58.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item589] Title=4:3  58.9秒目 TitleE=4:3  58.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item590] Title=4:3  59秒目 TitleE=4:3  59秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item591] Title=4:3  59.1秒目 TitleE=4:3  59.1秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.100 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item592] Title=4:3  59.2秒目 TitleE=4:3  59.2秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.200 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item593] Title=4:3  59.3秒目 TitleE=4:3  59.3秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.300 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item594] Title=4:3  59.4秒目 TitleE=4:3  59.4秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.400 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item595] Title=4:3  59.5秒目 TitleE=4:3  59.5秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.500 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item596] Title=4:3  59.6秒目 TitleE=4:3  59.6秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.600 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item597] Title=4:3  59.7秒目 TitleE=4:3  59.7秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.700 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item598] Title=4:3  59.8秒目 TitleE=4:3  59.8秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.800 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item599] Title=4:3  59.9秒目 TitleE=4:3  59.9秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.900 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" [Item600] Title=4:3  60秒目 TitleE=4:3  60秒目 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:01:00.000 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg"" ;----------------------------------------------------------------------------- ; 16:9 ワイド動画のサムネイル ココから下(0.0秒〜60.0秒まで、0.1秒単位) ;----------------------------------------------------------------------------- ; 【 パラメータ解説 】 ; -ss サムネイルにする画像の位置(時間で指定:1/1000秒単位で指定可能) ; -s リサイズの寸法(横×縦 ピクセル単位) ; -padtop 画像の上側に、指定幅ピクセルの帯を追加 ; -padbottom 画像の下側に、指定幅ピクセルの帯を追加 ; -padcolor 追加する帯の色を指定(24Bit色:赤=FF0000、緑=00FF00、青=0000FF) ; [Item601] Title=16:9  0秒目 ワイド TitleE=16:9  0秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item602] Title=16:9  0.1秒目 ワイド TitleE=16:9  0.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item603] Title=16:9  0.2秒目 ワイド TitleE=16:9  0.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item604] Title=16:9  0.3秒目 ワイド TitleE=16:9  0.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item605] Title=16:9  0.4秒目 ワイド TitleE=16:9  0.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item606] Title=16:9  0.5秒目 ワイド TitleE=16:9  0.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item607] Title=16:9  0.6秒目 ワイド TitleE=16:9  0.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item608] Title=16:9  0.7秒目 ワイド TitleE=16:9  0.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item609] Title=16:9  0.8秒目 ワイド TitleE=16:9  0.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item610] Title=16:9  0.9秒目 ワイド TitleE=16:9  0.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:00.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item611] Title=16:9  1秒目 ワイド TitleE=16:9  1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item612] Title=16:9  1.1秒目 ワイド TitleE=16:9  1.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item613] Title=16:9  1.2秒目 ワイド TitleE=16:9  1.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item614] Title=16:9  1.3秒目 ワイド TitleE=16:9  1.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item615] Title=16:9  1.4秒目 ワイド TitleE=16:9  1.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item616] Title=16:9  1.5秒目 ワイド TitleE=16:9  1.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item617] Title=16:9  1.6秒目 ワイド TitleE=16:9  1.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item618] Title=16:9  1.7秒目 ワイド TitleE=16:9  1.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item619] Title=16:9  1.8秒目 ワイド TitleE=16:9  1.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item620] Title=16:9  1.9秒目 ワイド TitleE=16:9  1.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:01.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item621] Title=16:9  2秒目 ワイド TitleE=16:9  2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item622] Title=16:9  2.1秒目 ワイド TitleE=16:9  2.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item623] Title=16:9  2.2秒目 ワイド TitleE=16:9  2.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item624] Title=16:9  2.3秒目 ワイド TitleE=16:9  2.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item625] Title=16:9  2.4秒目 ワイド TitleE=16:9  2.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item626] Title=16:9  2.5秒目 ワイド TitleE=16:9  2.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item627] Title=16:9  2.6秒目 ワイド TitleE=16:9  2.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item628] Title=16:9  2.7秒目 ワイド TitleE=16:9  2.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item629] Title=16:9  2.8秒目 ワイド TitleE=16:9  2.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item630] Title=16:9  2.9秒目 ワイド TitleE=16:9  2.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:02.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item631] Title=16:9  3秒目 ワイド TitleE=16:9  3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item632] Title=16:9  3.1秒目 ワイド TitleE=16:9  3.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item633] Title=16:9  3.2秒目 ワイド TitleE=16:9  3.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item634] Title=16:9  3.3秒目 ワイド TitleE=16:9  3.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item635] Title=16:9  3.4秒目 ワイド TitleE=16:9  3.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item636] Title=16:9  3.5秒目 ワイド TitleE=16:9  3.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item637] Title=16:9  3.6秒目 ワイド TitleE=16:9  3.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item638] Title=16:9  3.7秒目 ワイド TitleE=16:9  3.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item639] Title=16:9  3.8秒目 ワイド TitleE=16:9  3.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item640] Title=16:9  3.9秒目 ワイド TitleE=16:9  3.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:03.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item641] Title=16:9  4秒目 ワイド TitleE=16:9  4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item642] Title=16:9  4.1秒目 ワイド TitleE=16:9  4.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item643] Title=16:9  4.2秒目 ワイド TitleE=16:9  4.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item644] Title=16:9  4.3秒目 ワイド TitleE=16:9  4.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item645] Title=16:9  4.4秒目 ワイド TitleE=16:9  4.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item646] Title=16:9  4.5秒目 ワイド TitleE=16:9  4.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item647] Title=16:9  4.6秒目 ワイド TitleE=16:9  4.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item648] Title=16:9  4.7秒目 ワイド TitleE=16:9  4.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item649] Title=16:9  4.8秒目 ワイド TitleE=16:9  4.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item650] Title=16:9  4.9秒目 ワイド TitleE=16:9  4.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:04.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item651] Title=16:9  5秒目 ワイド TitleE=16:9  5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item652] Title=16:9  5.1秒目 ワイド TitleE=16:9  5.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item653] Title=16:9  5.2秒目 ワイド TitleE=16:9  5.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item654] Title=16:9  5.3秒目 ワイド TitleE=16:9  5.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item655] Title=16:9  5.4秒目 ワイド TitleE=16:9  5.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item656] Title=16:9  5.5秒目 ワイド TitleE=16:9  5.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item657] Title=16:9  5.6秒目 ワイド TitleE=16:9  5.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item658] Title=16:9  5.7秒目 ワイド TitleE=16:9  5.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item659] Title=16:9  5.8秒目 ワイド TitleE=16:9  5.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item660] Title=16:9  5.9秒目 ワイド TitleE=16:9  5.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:05.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item661] Title=16:9  6秒目 ワイド TitleE=16:9  6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item662] Title=16:9  6.1秒目 ワイド TitleE=16:9  6.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item663] Title=16:9  6.2秒目 ワイド TitleE=16:9  6.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item664] Title=16:9  6.3秒目 ワイド TitleE=16:9  6.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item665] Title=16:9  6.4秒目 ワイド TitleE=16:9  6.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item666] Title=16:9  6.5秒目 ワイド TitleE=16:9  6.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item667] Title=16:9  6.6秒目 ワイド TitleE=16:9  6.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item668] Title=16:9  6.7秒目 ワイド TitleE=16:9  6.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item669] Title=16:9  6.8秒目 ワイド TitleE=16:9  6.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item670] Title=16:9  6.9秒目 ワイド TitleE=16:9  6.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:06.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item671] Title=16:9  7秒目 ワイド TitleE=16:9  7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item672] Title=16:9  7.1秒目 ワイド TitleE=16:9  7.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item673] Title=16:9  7.2秒目 ワイド TitleE=16:9  7.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item674] Title=16:9  7.3秒目 ワイド TitleE=16:9  7.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item675] Title=16:9  7.4秒目 ワイド TitleE=16:9  7.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item676] Title=16:9  7.5秒目 ワイド TitleE=16:9  7.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item677] Title=16:9  7.6秒目 ワイド TitleE=16:9  7.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item678] Title=16:9  7.7秒目 ワイド TitleE=16:9  7.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item679] Title=16:9  7.8秒目 ワイド TitleE=16:9  7.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item680] Title=16:9  7.9秒目 ワイド TitleE=16:9  7.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:07.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item681] Title=16:9  8秒目 ワイド TitleE=16:9  8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item682] Title=16:9  8.1秒目 ワイド TitleE=16:9  8.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item683] Title=16:9  8.2秒目 ワイド TitleE=16:9  8.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item684] Title=16:9  8.3秒目 ワイド TitleE=16:9  8.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item685] Title=16:9  8.4秒目 ワイド TitleE=16:9  8.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item686] Title=16:9  8.5秒目 ワイド TitleE=16:9  8.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item687] Title=16:9  8.6秒目 ワイド TitleE=16:9  8.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item688] Title=16:9  8.7秒目 ワイド TitleE=16:9  8.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item689] Title=16:9  8.8秒目 ワイド TitleE=16:9  8.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item690] Title=16:9  8.9秒目 ワイド TitleE=16:9  8.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:08.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item691] Title=16:9  9秒目 ワイド TitleE=16:9  9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item692] Title=16:9  9.1秒目 ワイド TitleE=16:9  9.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item693] Title=16:9  9.2秒目 ワイド TitleE=16:9  9.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item694] Title=16:9  9.3秒目 ワイド TitleE=16:9  9.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item695] Title=16:9  9.4秒目 ワイド TitleE=16:9  9.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item696] Title=16:9  9.5秒目 ワイド TitleE=16:9  9.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item697] Title=16:9  9.6秒目 ワイド TitleE=16:9  9.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item698] Title=16:9  9.7秒目 ワイド TitleE=16:9  9.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item699] Title=16:9  9.8秒目 ワイド TitleE=16:9  9.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item700] Title=16:9  9.9秒目 ワイド TitleE=16:9  9.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:09.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item701] Title=16:9  10秒目 ワイド TitleE=16:9  10秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item702] Title=16:9  10.1秒目 ワイド TitleE=16:9  10.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item703] Title=16:9  10.2秒目 ワイド TitleE=16:9  10.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item704] Title=16:9  10.3秒目 ワイド TitleE=16:9  10.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item705] Title=16:9  10.4秒目 ワイド TitleE=16:9  10.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item706] Title=16:9  10.5秒目 ワイド TitleE=16:9  10.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item707] Title=16:9  10.6秒目 ワイド TitleE=16:9  10.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item708] Title=16:9  10.7秒目 ワイド TitleE=16:9  10.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item709] Title=16:9  10.8秒目 ワイド TitleE=16:9  10.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item710] Title=16:9  10.9秒目 ワイド TitleE=16:9  10.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:10.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item711] Title=16:9  11秒目 ワイド TitleE=16:9  11秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item712] Title=16:9  11.1秒目 ワイド TitleE=16:9  11.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item713] Title=16:9  11.2秒目 ワイド TitleE=16:9  11.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item714] Title=16:9  11.3秒目 ワイド TitleE=16:9  11.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item715] Title=16:9  11.4秒目 ワイド TitleE=16:9  11.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item716] Title=16:9  11.5秒目 ワイド TitleE=16:9  11.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item717] Title=16:9  11.6秒目 ワイド TitleE=16:9  11.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item718] Title=16:9  11.7秒目 ワイド TitleE=16:9  11.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item719] Title=16:9  11.8秒目 ワイド TitleE=16:9  11.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item720] Title=16:9  11.9秒目 ワイド TitleE=16:9  11.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:11.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item721] Title=16:9  12秒目 ワイド TitleE=16:9  12秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item722] Title=16:9  12.1秒目 ワイド TitleE=16:9  12.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item723] Title=16:9  12.2秒目 ワイド TitleE=16:9  12.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item724] Title=16:9  12.3秒目 ワイド TitleE=16:9  12.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item725] Title=16:9  12.4秒目 ワイド TitleE=16:9  12.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item726] Title=16:9  12.5秒目 ワイド TitleE=16:9  12.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item727] Title=16:9  12.6秒目 ワイド TitleE=16:9  12.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item728] Title=16:9  12.7秒目 ワイド TitleE=16:9  12.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item729] Title=16:9  12.8秒目 ワイド TitleE=16:9  12.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item730] Title=16:9  12.9秒目 ワイド TitleE=16:9  12.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:12.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item731] Title=16:9  13秒目 ワイド TitleE=16:9  13秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item732] Title=16:9  13.1秒目 ワイド TitleE=16:9  13.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item733] Title=16:9  13.2秒目 ワイド TitleE=16:9  13.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item734] Title=16:9  13.3秒目 ワイド TitleE=16:9  13.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item735] Title=16:9  13.4秒目 ワイド TitleE=16:9  13.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item736] Title=16:9  13.5秒目 ワイド TitleE=16:9  13.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item737] Title=16:9  13.6秒目 ワイド TitleE=16:9  13.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item738] Title=16:9  13.7秒目 ワイド TitleE=16:9  13.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item739] Title=16:9  13.8秒目 ワイド TitleE=16:9  13.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item740] Title=16:9  13.9秒目 ワイド TitleE=16:9  13.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:13.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item741] Title=16:9  14秒目 ワイド TitleE=16:9  14秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item742] Title=16:9  14.1秒目 ワイド TitleE=16:9  14.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item743] Title=16:9  14.2秒目 ワイド TitleE=16:9  14.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item744] Title=16:9  14.3秒目 ワイド TitleE=16:9  14.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item745] Title=16:9  14.4秒目 ワイド TitleE=16:9  14.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item746] Title=16:9  14.5秒目 ワイド TitleE=16:9  14.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item747] Title=16:9  14.6秒目 ワイド TitleE=16:9  14.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item748] Title=16:9  14.7秒目 ワイド TitleE=16:9  14.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item749] Title=16:9  14.8秒目 ワイド TitleE=16:9  14.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item750] Title=16:9  14.9秒目 ワイド TitleE=16:9  14.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:14.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item751] Title=16:9  15秒目 ワイド TitleE=16:9  15秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item752] Title=16:9  15.1秒目 ワイド TitleE=16:9  15.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item753] Title=16:9  15.2秒目 ワイド TitleE=16:9  15.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item754] Title=16:9  15.3秒目 ワイド TitleE=16:9  15.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item755] Title=16:9  15.4秒目 ワイド TitleE=16:9  15.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item756] Title=16:9  15.5秒目 ワイド TitleE=16:9  15.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item757] Title=16:9  15.6秒目 ワイド TitleE=16:9  15.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item758] Title=16:9  15.7秒目 ワイド TitleE=16:9  15.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item759] Title=16:9  15.8秒目 ワイド TitleE=16:9  15.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item760] Title=16:9  15.9秒目 ワイド TitleE=16:9  15.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:15.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item761] Title=16:9  16秒目 ワイド TitleE=16:9  16秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item762] Title=16:9  16.1秒目 ワイド TitleE=16:9  16.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item763] Title=16:9  16.2秒目 ワイド TitleE=16:9  16.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item764] Title=16:9  16.3秒目 ワイド TitleE=16:9  16.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item765] Title=16:9  16.4秒目 ワイド TitleE=16:9  16.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item766] Title=16:9  16.5秒目 ワイド TitleE=16:9  16.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item767] Title=16:9  16.6秒目 ワイド TitleE=16:9  16.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item768] Title=16:9  16.7秒目 ワイド TitleE=16:9  16.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item769] Title=16:9  16.8秒目 ワイド TitleE=16:9  16.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item770] Title=16:9  16.9秒目 ワイド TitleE=16:9  16.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:16.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item771] Title=16:9  17秒目 ワイド TitleE=16:9  17秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item772] Title=16:9  17.1秒目 ワイド TitleE=16:9  17.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item773] Title=16:9  17.2秒目 ワイド TitleE=16:9  17.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item774] Title=16:9  17.3秒目 ワイド TitleE=16:9  17.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item775] Title=16:9  17.4秒目 ワイド TitleE=16:9  17.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item776] Title=16:9  17.5秒目 ワイド TitleE=16:9  17.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item777] Title=16:9  17.6秒目 ワイド TitleE=16:9  17.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item778] Title=16:9  17.7秒目 ワイド TitleE=16:9  17.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item779] Title=16:9  17.8秒目 ワイド TitleE=16:9  17.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item780] Title=16:9  17.9秒目 ワイド TitleE=16:9  17.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:17.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item781] Title=16:9  18秒目 ワイド TitleE=16:9  18秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item782] Title=16:9  18.1秒目 ワイド TitleE=16:9  18.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item783] Title=16:9  18.2秒目 ワイド TitleE=16:9  18.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item784] Title=16:9  18.3秒目 ワイド TitleE=16:9  18.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item785] Title=16:9  18.4秒目 ワイド TitleE=16:9  18.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item786] Title=16:9  18.5秒目 ワイド TitleE=16:9  18.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item787] Title=16:9  18.6秒目 ワイド TitleE=16:9  18.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item788] Title=16:9  18.7秒目 ワイド TitleE=16:9  18.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item789] Title=16:9  18.8秒目 ワイド TitleE=16:9  18.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item790] Title=16:9  18.9秒目 ワイド TitleE=16:9  18.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:18.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item791] Title=16:9  19秒目 ワイド TitleE=16:9  19秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item792] Title=16:9  19.1秒目 ワイド TitleE=16:9  19.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item793] Title=16:9  19.2秒目 ワイド TitleE=16:9  19.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item794] Title=16:9  19.3秒目 ワイド TitleE=16:9  19.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item795] Title=16:9  19.4秒目 ワイド TitleE=16:9  19.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item796] Title=16:9  19.5秒目 ワイド TitleE=16:9  19.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item797] Title=16:9  19.6秒目 ワイド TitleE=16:9  19.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item798] Title=16:9  19.7秒目 ワイド TitleE=16:9  19.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item799] Title=16:9  19.8秒目 ワイド TitleE=16:9  19.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item800] Title=16:9  19.9秒目 ワイド TitleE=16:9  19.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:19.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item801] Title=16:9  20秒目 ワイド TitleE=16:9  20秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item802] Title=16:9  20.1秒目 ワイド TitleE=16:9  20.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item803] Title=16:9  20.2秒目 ワイド TitleE=16:9  20.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item804] Title=16:9  20.3秒目 ワイド TitleE=16:9  20.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item805] Title=16:9  20.4秒目 ワイド TitleE=16:9  20.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item806] Title=16:9  20.5秒目 ワイド TitleE=16:9  20.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item807] Title=16:9  20.6秒目 ワイド TitleE=16:9  20.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item808] Title=16:9  20.7秒目 ワイド TitleE=16:9  20.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item809] Title=16:9  20.8秒目 ワイド TitleE=16:9  20.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item810] Title=16:9  20.9秒目 ワイド TitleE=16:9  20.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:20.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item811] Title=16:9  21秒目 ワイド TitleE=16:9  21秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item812] Title=16:9  21.1秒目 ワイド TitleE=16:9  21.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item813] Title=16:9  21.2秒目 ワイド TitleE=16:9  21.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item814] Title=16:9  21.3秒目 ワイド TitleE=16:9  21.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item815] Title=16:9  21.4秒目 ワイド TitleE=16:9  21.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item816] Title=16:9  21.5秒目 ワイド TitleE=16:9  21.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item817] Title=16:9  21.6秒目 ワイド TitleE=16:9  21.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item818] Title=16:9  21.7秒目 ワイド TitleE=16:9  21.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item819] Title=16:9  21.8秒目 ワイド TitleE=16:9  21.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item820] Title=16:9  21.9秒目 ワイド TitleE=16:9  21.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:21.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item821] Title=16:9  22秒目 ワイド TitleE=16:9  22秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item822] Title=16:9  22.1秒目 ワイド TitleE=16:9  22.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item823] Title=16:9  22.2秒目 ワイド TitleE=16:9  22.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item824] Title=16:9  22.3秒目 ワイド TitleE=16:9  22.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item825] Title=16:9  22.4秒目 ワイド TitleE=16:9  22.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item826] Title=16:9  22.5秒目 ワイド TitleE=16:9  22.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item827] Title=16:9  22.6秒目 ワイド TitleE=16:9  22.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item828] Title=16:9  22.7秒目 ワイド TitleE=16:9  22.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item829] Title=16:9  22.8秒目 ワイド TitleE=16:9  22.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item830] Title=16:9  22.9秒目 ワイド TitleE=16:9  22.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:22.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item831] Title=16:9  23秒目 ワイド TitleE=16:9  23秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item832] Title=16:9  23.1秒目 ワイド TitleE=16:9  23.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item833] Title=16:9  23.2秒目 ワイド TitleE=16:9  23.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item834] Title=16:9  23.3秒目 ワイド TitleE=16:9  23.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item835] Title=16:9  23.4秒目 ワイド TitleE=16:9  23.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item836] Title=16:9  23.5秒目 ワイド TitleE=16:9  23.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item837] Title=16:9  23.6秒目 ワイド TitleE=16:9  23.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item838] Title=16:9  23.7秒目 ワイド TitleE=16:9  23.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item839] Title=16:9  23.8秒目 ワイド TitleE=16:9  23.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item840] Title=16:9  23.9秒目 ワイド TitleE=16:9  23.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:23.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item841] Title=16:9  24秒目 ワイド TitleE=16:9  24秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item842] Title=16:9  24.1秒目 ワイド TitleE=16:9  24.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item843] Title=16:9  24.2秒目 ワイド TitleE=16:9  24.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item844] Title=16:9  24.3秒目 ワイド TitleE=16:9  24.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item845] Title=16:9  24.4秒目 ワイド TitleE=16:9  24.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item846] Title=16:9  24.5秒目 ワイド TitleE=16:9  24.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item847] Title=16:9  24.6秒目 ワイド TitleE=16:9  24.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item848] Title=16:9  24.7秒目 ワイド TitleE=16:9  24.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item849] Title=16:9  24.8秒目 ワイド TitleE=16:9  24.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item850] Title=16:9  24.9秒目 ワイド TitleE=16:9  24.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:24.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item851] Title=16:9  25秒目 ワイド TitleE=16:9  25秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item852] Title=16:9  25.1秒目 ワイド TitleE=16:9  25.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item853] Title=16:9  25.2秒目 ワイド TitleE=16:9  25.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item854] Title=16:9  25.3秒目 ワイド TitleE=16:9  25.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item855] Title=16:9  25.4秒目 ワイド TitleE=16:9  25.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item856] Title=16:9  25.5秒目 ワイド TitleE=16:9  25.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item857] Title=16:9  25.6秒目 ワイド TitleE=16:9  25.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item858] Title=16:9  25.7秒目 ワイド TitleE=16:9  25.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item859] Title=16:9  25.8秒目 ワイド TitleE=16:9  25.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item860] Title=16:9  25.9秒目 ワイド TitleE=16:9  25.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:25.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item861] Title=16:9  26秒目 ワイド TitleE=16:9  26秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item862] Title=16:9  26.1秒目 ワイド TitleE=16:9  26.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item863] Title=16:9  26.2秒目 ワイド TitleE=16:9  26.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item864] Title=16:9  26.3秒目 ワイド TitleE=16:9  26.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item865] Title=16:9  26.4秒目 ワイド TitleE=16:9  26.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item866] Title=16:9  26.5秒目 ワイド TitleE=16:9  26.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item867] Title=16:9  26.6秒目 ワイド TitleE=16:9  26.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item868] Title=16:9  26.7秒目 ワイド TitleE=16:9  26.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item869] Title=16:9  26.8秒目 ワイド TitleE=16:9  26.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item870] Title=16:9  26.9秒目 ワイド TitleE=16:9  26.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:26.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item871] Title=16:9  27秒目 ワイド TitleE=16:9  27秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item872] Title=16:9  27.1秒目 ワイド TitleE=16:9  27.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item873] Title=16:9  27.2秒目 ワイド TitleE=16:9  27.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item874] Title=16:9  27.3秒目 ワイド TitleE=16:9  27.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item875] Title=16:9  27.4秒目 ワイド TitleE=16:9  27.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item876] Title=16:9  27.5秒目 ワイド TitleE=16:9  27.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item877] Title=16:9  27.6秒目 ワイド TitleE=16:9  27.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item878] Title=16:9  27.7秒目 ワイド TitleE=16:9  27.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item879] Title=16:9  27.8秒目 ワイド TitleE=16:9  27.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item880] Title=16:9  27.9秒目 ワイド TitleE=16:9  27.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:27.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item881] Title=16:9  28秒目 ワイド TitleE=16:9  28秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item882] Title=16:9  28.1秒目 ワイド TitleE=16:9  28.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item883] Title=16:9  28.2秒目 ワイド TitleE=16:9  28.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item884] Title=16:9  28.3秒目 ワイド TitleE=16:9  28.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item885] Title=16:9  28.4秒目 ワイド TitleE=16:9  28.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item886] Title=16:9  28.5秒目 ワイド TitleE=16:9  28.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item887] Title=16:9  28.6秒目 ワイド TitleE=16:9  28.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item888] Title=16:9  28.7秒目 ワイド TitleE=16:9  28.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item889] Title=16:9  28.8秒目 ワイド TitleE=16:9  28.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item890] Title=16:9  28.9秒目 ワイド TitleE=16:9  28.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:28.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item891] Title=16:9  29秒目 ワイド TitleE=16:9  29秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item892] Title=16:9  29.1秒目 ワイド TitleE=16:9  29.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item893] Title=16:9  29.2秒目 ワイド TitleE=16:9  29.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item894] Title=16:9  29.3秒目 ワイド TitleE=16:9  29.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item895] Title=16:9  29.4秒目 ワイド TitleE=16:9  29.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item896] Title=16:9  29.5秒目 ワイド TitleE=16:9  29.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item897] Title=16:9  29.6秒目 ワイド TitleE=16:9  29.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item898] Title=16:9  29.7秒目 ワイド TitleE=16:9  29.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item899] Title=16:9  29.8秒目 ワイド TitleE=16:9  29.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item900] Title=16:9  29.9秒目 ワイド TitleE=16:9  29.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:29.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item901] Title=16:9  30秒目 ワイド TitleE=16:9  30秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item902] Title=16:9  30.1秒目 ワイド TitleE=16:9  30.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item903] Title=16:9  30.2秒目 ワイド TitleE=16:9  30.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item904] Title=16:9  30.3秒目 ワイド TitleE=16:9  30.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item905] Title=16:9  30.4秒目 ワイド TitleE=16:9  30.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item906] Title=16:9  30.5秒目 ワイド TitleE=16:9  30.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item907] Title=16:9  30.6秒目 ワイド TitleE=16:9  30.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item908] Title=16:9  30.7秒目 ワイド TitleE=16:9  30.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item909] Title=16:9  30.8秒目 ワイド TitleE=16:9  30.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item910] Title=16:9  30.9秒目 ワイド TitleE=16:9  30.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:30.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item911] Title=16:9  31秒目 ワイド TitleE=16:9  31秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item912] Title=16:9  31.1秒目 ワイド TitleE=16:9  31.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item913] Title=16:9  31.2秒目 ワイド TitleE=16:9  31.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item914] Title=16:9  31.3秒目 ワイド TitleE=16:9  31.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item915] Title=16:9  31.4秒目 ワイド TitleE=16:9  31.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item916] Title=16:9  31.5秒目 ワイド TitleE=16:9  31.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item917] Title=16:9  31.6秒目 ワイド TitleE=16:9  31.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item918] Title=16:9  31.7秒目 ワイド TitleE=16:9  31.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item919] Title=16:9  31.8秒目 ワイド TitleE=16:9  31.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item920] Title=16:9  31.9秒目 ワイド TitleE=16:9  31.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:31.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item921] Title=16:9  32秒目 ワイド TitleE=16:9  32秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item922] Title=16:9  32.1秒目 ワイド TitleE=16:9  32.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item923] Title=16:9  32.2秒目 ワイド TitleE=16:9  32.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item924] Title=16:9  32.3秒目 ワイド TitleE=16:9  32.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item925] Title=16:9  32.4秒目 ワイド TitleE=16:9  32.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item926] Title=16:9  32.5秒目 ワイド TitleE=16:9  32.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item927] Title=16:9  32.6秒目 ワイド TitleE=16:9  32.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item928] Title=16:9  32.7秒目 ワイド TitleE=16:9  32.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item929] Title=16:9  32.8秒目 ワイド TitleE=16:9  32.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item930] Title=16:9  32.9秒目 ワイド TitleE=16:9  32.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:32.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item931] Title=16:9  33秒目 ワイド TitleE=16:9  33秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item932] Title=16:9  33.1秒目 ワイド TitleE=16:9  33.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item933] Title=16:9  33.2秒目 ワイド TitleE=16:9  33.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item934] Title=16:9  33.3秒目 ワイド TitleE=16:9  33.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item935] Title=16:9  33.4秒目 ワイド TitleE=16:9  33.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item936] Title=16:9  33.5秒目 ワイド TitleE=16:9  33.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item937] Title=16:9  33.6秒目 ワイド TitleE=16:9  33.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item938] Title=16:9  33.7秒目 ワイド TitleE=16:9  33.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item939] Title=16:9  33.8秒目 ワイド TitleE=16:9  33.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item940] Title=16:9  33.9秒目 ワイド TitleE=16:9  33.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:33.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item941] Title=16:9  34秒目 ワイド TitleE=16:9  34秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item942] Title=16:9  34.1秒目 ワイド TitleE=16:9  34.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item943] Title=16:9  34.2秒目 ワイド TitleE=16:9  34.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item944] Title=16:9  34.3秒目 ワイド TitleE=16:9  34.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item945] Title=16:9  34.4秒目 ワイド TitleE=16:9  34.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item946] Title=16:9  34.5秒目 ワイド TitleE=16:9  34.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item947] Title=16:9  34.6秒目 ワイド TitleE=16:9  34.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item948] Title=16:9  34.7秒目 ワイド TitleE=16:9  34.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item949] Title=16:9  34.8秒目 ワイド TitleE=16:9  34.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item950] Title=16:9  34.9秒目 ワイド TitleE=16:9  34.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:34.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item951] Title=16:9  35秒目 ワイド TitleE=16:9  35秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item952] Title=16:9  35.1秒目 ワイド TitleE=16:9  35.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item953] Title=16:9  35.2秒目 ワイド TitleE=16:9  35.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item954] Title=16:9  35.3秒目 ワイド TitleE=16:9  35.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item955] Title=16:9  35.4秒目 ワイド TitleE=16:9  35.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item956] Title=16:9  35.5秒目 ワイド TitleE=16:9  35.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item957] Title=16:9  35.6秒目 ワイド TitleE=16:9  35.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item958] Title=16:9  35.7秒目 ワイド TitleE=16:9  35.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item959] Title=16:9  35.8秒目 ワイド TitleE=16:9  35.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item960] Title=16:9  35.9秒目 ワイド TitleE=16:9  35.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:35.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item961] Title=16:9  36秒目 ワイド TitleE=16:9  36秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item962] Title=16:9  36.1秒目 ワイド TitleE=16:9  36.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item963] Title=16:9  36.2秒目 ワイド TitleE=16:9  36.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item964] Title=16:9  36.3秒目 ワイド TitleE=16:9  36.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item965] Title=16:9  36.4秒目 ワイド TitleE=16:9  36.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item966] Title=16:9  36.5秒目 ワイド TitleE=16:9  36.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item967] Title=16:9  36.6秒目 ワイド TitleE=16:9  36.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item968] Title=16:9  36.7秒目 ワイド TitleE=16:9  36.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item969] Title=16:9  36.8秒目 ワイド TitleE=16:9  36.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item970] Title=16:9  36.9秒目 ワイド TitleE=16:9  36.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:36.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item971] Title=16:9  37秒目 ワイド TitleE=16:9  37秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item972] Title=16:9  37.1秒目 ワイド TitleE=16:9  37.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item973] Title=16:9  37.2秒目 ワイド TitleE=16:9  37.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item974] Title=16:9  37.3秒目 ワイド TitleE=16:9  37.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item975] Title=16:9  37.4秒目 ワイド TitleE=16:9  37.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item976] Title=16:9  37.5秒目 ワイド TitleE=16:9  37.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item977] Title=16:9  37.6秒目 ワイド TitleE=16:9  37.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item978] Title=16:9  37.7秒目 ワイド TitleE=16:9  37.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item979] Title=16:9  37.8秒目 ワイド TitleE=16:9  37.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item980] Title=16:9  37.9秒目 ワイド TitleE=16:9  37.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:37.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item981] Title=16:9  38秒目 ワイド TitleE=16:9  38秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item982] Title=16:9  38.1秒目 ワイド TitleE=16:9  38.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item983] Title=16:9  38.2秒目 ワイド TitleE=16:9  38.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item984] Title=16:9  38.3秒目 ワイド TitleE=16:9  38.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item985] Title=16:9  38.4秒目 ワイド TitleE=16:9  38.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item986] Title=16:9  38.5秒目 ワイド TitleE=16:9  38.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item987] Title=16:9  38.6秒目 ワイド TitleE=16:9  38.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item988] Title=16:9  38.7秒目 ワイド TitleE=16:9  38.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item989] Title=16:9  38.8秒目 ワイド TitleE=16:9  38.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item990] Title=16:9  38.9秒目 ワイド TitleE=16:9  38.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:38.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item991] Title=16:9  39秒目 ワイド TitleE=16:9  39秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item992] Title=16:9  39.1秒目 ワイド TitleE=16:9  39.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item993] Title=16:9  39.2秒目 ワイド TitleE=16:9  39.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item994] Title=16:9  39.3秒目 ワイド TitleE=16:9  39.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item995] Title=16:9  39.4秒目 ワイド TitleE=16:9  39.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item996] Title=16:9  39.5秒目 ワイド TitleE=16:9  39.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item997] Title=16:9  39.6秒目 ワイド TitleE=16:9  39.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item998] Title=16:9  39.7秒目 ワイド TitleE=16:9  39.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item999] Title=16:9  39.8秒目 ワイド TitleE=16:9  39.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1000] Title=16:9  39.9秒目 ワイド TitleE=16:9  39.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:39.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1001] Title=16:9  40秒目 ワイド TitleE=16:9  40秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1002] Title=16:9  40.1秒目 ワイド TitleE=16:9  40.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1003] Title=16:9  40.2秒目 ワイド TitleE=16:9  40.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1004] Title=16:9  40.3秒目 ワイド TitleE=16:9  40.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1005] Title=16:9  40.4秒目 ワイド TitleE=16:9  40.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1006] Title=16:9  40.5秒目 ワイド TitleE=16:9  40.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1007] Title=16:9  40.6秒目 ワイド TitleE=16:9  40.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1008] Title=16:9  40.7秒目 ワイド TitleE=16:9  40.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1009] Title=16:9  40.8秒目 ワイド TitleE=16:9  40.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1010] Title=16:9  40.9秒目 ワイド TitleE=16:9  40.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:40.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1011] Title=16:9  41秒目 ワイド TitleE=16:9  41秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1012] Title=16:9  41.1秒目 ワイド TitleE=16:9  41.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1013] Title=16:9  41.2秒目 ワイド TitleE=16:9  41.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1014] Title=16:9  41.3秒目 ワイド TitleE=16:9  41.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1015] Title=16:9  41.4秒目 ワイド TitleE=16:9  41.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1016] Title=16:9  41.5秒目 ワイド TitleE=16:9  41.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1017] Title=16:9  41.6秒目 ワイド TitleE=16:9  41.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1018] Title=16:9  41.7秒目 ワイド TitleE=16:9  41.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1019] Title=16:9  41.8秒目 ワイド TitleE=16:9  41.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1020] Title=16:9  41.9秒目 ワイド TitleE=16:9  41.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:41.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1021] Title=16:9  42秒目 ワイド TitleE=16:9  42秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1022] Title=16:9  42.1秒目 ワイド TitleE=16:9  42.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1023] Title=16:9  42.2秒目 ワイド TitleE=16:9  42.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1024] Title=16:9  42.3秒目 ワイド TitleE=16:9  42.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1025] Title=16:9  42.4秒目 ワイド TitleE=16:9  42.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1026] Title=16:9  42.5秒目 ワイド TitleE=16:9  42.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1027] Title=16:9  42.6秒目 ワイド TitleE=16:9  42.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1028] Title=16:9  42.7秒目 ワイド TitleE=16:9  42.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1029] Title=16:9  42.8秒目 ワイド TitleE=16:9  42.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1030] Title=16:9  42.9秒目 ワイド TitleE=16:9  42.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:42.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1031] Title=16:9  43秒目 ワイド TitleE=16:9  43秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1032] Title=16:9  43.1秒目 ワイド TitleE=16:9  43.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1033] Title=16:9  43.2秒目 ワイド TitleE=16:9  43.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1034] Title=16:9  43.3秒目 ワイド TitleE=16:9  43.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1035] Title=16:9  43.4秒目 ワイド TitleE=16:9  43.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1036] Title=16:9  43.5秒目 ワイド TitleE=16:9  43.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1037] Title=16:9  43.6秒目 ワイド TitleE=16:9  43.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1038] Title=16:9  43.7秒目 ワイド TitleE=16:9  43.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1039] Title=16:9  43.8秒目 ワイド TitleE=16:9  43.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1040] Title=16:9  43.9秒目 ワイド TitleE=16:9  43.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:43.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1041] Title=16:9  44秒目 ワイド TitleE=16:9  44秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1042] Title=16:9  44.1秒目 ワイド TitleE=16:9  44.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1043] Title=16:9  44.2秒目 ワイド TitleE=16:9  44.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1044] Title=16:9  44.3秒目 ワイド TitleE=16:9  44.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1045] Title=16:9  44.4秒目 ワイド TitleE=16:9  44.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1046] Title=16:9  44.5秒目 ワイド TitleE=16:9  44.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1047] Title=16:9  44.6秒目 ワイド TitleE=16:9  44.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1048] Title=16:9  44.7秒目 ワイド TitleE=16:9  44.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1049] Title=16:9  44.8秒目 ワイド TitleE=16:9  44.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1050] Title=16:9  44.9秒目 ワイド TitleE=16:9  44.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:44.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1051] Title=16:9  45秒目 ワイド TitleE=16:9  45秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1052] Title=16:9  45.1秒目 ワイド TitleE=16:9  45.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1053] Title=16:9  45.2秒目 ワイド TitleE=16:9  45.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1054] Title=16:9  45.3秒目 ワイド TitleE=16:9  45.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1055] Title=16:9  45.4秒目 ワイド TitleE=16:9  45.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1056] Title=16:9  45.5秒目 ワイド TitleE=16:9  45.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1057] Title=16:9  45.6秒目 ワイド TitleE=16:9  45.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1058] Title=16:9  45.7秒目 ワイド TitleE=16:9  45.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1059] Title=16:9  45.8秒目 ワイド TitleE=16:9  45.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1060] Title=16:9  45.9秒目 ワイド TitleE=16:9  45.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:45.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1061] Title=16:9  46秒目 ワイド TitleE=16:9  46秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1062] Title=16:9  46.1秒目 ワイド TitleE=16:9  46.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1063] Title=16:9  46.2秒目 ワイド TitleE=16:9  46.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1064] Title=16:9  46.3秒目 ワイド TitleE=16:9  46.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1065] Title=16:9  46.4秒目 ワイド TitleE=16:9  46.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1066] Title=16:9  46.5秒目 ワイド TitleE=16:9  46.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1067] Title=16:9  46.6秒目 ワイド TitleE=16:9  46.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1068] Title=16:9  46.7秒目 ワイド TitleE=16:9  46.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1069] Title=16:9  46.8秒目 ワイド TitleE=16:9  46.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1070] Title=16:9  46.9秒目 ワイド TitleE=16:9  46.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:46.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1071] Title=16:9  47秒目 ワイド TitleE=16:9  47秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1072] Title=16:9  47.1秒目 ワイド TitleE=16:9  47.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1073] Title=16:9  47.2秒目 ワイド TitleE=16:9  47.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1074] Title=16:9  47.3秒目 ワイド TitleE=16:9  47.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1075] Title=16:9  47.4秒目 ワイド TitleE=16:9  47.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1076] Title=16:9  47.5秒目 ワイド TitleE=16:9  47.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1077] Title=16:9  47.6秒目 ワイド TitleE=16:9  47.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1078] Title=16:9  47.7秒目 ワイド TitleE=16:9  47.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1079] Title=16:9  47.8秒目 ワイド TitleE=16:9  47.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1080] Title=16:9  47.9秒目 ワイド TitleE=16:9  47.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:47.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1081] Title=16:9  48秒目 ワイド TitleE=16:9  48秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1082] Title=16:9  48.1秒目 ワイド TitleE=16:9  48.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1083] Title=16:9  48.2秒目 ワイド TitleE=16:9  48.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1084] Title=16:9  48.3秒目 ワイド TitleE=16:9  48.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1085] Title=16:9  48.4秒目 ワイド TitleE=16:9  48.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1086] Title=16:9  48.5秒目 ワイド TitleE=16:9  48.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1087] Title=16:9  48.6秒目 ワイド TitleE=16:9  48.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1088] Title=16:9  48.7秒目 ワイド TitleE=16:9  48.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1089] Title=16:9  48.8秒目 ワイド TitleE=16:9  48.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1090] Title=16:9  48.9秒目 ワイド TitleE=16:9  48.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:48.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1091] Title=16:9  49秒目 ワイド TitleE=16:9  49秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1092] Title=16:9  49.1秒目 ワイド TitleE=16:9  49.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1093] Title=16:9  49.2秒目 ワイド TitleE=16:9  49.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1094] Title=16:9  49.3秒目 ワイド TitleE=16:9  49.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1095] Title=16:9  49.4秒目 ワイド TitleE=16:9  49.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1096] Title=16:9  49.5秒目 ワイド TitleE=16:9  49.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1097] Title=16:9  49.6秒目 ワイド TitleE=16:9  49.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1098] Title=16:9  49.7秒目 ワイド TitleE=16:9  49.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1099] Title=16:9  49.8秒目 ワイド TitleE=16:9  49.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1100] Title=16:9  49.9秒目 ワイド TitleE=16:9  49.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:49.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1101] Title=16:9  50秒目 ワイド TitleE=16:9  50秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1102] Title=16:9  50.1秒目 ワイド TitleE=16:9  50.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1103] Title=16:9  50.2秒目 ワイド TitleE=16:9  50.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1104] Title=16:9  50.3秒目 ワイド TitleE=16:9  50.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1105] Title=16:9  50.4秒目 ワイド TitleE=16:9  50.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1106] Title=16:9  50.5秒目 ワイド TitleE=16:9  50.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1107] Title=16:9  50.6秒目 ワイド TitleE=16:9  50.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1108] Title=16:9  50.7秒目 ワイド TitleE=16:9  50.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1109] Title=16:9  50.8秒目 ワイド TitleE=16:9  50.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1110] Title=16:9  50.9秒目 ワイド TitleE=16:9  50.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:50.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1111] Title=16:9  51秒目 ワイド TitleE=16:9  51秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1112] Title=16:9  51.1秒目 ワイド TitleE=16:9  51.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1113] Title=16:9  51.2秒目 ワイド TitleE=16:9  51.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1114] Title=16:9  51.3秒目 ワイド TitleE=16:9  51.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1115] Title=16:9  51.4秒目 ワイド TitleE=16:9  51.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1116] Title=16:9  51.5秒目 ワイド TitleE=16:9  51.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1117] Title=16:9  51.6秒目 ワイド TitleE=16:9  51.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1118] Title=16:9  51.7秒目 ワイド TitleE=16:9  51.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1119] Title=16:9  51.8秒目 ワイド TitleE=16:9  51.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1120] Title=16:9  51.9秒目 ワイド TitleE=16:9  51.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:51.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1121] Title=16:9  52秒目 ワイド TitleE=16:9  52秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1122] Title=16:9  52.1秒目 ワイド TitleE=16:9  52.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1123] Title=16:9  52.2秒目 ワイド TitleE=16:9  52.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1124] Title=16:9  52.3秒目 ワイド TitleE=16:9  52.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1125] Title=16:9  52.4秒目 ワイド TitleE=16:9  52.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1126] Title=16:9  52.5秒目 ワイド TitleE=16:9  52.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1127] Title=16:9  52.6秒目 ワイド TitleE=16:9  52.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1128] Title=16:9  52.7秒目 ワイド TitleE=16:9  52.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1129] Title=16:9  52.8秒目 ワイド TitleE=16:9  52.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1130] Title=16:9  52.9秒目 ワイド TitleE=16:9  52.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:52.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1131] Title=16:9  53秒目 ワイド TitleE=16:9  53秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1132] Title=16:9  53.1秒目 ワイド TitleE=16:9  53.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1133] Title=16:9  53.2秒目 ワイド TitleE=16:9  53.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1134] Title=16:9  53.3秒目 ワイド TitleE=16:9  53.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1135] Title=16:9  53.4秒目 ワイド TitleE=16:9  53.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1136] Title=16:9  53.5秒目 ワイド TitleE=16:9  53.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1137] Title=16:9  53.6秒目 ワイド TitleE=16:9  53.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1138] Title=16:9  53.7秒目 ワイド TitleE=16:9  53.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1139] Title=16:9  53.8秒目 ワイド TitleE=16:9  53.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1140] Title=16:9  53.9秒目 ワイド TitleE=16:9  53.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:53.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1141] Title=16:9  54秒目 ワイド TitleE=16:9  54秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1142] Title=16:9  54.1秒目 ワイド TitleE=16:9  54.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1143] Title=16:9  54.2秒目 ワイド TitleE=16:9  54.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1144] Title=16:9  54.3秒目 ワイド TitleE=16:9  54.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1145] Title=16:9  54.4秒目 ワイド TitleE=16:9  54.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1146] Title=16:9  54.5秒目 ワイド TitleE=16:9  54.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1147] Title=16:9  54.6秒目 ワイド TitleE=16:9  54.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1148] Title=16:9  54.7秒目 ワイド TitleE=16:9  54.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1149] Title=16:9  54.8秒目 ワイド TitleE=16:9  54.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1150] Title=16:9  54.9秒目 ワイド TitleE=16:9  54.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:54.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1151] Title=16:9  55秒目 ワイド TitleE=16:9  55秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1152] Title=16:9  55.1秒目 ワイド TitleE=16:9  55.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1153] Title=16:9  55.2秒目 ワイド TitleE=16:9  55.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1154] Title=16:9  55.3秒目 ワイド TitleE=16:9  55.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1155] Title=16:9  55.4秒目 ワイド TitleE=16:9  55.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1156] Title=16:9  55.5秒目 ワイド TitleE=16:9  55.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1157] Title=16:9  55.6秒目 ワイド TitleE=16:9  55.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1158] Title=16:9  55.7秒目 ワイド TitleE=16:9  55.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1159] Title=16:9  55.8秒目 ワイド TitleE=16:9  55.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1160] Title=16:9  55.9秒目 ワイド TitleE=16:9  55.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:55.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1161] Title=16:9  56秒目 ワイド TitleE=16:9  56秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1162] Title=16:9  56.1秒目 ワイド TitleE=16:9  56.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1163] Title=16:9  56.2秒目 ワイド TitleE=16:9  56.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1164] Title=16:9  56.3秒目 ワイド TitleE=16:9  56.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1165] Title=16:9  56.4秒目 ワイド TitleE=16:9  56.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1166] Title=16:9  56.5秒目 ワイド TitleE=16:9  56.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1167] Title=16:9  56.6秒目 ワイド TitleE=16:9  56.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1168] Title=16:9  56.7秒目 ワイド TitleE=16:9  56.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1169] Title=16:9  56.8秒目 ワイド TitleE=16:9  56.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1170] Title=16:9  56.9秒目 ワイド TitleE=16:9  56.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:56.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1171] Title=16:9  57秒目 ワイド TitleE=16:9  57秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1172] Title=16:9  57.1秒目 ワイド TitleE=16:9  57.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1173] Title=16:9  57.2秒目 ワイド TitleE=16:9  57.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1174] Title=16:9  57.3秒目 ワイド TitleE=16:9  57.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1175] Title=16:9  57.4秒目 ワイド TitleE=16:9  57.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1176] Title=16:9  57.5秒目 ワイド TitleE=16:9  57.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1177] Title=16:9  57.6秒目 ワイド TitleE=16:9  57.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1178] Title=16:9  57.7秒目 ワイド TitleE=16:9  57.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1179] Title=16:9  57.8秒目 ワイド TitleE=16:9  57.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1180] Title=16:9  57.9秒目 ワイド TitleE=16:9  57.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:57.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1181] Title=16:9  58秒目 ワイド TitleE=16:9  58秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1182] Title=16:9  58.1秒目 ワイド TitleE=16:9  58.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1183] Title=16:9  58.2秒目 ワイド TitleE=16:9  58.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1184] Title=16:9  58.3秒目 ワイド TitleE=16:9  58.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1185] Title=16:9  58.4秒目 ワイド TitleE=16:9  58.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1186] Title=16:9  58.5秒目 ワイド TitleE=16:9  58.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1187] Title=16:9  58.6秒目 ワイド TitleE=16:9  58.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1188] Title=16:9  58.7秒目 ワイド TitleE=16:9  58.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1189] Title=16:9  58.8秒目 ワイド TitleE=16:9  58.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1190] Title=16:9  58.9秒目 ワイド TitleE=16:9  58.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:58.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1191] Title=16:9  59秒目 ワイド TitleE=16:9  59秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1192] Title=16:9  59.1秒目 ワイド TitleE=16:9  59.1秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.100 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1193] Title=16:9  59.2秒目 ワイド TitleE=16:9  59.2秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.200 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1194] Title=16:9  59.3秒目 ワイド TitleE=16:9  59.3秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.300 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1195] Title=16:9  59.4秒目 ワイド TitleE=16:9  59.4秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.400 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1196] Title=16:9  59.5秒目 ワイド TitleE=16:9  59.5秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.500 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1197] Title=16:9  59.6秒目 ワイド TitleE=16:9  59.6秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.600 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1198] Title=16:9  59.7秒目 ワイド TitleE=16:9  59.7秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.700 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1199] Title=16:9  59.8秒目 ワイド TitleE=16:9  59.8秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.800 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1200] Title=16:9  59.9秒目 ワイド TitleE=16:9  59.9秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:00:59.900 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg"" [Item1201] Title=16:9  60秒目 ワイド TitleE=16:9  60秒目 ワイド Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 00:01:00.000 -s 160x92 -vframes 1 -padtop 14 -padbottom 14 -padcolor 00000F -an "<%OutputFile%>.jpg""