Sorry to ask again for help but you guys were awesome last time. I have a simple FFMPEG which works in bash, but in windows I get an error. It simply adds a ticker to the video.
ffmpeg.exe -y -i C:/inputFilm.mkv -vf "drawbox=y=0:
[email protected]:width=iw:height=28:t=fill,drawtext=:textfile='C:/bannerTextRed.txt':fontsize=24:fontcolor=white:shadowcolor=orange:shadowx=2:shadowy=2:x=W*(1-0.09*t):y=3" C:/output.mkv
Error:
The text file 'C' could not be read or is empty
[AVFilterGraph @ 00000221babe1380] Error initializing filter 'drawtext' with args ':textfile=C:/bannerTextRed.txt:fontsize=24:fontcolor=white:shadowcolor=orange:shadowx=2:shadowy=2:x=W*(1-0.09*t):y=3'
Error reinitializing filters!
Failed to inject frame into filter network: No such file or directory
Error while processing the decoded data for stream #0:0
Does anyone know how I can fix this?
Thank you - Ive spent hours on this :I