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
- colab
- python3
- pyTorch
- dlib
- 딥러닝
- Jupyter notebook
- Anaconda
- Windows 10
- gpu memory
- colaboratory
- object detection
- error
- download
- FIle
- urllib
- linux
- TensorFlow
- YouTube 8M
- ppc64le
- python
- dataset
- ubuntu
- shakeratos
- windows
- CUDA
- face_recognition
- Deep Learning
- raspberry pi
- keras
- install
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