質問編集履歴

1

miss

2019/06/13 06:42

投稿

dakarann104
dakarann104

スコア21

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```javascript
4
4
 
5
- spawn("./ffmpeg.exe", ["-y","-hide_banner","-rtbufsize", "200MB","-video_size", "1280x720","-framerate", "60" ,"-f","dshow" ,"-i" ,"video=カメラ","-vcodec", "h264_nvenc","-tune","zerolatency","-f" ,"flv" ,"rtmp://localhost:1935/live/test1.flv",folder])}
5
+ spawn("./ffmpeg.exe", ["-y","-hide_banner","-rtbufsize", "200MB","-video_size", "1280x720","-framerate", "60" ,"-f","dshow" ,"-i" ,"video=カメラ","-vcodec", "h264_nvenc","-tune","zerolatency","-f" ,"flv" ,"rtmp://localhost:1935/live/test1.flv",folder])
6
6
 
7
7
  ```
8
8