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