Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VC-1] Inaccurate seeking with Trim function #99

Closed
tgoyne opened this issue Aug 19, 2013 · 5 comments
Closed

[VC-1] Inaccurate seeking with Trim function #99

tgoyne opened this issue Aug 19, 2013 · 5 comments

Comments

@tgoyne
Copy link
Member

tgoyne commented Aug 19, 2013

From x264.fhd.benchmark on September 15, 2012 03:18:20

What steps will reproduce the problem? sample -> http://www.mediafire.com/?vsqh444wjb1j8by script
LoadPlugin("..\ffms2.dll")
video=FFVideoSource("..\video.mkv",threads=1)
video=Trim(video,1216,1400) What is the expected output? What do you see instead? at the begining there are atleast two repeated frames. (1216 is a location of keyframe according to ffindex) What version of the product are you using? On what operating system? r700

Original issue: http://code.google.com/p/ffmpegsource/issues/detail?id=99

@tgoyne
Copy link
Member Author

tgoyne commented Aug 19, 2013

From asmith5152 on September 20, 2012 22:51:22

Reproduced.

Status: Accepted
Owner: asmith5152

@tgoyne
Copy link
Member Author

tgoyne commented Aug 19, 2013

From x264.fhd.benchmark on October 25, 2012 09:10:48

My current workaround is again

video=Trim(video,1216-1,1400) #Detected Key Frame - 1

@myrsloik
Copy link
Contributor

myrsloik commented May 2, 2015

Still broken

@myrsloik
Copy link
Contributor

myrsloik commented Oct 7, 2016

Still broken... again

FFMS_VideoSource::HasPendingDelayedFrames() doesn't guess the right number

Adding +2 to the guessed delay fixes everything. But how to know that?

@myrsloik
Copy link
Contributor

myrsloik commented Jan 1, 2018

And it's probably kinda fixed.

@myrsloik myrsloik closed this as completed Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants