Hi guys,
I needed to create very specific video settings for conversion.
Here is my command:
But the output has those stripped lines on the p and b frame. My questions are:Code:ffmpeg -i v.mp4 -y -vcodec libx264 -flags +ilme -level 30 -pix_fmt yuv422p -s 720x480 -r 29.97 -aspect 4:3 -b:v 2500k -minrate 2500k -maxrate 5000k -bufsize 1835k -acodec ac3 -ac 6 -ar 48000 -ab 192k v_SD.mp4
what is the cause of this?
Does the vsync needs to be carried away?
Is vsync enabled by default?
What are the ffmpeg options for encoding i-th frame in the GOP size? (is this correct -qscale 1 -qmin 1 ? )
What is the possible cons if only i-th frame is encoded?
How can I find if my video source is deinterlaced?
Do I need to deinterlace the video in order to loose the horizontal strips? (or carry away the -flags +ilme in the command? )
Cheers,
Thank you for your patience.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Dark Horizontal Lines
By daave in forum Capturing and VCRReplies: 4Last Post: 14th Aug 2012, 15:26 -
Horizontal Black/White Blocks/Lines on Top of Video
By xxbobbyfinxx in forum Capturing and VCRReplies: 8Last Post: 5th Oct 2010, 17:37 -
Horizontal black lines in exported HD video
By progressive_pete in forum Video ConversionReplies: 5Last Post: 25th Jan 2010, 07:36 -
GomPlayer stopped working. Video is nothing but horizontal lines
By Brent G. in forum Software PlayingReplies: 5Last Post: 27th Dec 2008, 16:51 -
Pinnacle Studio produces horizontal lines on encoded video
By Grunberg in forum Video ConversionReplies: 2Last Post: 30th Jan 2008, 18:45