HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stevens37

no profile record

comments

stevens37
·قبل 3 سنوات·discuss
I simply download longer videos with yt-dlp and watch it offline.
stevens37
·قبل 4 سنوات·discuss
At the moment, Truth Social is available for U.S. users only
stevens37
·قبل 4 سنوات·discuss
No. I went back to twitter. The direction is promising.
stevens37
·قبل 4 سنوات·discuss
I've never heard about them but like this.
stevens37
·قبل 4 سنوات·discuss
yes

openssl enc -e -aes-128-cbc -in ${1} -out ${1}.cr -iter +123456 -k <password>
stevens37
·قبل 5 سنوات·discuss
You can leave your place also for any physical and mental recreation. Otherwise you can buy everything on the internet so this is mainly bad for the local shops. The gov is rather hysterical because of the recent corruption scandal
stevens37
·قبل 5 سنوات·discuss
TOR browser + duckduckgo
stevens37
·قبل 5 سنوات·discuss
Encrypt everything before uploading.
stevens37
·قبل 5 سنوات·discuss
slow down by 10x (gopro 240fps to 24fps)

ffmpeg -i ${1} -sn -an -c:v libx264 -r 24 -filter:v "setpts=10PTS" -crf 19 ${1}-10x.mkv

reverse video

ffmpeg -i $IFILE -s 3840x2160 -f image2 -q:v 1 -vf format=yuvj420p $tmpdir/p%8d.jpg cat $(ls -t $tmpdir/p
.jpg) | ffmpeg -f image2pipe -c:v mjpeg -r 30 -i - -c:v libx264 -crf 18 -vf format=yuv420p -preset slow -f mp4 $OFILE

loop a video: loopcount=$1

ffmpeg -stream_loop $1 -i $2 -c copy $3.mkv