回答編集履歴
1
f
test
CHANGED
@@ -44,6 +44,10 @@
|
|
44
44
|
|
45
45
|
cmd = "ffmpeg_wrap.exe ffmpeg -y -i {0} -movflags faststart -c copy -map p:0 {1}".format(url, output)
|
46
46
|
|
47
|
+
try:
|
48
|
+
|
49
|
+
以下略
|
50
|
+
|
47
51
|
```
|
48
52
|
|
49
53
|
|