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.
+ Reply to Thread
Results 1 to 5 of 5
-
-
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. -
Oh Ok , tried srestore (frate=25). Still getting dupe frames.
Check sample plz and advice.
https://www.sendspace.com/file/h0w5e4 -
Just:
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.Code:Mpeg2Source("Test_Sample.demuxed.d2v") Yadif(mode=1, order=1) SRestore() -
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.
Similar Threads
-
Handbrake frame rate issue
By Penguin29 in forum DVD RippingReplies: 5Last Post: 6th Apr 2016, 08:16 -
SRT and frame rate issue
By John2K in forum SubtitleReplies: 6Last Post: 19th Jan 2014, 01:24 -
Please help me - I've been trying for months to solve a frame rate issue
By jcarst85 in forum EditingReplies: 9Last Post: 27th Nov 2012, 06:21 -
MediaInfo: Frame Rate vs Original Frame Rate
By adalect in forum Video ConversionReplies: 1Last Post: 19th Aug 2012, 18:44 -
Audio sync issue, Virtualdub, old video clips changing frame rate
By litmus in forum Video ConversionReplies: 1Last Post: 19th Sep 2011, 12:35


Quote