mltframework / shotcut

cross-platform (Qt), open-source (GPLv3) video editor
https://www.shotcut.org
GNU General Public License v3.0
10.8k stars 1.12k forks source link

seek for 1080p's video is so slowly for mlt++ , #421

Closed NickXhh closed 7 years ago

NickXhh commented 7 years ago

This tracker is for defects only! For feature requests, see our patron forum.

If you’re reporting a defect, make it as detailed as possible, and include both your OS and Shotcut versions (e.g. OS X 10.11.5; Shotcut 16.05.01).

NickXhh commented 7 years ago

set Properties ? how ?

ddennedy commented 7 years ago

This is not a defect; it is an enhancement request. Also, it is unrelated to this specific resolution; rather, it depends on the format and compression. 1080p ProRes and DNxHD seek much quickly more than AVCHD. See the FAQ for more information about seek speed. If you want to to try to improve it, see producer_avformat.c in MLT source code and possibly also FFmpeg/libavformat. However, be aware that seeking to the closest key frame will be faster but not accurate, and we require frame accuracy.

NickXhh commented 7 years ago

I know , but shotcut is better than mlt++ for 1080p's video . so , i want to know What did you do when seeking of shutcut , thanks .

At 2017-04-19 10:34:32, "Dan Dennedy" notifications@github.com wrote:

This is not a defect; it is an enhancement request. Also, it is unrelated to this specific resolution; rather, it depends on the format and compression. 1080p ProRes and DNxHD seek much quickly more than AVCHD. See the FAQ for more information about seek speed. If you want to to try to improve it, see producer_avformat.c in MLT source code and possibly also FFmpeg/libavformat. However, be aware that seeking to the closest key frame will be faster but not accurate, and we require frame accuracy.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.