Recent content by Patrick van Deursen

  1. P

    How to "cast" MKV files to your Chromecast

    for the script with ffmpeg: for %%a in ("*.mkv") do ffmpeg -i "%%a" -vcodec copy -acodec aac -ab 384000 -sn -strict -2 "%%~na.mp4" pause sorry to open this aftr a long time. Just tried the convert option with ffmpeg and it is working as we speak. question is how do I adapt the bat file to...