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 | 29 | 30 |
Tags
- python3
- Windows 10
- error
- dlib
- python
- download
- object detection
- dataset
- TensorFlow
- ubuntu
- FIle
- keras
- install
- windows
- face_recognition
- gpu memory
- raspberry pi
- colaboratory
- Jupyter notebook
- Anaconda
- CUDA
- shakeratos
- YouTube 8M
- colab
- Deep Learning
- ppc64le
- linux
- urllib
- 딥러닝
- pyTorch
Archives
- Today
- Total
Shakerato
How to make video clips of the long video using ffmpeg 본문
1. https://www.ffmpeg.org/download.html
2. Click Windows icon
3. Click 'Windows Builds' text
4. Download version 3.4.2, 64bit or 32bit, Static
5. Extract zip file, copy /bin/ffmpeg.exe to video folder
6. 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' 카테고리의 다른 글
Google colab에서 한국어 NLP 처리 환경 구축 (1) | 2018.03.31 |
---|---|
Tensorflow Object Detection Tutorial (0) | 2018.03.29 |
Deep Learning - GPU memory limitation, How to overcome it? (0) | 2018.03.26 |
FakeApp 1.1 Tutorial (0) | 2018.02.12 |
Create environment for tensorflow 1.4 in Anaconda 3 (0) | 2018.02.10 |
Comments