Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- PersistenceContext
- python
- Spring Batch
- 오블완
- vfr video
- mp4fpsmod
- JanusWebRTCServer
- 코루틴 빌더
- PytestPluginManager
- 자원부족
- preemption #
- 코루틴 컨텍스트
- JanusWebRTCGateway
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- pytest
- terminal
- JanusGateway
- 겨울 부산
- VARCHAR (1)
- JanusWebRTC
- taint
- 달인막창
- 티스토리챌린지
- table not found
- 개성국밥
- 깡돼후
- k8s #kubernetes #쿠버네티스
- Value too long for column
- tolerated
- kotlin
Archives
목록mp4fpsmod (1)
너와 나의 스토리
Create Video from VFR images with timestamp / mp4fpsmod 사용 방법
mp4fpsmod 사용하기 사전 준비 $ brew install libtool autoconf $ brew install automake mp4fpsmod 설치 mp4fpsmod를 clone 받아오기 INSTALL에 작성된 내용을 따라서 설치 시작 $ ./bootstrap.sh $ ./configure $ make $ strip mp4fpsmod 빌드 후 위 코멘드를 입력하면 불필요한 symbol을 삭제할 수 있음 (스킵 가능) $ make install VFR Video로 인코딩 1. image를 단순히 이어 붙인 cfr video 생성 ffmpeg -f concat -i list.txt -pix_fmt yuv420p ffmpeg-cfr.mp4 2. 위에서 생성한 비디오를 timecode에 맞춰 vfr..
개발
2023. 1. 12. 15:31