We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23287e8 commit abd33efCopy full SHA for abd33ef
src/components/VideoExplorer/Home/MainView.js
@@ -188,12 +188,14 @@ class MainView extends React.Component {
188
<p>
189
<a
190
href={`${selectedVideo.path}output.mp4`}
191
+ download={`${selectedVideo.name}.mp4`}
192
className="badge badge-secondary"
193
>
194
<i className="fas fa-download" /> Original video
195
</a>
196
197
href={`${selectedVideo.path}output_bbox.mp4`}
198
+ download={`${selectedVideo.name}_bbox.mp4`}
199
200
201
<i className="fas fa-download" /> Video with bounding boxes
0 commit comments