Can ffmpeg do these 2 things at the same time (among others)?
Convert a "softsubbed" (subs can be disabled) to "hardsub" (subs are burned into the video and CAN NOT be disabled) and scale a video?
With scaling i mean that i put for example, 1000 width and let ffmpeg choose the correct height to match the width i input.
I read there is a "scale" function but when i use it in conjunction with other features (cutting video, converting to other format, etc) i get an error so i have to manually input both width and height.
+ Reply to Thread
Results 1 to 3 of 3
-
-
-
Some versions of FFMpeg will error on the -1 if the resulting rounded dimension is unacceptable such as an odd number for an AVC codec. In the below example I used 722:-1 as the size since the original video was 854x480 (1.779). A width of 720 would have resulted in a rounded 405 as the height and it causes an error.
The string for adding subtitles is also shown for adding subtitles before resizing or resizing and then adding the subtitles (Larger).
Last edited by Budman1; 24th Jan 2016 at 02:36.
Similar Threads
-
What is the purpose of "Default" button in "Video" tab of XMedia Recode?
By MidnightUser in forum Newbie / General discussionsReplies: 1Last Post: 15th Jan 2016, 03:08 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
the "-intra" command in ffmpeg.exe affects encoding "-vcodec copy" mode?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 23rd Oct 2013, 15:53 -
ffmpeg how to "lossless" convert video codec to libx264 ? CRF & qp value
By feelart in forum Video ConversionReplies: 3Last Post: 9th Jan 2013, 20:46 -
What are Video "Profile Formats" or "Levels"?
By HanDuet in forum Newbie / General discussionsReplies: 2Last Post: 15th Mar 2011, 23:41