Pinned Loading
-
-
-
Script for converting videos the way...
Script for converting videos the way Davinci Resolve Linux wants them 1mkdir transcoded;
2for i in *.mp4;
3do ffmpeg -i "$i" -map 0:0 -map 0:1 -map 0:2 -vcodec mjpeg -q:v 2 -c:a pcm_s16be -q:a 0 -f mov "transcoded/${i%.*}.mov";
4done
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.