방문자


Scientist. Husband. Daddy. --- TOLLE. LEGE
[1] 이 블로그는 대한민국 저작권법(28조)과 U.S. Copyright Act (17 USC. §107)에 정의된 "저작권물의 공정한 이용원칙 | the U.S. fair use doctrine" 을 따릅니다. [2] 저작권(© 최광민)이 명시된 모든 글과 번역문들에 대해 (1) 원글의 URL 주소링크를 밝히지 않은 모든 형태의 (2) 전문 복제-배포, (3) 임의수정 및 자의적 본문 발췌, (4) 화면캡처 및 배포를 금지합니다. [3] 아울러 이 블로그의 내용을 AI 학습용으로 이용하는 것 역시 금지합니다. [운영] [대문으로] [방명록]
블로그 후원하기
[한국] 하나은행 (최광민): 376-910-500-183-07
[미국] 벤모 Venmo: @pay4kc
[국제] 페이팔 PayPal: @pay4kc

법어


草人종/정 광미누/스님
가라사대:

삶/은 계란이요

죽/은 대나무

난草/ 人가 !

YouTube 채널

번역한 책

블로그 내부검색

최신 포스팅

[© 최광민] ffmpeg

Labels:


작성

© 草人 최광민 2024-06-13

저작권(© 최광민)이 명시된 글들에 대해 저자의 동의없는 전문복제/배포 - 임의수정 및 자의적 발췌를 금하며, 인용 시 글의 URL 링크 만을 사용할 수 있습니다.

제목

[© 최광민]  ffmpeg



#! /usr/bin/bash

# wget https://eol.jsc.nasa.gov/DatabaseImages/ESC/large/ISS071/ISS071-E-104930.JPG

FILE=$1

awk -F"\t" '{if(NR>1) print "https://eol.jsc.nasa.gov/DatabaseImages/ESC/large/"$1"/"$1"-"$2"-"$3".JPG" }' $FILE | awk '{gsub(" ",""); print "wget "$0" ."}'

cat *.jpg | ffmpeg -framerate 30 -f image2pipe -i - -c:v libx264 -r 30 -pix_fmt yuv420p output_30fps.mp4


cat *.jpg | ffmpeg -framerate 10 -f image2pipe -i - -c:v libx264 -r 10 -pix_fmt yuv420p out-10fps.mp4

cat *.jpg | ffmpeg -framerate 10 -f image2pipe -i - -c:v libx264 -r 20 -pix_fmt yuv420p out-20fps.mp4


ffmpeg -i output_30fps.mp4 -vf "setpts=1.5*PTS" output_30fps_slow1.5x.mp4 


https://eol.jsc.nasa.gov/beyondthephotography/crewearthobservationsvideos/Aurora.htm

https://eol.jsc.nasa.gov/beyondthephotography/CrewEarthObservationsVideos/AutomaticallyGenerated/AutomaticallyGeneratedVideos.pl

https://sdo.gsfc.nasa.gov/data/




草人 최광민






Labels:





Scientist. Husband. Daddy. --- TOLLE. LEGE
[1] This blog complies with the "Fair Use Doctrine" as defined in Article 28 of the Republic of Korea Copyright Act and the U.S. Copyright Act (17 USC. §107). [2] Regarding copyrighted (© Kwangmin Choi) articles and translations, the following actions are prohibited (1) without providing a link to the original URL: (2) Full reproduction and distribution, (3) Unauthorized modification and arbitrary excerpting, and (4) Screen capturing and distribution. [3] Additionally, using the content of this blog for AI training is strictly prohibited. [운영] [대문으로] [방명록]
블로그 후원하기
[한국] 하나은행 (최광민): 376-910-500-183-07
[미국] 벤모 Venmo: @pay4kc
[국제] 페이팔 PayPal: @pay4kc