Hi,
and however I'm a cat
however
i have a source.mxf file HD (1920x1080) 50i interlaced file that is 411 pixel format.
I need to create a mp4 h264 (avc1) using ffmpeg, interlaced, but 422
is this commandline correct?
Code:ffmpeg.exe -i source.mxf -filter_complex "[0:1] [0:2] amerge" -pix_fmt yuv422p -c:v libx264 -profile:v high422 -level:v 4.1 -g 33 -bf 2 -crf 22 -flags +ildct+ilme -top 1 -c:a ac3 -b:a 320k -ar 48000 -aspect 16:9 output.mp4
and I wonder: only in the case the source is 422 but the output is 411 is necessary apply at the commandline the line:
or I mystake? thanksCode:-vf scale=interl=1 -pix_fmt yuv420p -profile:v main
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
$450 VHS/Hi8 10-bit 422 with Frame+Line TBC Capture Setup
By petet in forum Capturing and VCRReplies: 33Last Post: 23rd Jan 2023, 17:36 -
Pinnacle captures in 1.422:1, how to fix this
By sndr1384 in forum Newbie / General discussionsReplies: 5Last Post: 14th Jan 2021, 10:43 -
Need USB capture device for analog sources in ProRes 422.
By digicube in forum Capturing and VCRReplies: 31Last Post: 22nd Jul 2019, 14:14 -
nVidia CUDA no good for Prores 422 decoding?
By KiDy in forum ComputerReplies: 3Last Post: 15th Oct 2018, 11:46 -
Convert Apple Pro Res 422 to Lossless AVI using HandBrake
By Eloosive in forum Video ConversionReplies: 2Last Post: 22nd Apr 2018, 07:05