I am trying to add interlacing. I know that sounds funny, but I'd like to retain the motions in my videos and retain the highest resolution while staying within 4.1 level of AVC.
I want to convert video from 1080/60p to 1080/30i with FFmpeg. I know some people refer to 30i as 60i and vice versa. They all mean the same thing digitally to me. I do not want 30p. I already figured that one out.
I did a good old Google search and came up with nothing. There are tons of deinterlacing result, but very little specific results that pertain to adding interlacing. There are a few results that allow the input file (which is already interlaced) to stay interlaced.
My videos are AVC high@L4.2 1080/60p (59.94) 24mbps. I want them to be AVC high@L4.1 1080/30i (29.97) 12mbps peak, 8mbps avg).
+ Reply to Thread
Results 1 to 6 of 6
-
-
Have you considered 720p60 as an alternative ? Progressive encoding is far more efficient, and the actual vertical resolution you get from watching 1080i60 is substantially reduced, especially when post processing is applied. There are also deinterlacing artifacts (aliasing, jaggies)
If you still want 1080i60, one method is to do the interlacing in avisynth; you can still use ffmpeg if you want with the avs script (or any encoder that accepts avs scripts)
#source filter using 1080p60 source
AssumeTFF().SeparateFields().SelectEvery(4, 0, 3).Weave()
I'm not sure how to convert it to interlaced with ffmpeg only -
Well my TV is interlaced already. It's an old CRT based HDTV. It displays 720/60p as 720/30i. And it displays 1080 interlaced anyway. So if I have to half my horizontal resolution it's better to have half of 1080 and not half of 720.
I have this faint suspicion that FFmpeg doesn't do interlacing.
My Popbox is limited to level 4.1 of AVC
But in the end, if I can't get 1080/30i, then 720/60p is my next move. -
Thanks for the tip. I know it's a solution, but it's not the solution I'm looking for. Please don't take that the wrong way.
I was hoping for a few switches to throw at FFmpeg and call it a day. I don't want to invest an hour of my time to figure out how avs scripting works (at least yet...). I know absolutely nothing about it.
Similar Threads
-
converting from 30i to 30p with Virtualdub; before or after cutting?
By CFPJer in forum Video ConversionReplies: 0Last Post: 28th Jan 2011, 22:17 -
60p to 24p
By -Sandro- in forum EditingReplies: 4Last Post: 17th Jan 2010, 11:00 -
Deinterlace 60i -> 60p, yes, 60p, not 30p.
By 123Mike in forum Video ConversionReplies: 20Last Post: 4th May 2009, 12:43 -
30i and 30 fps mjpeg in same project
By SCDVD in forum EditingReplies: 4Last Post: 8th Sep 2008, 22:37 -
frame rates 24 30 30p 30i 60 60p 60i
By maxtrack in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 5Last Post: 28th Jul 2007, 16:21