Lawn Mower1

in lawnmower •  7 years ago  (edited)


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

  1. If not installed
    sudo apt install ffmpeg

  2. Write "MyList.txt"

# this is a comment
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
  1. 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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

DTube 처음으로 써 본 "테스트" 입니다.
사실 이게 이렇게 내 블로그에 올라올 줄 생각을 못했습니다. ㅠㅠ
원래 의도했던 영상은 다음 포스트 https://steemit.com/craftsman/@dj-on-steem/q4xv9hnk 에 있습니다.

zorba님이 dj-on-steem님을 멘션하셨습니당. 아래 링크를 누르시면 연결되용~ ^^
zorba님의 [2018/4/23] 가장 빠른 해외 소식! 해외 스티미언 소모임 회원들의 글을 소개해 드립니다.

안녕하세요, 일본 사카에서 조르바(zorba) 인사드립니다.
오늘은 좀 늦었네요 죄송합니다. Busy에서 오류가 떠서ㅠ(임시 저장소를 자주 비워주시는 걸 추천드릴게요!) 하루종일 비가 오는 오사카 입니다. 오늘은 요즘 샐러드를 ...

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