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

Confused position in framebuffer #65

Closed
zhangqianliang opened this issue Feb 27, 2015 · 5 comments
Closed

Confused position in framebuffer #65

zhangqianliang opened this issue Feb 27, 2015 · 5 comments

Comments

@zhangqianliang
Copy link

Dear,

I want to speed up specific clip of a movie([00:01:00, 00:02:00] of sample.mp4), for some movies command below works:
melt framebuffer:sample.mp4?2 in=00:00:30.000 out=00:01:00.00

but for some other movies, command like:
melt framebuffer:sample.mp4?2 in=00:01:00.000 out=00:01:30.00

It confused me.

PS: Could I do speed up operation in filter, like ffmpeg -vf setpts=0.5*PTS?

@zhangqianliang zhangqianliang changed the title Confused framebuffer in position Confused position in framebuffer Feb 27, 2015
@ddennedy
Copy link
Member

The framebuffer producer recently (Feb. 8, 2015) received some changes. Therefore, you need to test this with the latest version 0.9.4. You did not clearly state the problem. I am going to close this bug if you do not clearly demonstrate a defect.

@ddennedy
Copy link
Member

ddennedy commented Mar 1, 2015

If you are using version 0.9.4 or a git clone from the month of February, then maybe you are noticing this regression that I reverted today: 0c30d7d

@zhangqianliang
Copy link
Author

Please check this video: https://drive.google.com/file/d/0B0ILYfmAfQoyeHdQNUtQUVpDakk/view?usp=sharing

I just copy to mp4:
ffmpeg -i 001.flv -c copy 001.mp4

Speed up operation:
melt framebuffer:001.mp4?2 in=00:00:10.000 out=00:00:20.000
melt framebuffer:001.flv?2 in=00:00:10.000 out=00:00:20.000
comes out same video frames.

But, slow down operation:
melt framebuffer:001.mp4?0.25 in=00:00:10.000 out=00:00:20.000
melt framebuffer:001.flv?0.25 in=00:00:10.000 out=00:00:20.000
comes out different video frames.

@zhangqianliang
Copy link
Author

Yes, I update melt to version 0.9.6, and yes, this bug not found in this version. And last question, Did melt officer offer melt static build?

@ddennedy
Copy link
Member

ddennedy commented Apr 2, 2015

Thank you for testing and confirming on the latest version. No, there is not a static build option. Even if it did offer that for the library and melt executable, most of the interesting work takes place in modules, which are only loaded dynamically like a plugin.

@ddennedy ddennedy closed this as completed Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants