質問編集履歴
1
文章をわかりやすく変更しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
GPUを使ってエンコードの高速化が可能だと知ったのですが、VideoToolbox
|
1
|
+
GPUを使ってエンコードの高速化が可能だと知ったのですが、VideoToolboxはどのように使用すればいいでしょうか?
|
2
2
|
|
3
|
-
|
3
|
+
FFmpegで変換を試しましたが、エラーが出て進みませんでした
|
4
4
|
|
5
5
|
|
6
6
|
|
@@ -48,15 +48,15 @@
|
|
48
48
|
|
49
49
|
####エラーメッセージ
|
50
50
|
|
51
|
-
Error: cannot create compression session: -12908
|
51
|
+
[hevc_videotoolbox @ 0x7faa8c003400] Error: cannot create compression session: -12908
|
52
|
+
|
53
|
+
[hevc_videotoolbox @ 0x7faa8c003400] Try -allow_sw 1. The hardware encoder may be busy, or not supported.
|
54
|
+
|
55
|
+
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
|
56
|
+
|
57
|
+
Conversion failed!
|
52
58
|
|
53
59
|
|
54
|
-
|
55
|
-
Try -allow_sw 1. The hardware encoder may be busy, or not supported.
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
|
60
60
|
|
61
61
|
|
62
62
|
|