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

Fast Seeking #49

Open
rizkyabdilah opened this issue Jul 3, 2014 · 0 comments
Open

Fast Seeking #49

rizkyabdilah opened this issue Jul 3, 2014 · 0 comments

Comments

@rizkyabdilah
Copy link

To enable fast seeking we need to specify option -ss before input parameter -i. However in python-video-converter by default will use slow seeking because option -ss placed after input -i, see:

cmds = [self.ffmpeg_path, '-i', infile]

Here is my (dirty) implementation to enable fast seeking, rizkyabdilah@a17054c

Please review and consider implement fast seeking, thanks.

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

1 participant