質問編集履歴

5

追記

2020/10/01 04:39

投稿

u.sayaka0112
u.sayaka0112

スコア38

test CHANGED
File without changes
test CHANGED
@@ -136,7 +136,9 @@
136
136
 
137
137
  except TypeError as e:
138
138
 
139
+ traceback.print_exc()
140
+
139
- else:
141
+ else:
140
142
 
141
143
  cmd = f'ffmpeg -y -i "{mv_temp_out_path}" -vcodec h264_nvenc "{mv_ffmpeg_path}"'
142
144
 

4

追記

2020/10/01 04:39

投稿

u.sayaka0112
u.sayaka0112

スコア38

test CHANGED
File without changes
test CHANGED
@@ -128,6 +128,8 @@
128
128
 
129
129
  ```
130
130
 
131
+ mv_ffmpeg_path = 'xxx.mp4'
132
+
131
133
  try:
132
134
 
133
135
  self.__main_detection(filename, mv_original_path, mv_temp_out_path, downward_config, beam_config, interval)
@@ -136,7 +138,7 @@
136
138
 
137
139
  else:
138
140
 
139
- cmd = f'/usr/local/bin/ffmpeg -y -i "{mv_temp_out_path}" -vcodec h264_nvenc "{mv_ffmpeg_path}"'
141
+ cmd = f'ffmpeg -y -i "{mv_temp_out_path}" -vcodec h264_nvenc "{mv_ffmpeg_path}"'
140
142
 
141
143
  subprocess.call(cmd, shell=True)
142
144
 

3

追記

2020/10/01 04:36

投稿

u.sayaka0112
u.sayaka0112

スコア38

test CHANGED
File without changes
test CHANGED
@@ -118,6 +118,26 @@
118
118
 
119
119
 
120
120
 
121
- 追記
121
+ __追記1__
122
122
 
123
123
  エラーは生じていますが、変換自体はされています。しかし、フレームが欠落しています(fps-1だけ欠落している様子)。
124
+
125
+
126
+
127
+ __追記2__
128
+
129
+ ```
130
+
131
+ try:
132
+
133
+ self.__main_detection(filename, mv_original_path, mv_temp_out_path, downward_config, beam_config, interval)
134
+
135
+ except TypeError as e:
136
+
137
+ else:
138
+
139
+ cmd = f'/usr/local/bin/ffmpeg -y -i "{mv_temp_out_path}" -vcodec h264_nvenc "{mv_ffmpeg_path}"'
140
+
141
+ subprocess.call(cmd, shell=True)
142
+
143
+ ```

2

修正依頼

2020/10/01 04:35

投稿

u.sayaka0112
u.sayaka0112

スコア38

test CHANGED
File without changes
test CHANGED
@@ -115,3 +115,9 @@
115
115
 
116
116
 
117
117
  同じエラーを解決した方がいらっしゃれば共有いただけると幸いです。
118
+
119
+
120
+
121
+ 追記
122
+
123
+ エラーは生じていますが、変換自体はされています。しかし、フレームが欠落しています(fps-1だけ欠落している様子)。

1

誤字

2020/10/01 04:14

投稿

u.sayaka0112
u.sayaka0112

スコア38

test CHANGED
File without changes
test CHANGED
@@ -114,4 +114,4 @@
114
114
 
115
115
 
116
116
 
117
- 同じエラーを解決した方がいらっしゃれば今日いただけると幸いです。
117
+ 同じエラーを解決した方がいらっしゃれば共有いただけると幸いです。