VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Hello Friends,

    I'm trying to work on Telecined Video. Below is my Script but I'm getting Video with FPS - 19.
    Please guide me.

    yadif(order=1, mode=1)
    srestore(frate=23.976)
    TDecimate(CycleR=1)

    Regards.
    Quote Quote  
  2. You shouldn't need to use TDecimate() after SRestore(). If SRestore() is returning duplicate frames you just need to specify a lower frate.

    And just FYI: TDecimate() defaults to Cycle=5, CycleR=1. Ie, it discards 1 of every 5 frames.
    Quote Quote  
  3. Oh Ok , tried srestore (frate=25). Still getting dupe frames.
    Check sample plz and advice.

    https://www.sendspace.com/file/h0w5e4
    Quote Quote  
  4. Just:

    Code:
    Mpeg2Source("Test_Sample.demuxed.d2v") 
    Yadif(mode=1, order=1)
    SRestore()
    worked pretty well here. That gave 25 fps. Note that SRestore() can require several frames before it can sync. So if you random seek to check the script you may see duplicates that won't show up when you linearly encode the video.
    Quote Quote  
  5. Yes , Its works perfectly fine.
    I was worried about some dupes frame here n there but going as per your advice, I'll work using it without Tdecimate.

    Thank You.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!