View Full Version : 1080i 25fps to 720p 23.976 fps


yungqb7
13th July 2011, 18:32
Is there a way to encode 1080i 25fps PAL BD to a 720p .mkv with 23.976fps? If that is possible to do, what about making sure the audio is in sync with the video?

Target Practice
13th July 2011, 19:35
In theory:

FFVideoSource(sauce)
AssumeFPS(25)
QTGMC()
Spline36Resize(1280,720)
MSU_FRC(480)
SelectEvery(1001,0)

Lyle_JP
13th July 2011, 23:35
I think you are better off blending it into 29.97 fps. There are many existing PAL-to-NTSC scripts out there for this purpose.

Blue_MiSfit
14th July 2011, 08:18
What is the nature of your 1080i25 BluRay? Is it pure interlaced, pulldown, or a hybrid containing both?

Derek

caaraa
14th July 2011, 08:19
29.97 fps is good.
http://www.primeaffiliate.com/track/images/13.gif

Atak_Snajpera
14th July 2011, 12:37
Is there a way to encode 1080i 25fps PAL BD to a 720p .mkv with 23.976fps? If that is possible to do, what about making sure the audio is in sync with the video?
Peace of cake.
1) open file in ripbot264
2) if your source is pure interlaced (50 fps) then select
http://www.picamatic.com/show/2011/07/14/03/33/7693204_212x49.png
However if your source was encoded as fake-interlaced (25 fps but only flaged as interlaced) then do not select above option!

3) Last thing is to adjust frame rate. This option also slow downs audio (YOU MUST RE-ENCODE AUDIO! Do not select Copy Stream option)
http://www.picamatic.com/show/2011/07/14/03/33/7693205_212x49.png

4) select your resolution

TheSkiller
19th July 2011, 11:45
If the source does contain visible interlacing with 50 definite steps in time per second ("pure" interlacing, no norm-conversion, no field repeats), then there's no chance you can make it 23.976 fps without serious judder and/or strobing. If it is encoded as interlaced but contains 25 progressive frames per second then you can simply slow it down to 23.976 fps.
I case of interlaced footage you would have to end up with 29.97 fps (also interlaced of course) if it's a PAL->NTSC conversion that you are (basically) trying to archive.

yungqb7
22nd July 2011, 23:19
Well I do not see any visible interlacing like I have seen with DVDs. TSmuxer reported it being 1080i 25fps as well as where I got it.
Here's the mediainfo (advanced mode; not sure it it'll help)
http://pastebin.com/x7fiRHNE

@TheSkiller
About the "judder", it seems like it does a little of that by itself...

Blue_MiSfit
23rd July 2011, 02:02
The information in the header is useless. I'd suggest trimming a small-ish sample (maybe via DGSplit), and uploading it so we can have a look.

Derek