First start of lawn mower after long winter
▶️ DTube
▶️ IPFS
How to concatenate several MP4 files in Linux (MP4 파일 이어붙이기)
Origin: https://trac.ffmpeg.org/wiki/Concatenate
If not installed
sudo apt install ffmpeg
Write "MyList.txt"
# this is a comment
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
- Run "ffmpeg"
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
"-safe 0" option is needed for relative path.
Other container is also working.
DTube 처음으로 써 본 "테스트" 입니다.
사실 이게 이렇게 내 블로그에 올라올 줄 생각을 못했습니다. ㅠㅠ
원래 의도했던 영상은 다음 포스트 https://steemit.com/craftsman/@dj-on-steem/q4xv9hnk 에 있습니다.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
zorba님이 dj-on-steem님을 멘션하셨습니당. 아래 링크를 누르시면 연결되용~ ^^
zorba님의 [2018/4/23] 가장 빠른 해외 소식! 해외 스티미언 소모임 회원들의 글을 소개해 드립니다.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
cvlc V1.mp4 V2.mp4 V3.mp4 V4.mp4 V5.mp4 V6.mp4 V7.mp4 --sout "#gather:std{access=file,dst=test.mp4}" --sout-keep
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit