Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- raspberry pi
- object detection
- keras
- Jupyter notebook
- urllib
- linux
- install
- FIle
- gpu memory
- error
- ppc64le
- Deep Learning
- YouTube 8M
- python
- TensorFlow
- CUDA
- dataset
- shakeratos
- 딥러닝
- python3
- Windows 10
- colaboratory
- dlib
- Anaconda
- ubuntu
- colab
- windows
- download
- face_recognition
- pyTorch
Archives
- Today
- Total
목록비디오 클립 (1)
Shakerato
How to make video clips of the long video using ffmpeg
1. https://www.ffmpeg.org/download.html2. Click Windows icon3. Click 'Windows Builds' text4. Download version 3.4.2, 64bit or 32bit, Static5. Extract zip file, copy /bin/ffmpeg.exe to video folder6. Making video clips using this command ffmpeg -i [Input file name] -ss [start time] -to [end time] [output file name] (example)ffmpeg -i video.mp4 -ss 00:00:03.000 -to 00:00:12.000 clip1.mp4
Research
2018. 3. 27. 16:56