Linux Lounge
Command Used In Video: mkdir transcoded; for i in .mp4; do ffmpeg -i "$i" -vcodec mjpeg -q:v 2 -acodec pcm_s16be -q:a 0 -f mov "transcoded/${i%.}.mov"; done
Support the channel and join LBRY: https://lbry.tv/$/invite/@LinuxLounge:b ... https://www.youtube.com/watch?v=F1dOZ_CJPfc
23024605 Bytes