SyntaxFix
Write A Post
Hire A Developer
Questions
Simple Example:
videoSource=test.mp4 videoEncoded=test2.mp4 videoSubtitle=test.srt videoFontSize=24 ffmpeg -i "$videoSource" -vf subtitles="$videoSubtitle":force_style='Fontsize="$videoFontSize"' "$videoEncoded"
Only replace the linux variables