I want to scale a video and burn the subtitles in it.
According to FFMPEG documentation:
https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo
https://trac.ffmpeg.org/wiki/Scaling
The correct syntax would be:
ffmpeg -i video.mkv -c:v libx264 -c:a ac3 -crf 14 -ss 00:03:15 -to 00:03:37 -vf subtitles=video.mkv, scale=720:-1 output.mp4
But it doesn't work, it seems ffmpeg doesn't recognize scale=720:-1 even if the documentation says it should work.
Where is the problem in the syntax?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Code:
subtitles=video.mkv, scale=720:-1
also for the future: post the output ffmpeg posts, since it usually does report what's wrong,...users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
ffmpeg Scaling Problem
By Mardon in forum Video ConversionReplies: 2Last Post: 26th Feb 2018, 17:55 -
ffmpeg scaling video resolution
By marcorocchini in forum Newbie / General discussionsReplies: 7Last Post: 26th Feb 2017, 09:25 -
ffmpeg order of operations - scaling footage and interlacing
By nesburf in forum Video ConversionReplies: 12Last Post: 31st Jan 2017, 17:40 -
Down-scaling help
By ChibiSqueeze in forum Video ConversionReplies: 8Last Post: 1st Jul 2016, 08:45 -
Help up-scaling anime
By zanzar in forum Newbie / General discussionsReplies: 1Last Post: 29th Dec 2015, 01:30