質問編集履歴

2

mdのクォートを修正

2019/03/12 15:08

投稿

leonardo
leonardo

スコア10

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- `videoconverter.js ([https://github.com/bgrins/videoconverter.js](https://github.com/bgrins/videoconverter.js)) ``ffmpeg.js ([https://github.com/Kagami/ffmpeg.js](https://github.com/Kagami/ffmpeg.js))` は既に試しておりますが、使用している FFmpeg のバージョンが2.0系と古く、今のiPhone や Android の動画形式(hevc, h.265) のエンコードができずにいます。
5
+ videoconverter.js ([https://github.com/bgrins/videoconverter.js](https://github.com/bgrins/videoconverter.js)) や ffmpeg.js ([https://github.com/Kagami/ffmpeg.js](https://github.com/Kagami/ffmpeg.js)) は既に試しておりますが、使用している FFmpeg のバージョンが2.0系と古く、今のiPhone や Android の動画形式(hevc, h.265) のエンコードができずにいます。
6
6
 
7
7
 
8
8
 

1

URL をリンクに変更

2019/03/12 15:07

投稿

leonardo
leonardo

スコア10

test CHANGED
File without changes
test CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- `videoconverter.js (https://github.com/bgrins/videoconverter.js) `や `ffmpeg.js (https://github.com/Kagami/ffmpeg.js)` は既に試しておりますが、使用している FFmpeg のバージョンが2.0系と古く、今のiPhone や Android の動画形式(hevc, h.265) のエンコードができずにいます。
5
+ `videoconverter.js ([https://github.com/bgrins/videoconverter.js](https://github.com/bgrins/videoconverter.js)) `や `ffmpeg.js ([https://github.com/Kagami/ffmpeg.js](https://github.com/Kagami/ffmpeg.js))` は既に試しておりますが、使用している FFmpeg のバージョンが2.0系と古く、今のiPhone や Android の動画形式(hevc, h.265) のエンコードができずにいます。
6
6
 
7
7
 
8
8
 
9
9
  また、最新の FFmpeg 3.0 以上とコーデックを追加することで、上記形式のエンコードが JavaScript で可能であることは以下のサイトで試しております。
10
10
 
11
- https://neo.idletime.tokyo/web/idleencoder_js/index.html
11
+ [https://neo.idletime.tokyo/web/idleencoder_js/index.html](https://neo.idletime.tokyo/web/idleencoder_js/index.html)
12
12
 
13
13
 
14
14
 
@@ -42,13 +42,13 @@
42
42
 
43
43
  一方で、参考にした `Makefile` ではこの時点で `ffmpeg` というバイナリファイルが生成されているように見受けられましたが、 `ffmpeg` バイナリファイルはみつかりませんでした。
44
44
 
45
- https://github.com/Kagami/ffmpeg.js/blob/master/Makefile#L302
45
+ [https://github.com/Kagami/ffmpeg.js/blob/master/Makefile#L302](https://github.com/Kagami/ffmpeg.js/blob/master/Makefile#L302)
46
46
 
47
- https://github.com/bgrins/videoconverter.js/blob/master/build/build_all_codecs.sh#L80 など
47
+ [https://github.com/bgrins/videoconverter.js/blob/master/build/build_all_codecs.sh#L80](https://github.com/bgrins/videoconverter.js/blob/master/build/build_all_codecs.sh#L80) など
48
48
 
49
49
 
50
50
 
51
- idleencoder のサイト(https://neo.idletime.tokyo/web/idleencoder_js/index.html) にも
51
+ idleencoder のサイト([https://neo.idletime.tokyo/web/idleencoder_js/index.html](https://neo.idletime.tokyo/web/idleencoder_js/index.html)) にも
52
52
 
53
53
  > ffmpegが作成されたらfinalというスクリプトがあるので
54
54