Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Question
--ignore-errors -f "(mp4)[height>=720][height<=1080][fps>=30]+bestaudio[ext=m4a]" -f bestvideo+bestaudio --download-archive "C:\Users\user\OneDrive\Youtube-DL\DownloadArchives\FunhausArchive.txt" --reject-title "podcast" -o "c:/temp/Funhaus/%(upload_date)s - %(title)s - [%(id)s].%(ext)s" #-o "G:/youtube/%(uploader)s/%(upload_date)s - %(title)s - [%(id)s].%(ext)s" --recode-video mp4 --ffmpeg-location 'C:/Users/user/OneDrive/Youtube-DL/ffmpeg/bin/ffmpeg.exe' --console-title --add-metadata --mark-watched --verbose --postprocessor-args "-hwaccel qsv -c:v h264_qsv" --exec 'move {} g:/funhaus/'The above doesnt seem to work, it works fine when i comment out --postprocessor-args. What's the correct syntax to use quicksync to speed up ffmpeg?