openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #02810
[Bug 537868] Re: Video Playback Too Fast
$ ls /usr/lib/*libmlt*
/usr/lib/libmlt.so.0.4.4 /usr/lib/libmlt++.so.0.4.4 /usr/lib/libmlt.so.1 /usr/lib/libmlt++.so.2
$ ls -l /usr/lib/*libmlt*
-rw-r--r-- 1 root root 149068 2009-08-29 08:28 /usr/lib/libmlt.so.0.4.4
-rw-r--r-- 1 root root 112884 2009-08-29 08:28 /usr/lib/libmlt++.so.0.4.4
lrwxrwxrwx 1 root root 15 2009-11-08 10:15 /usr/lib/libmlt.so.1 -> libmlt.so.0.4.4
lrwxrwxrwx 1 root root 17 2009-11-08 10:15 /usr/lib/libmlt++.so.2 -> libmlt++.so.0.4.4
$ sudo apt-cache policy mlt
W: Unable to locate package mlt
$ sudo apt-cache policy libmlt1
libmlt1:
Installed: 0.4.4-2build1
Candidate: 0.4.4-2build1
Version table:
*** 0.4.4-2build1 0
500 http://us.archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/status
I think I've nailed this down to a frame rate issue. MLT isn't honoring
frame rates. The videos I have tried that were encoded at 15 fps play
back predictably at double speed with lots of pops in the audio
(presumably due to lack of sync), and videos encoded at DVD standard
29.97 fps drift much more slowly over time. Videos at pure 30 fps don't
appear to suffer the problem.
--
Video Playback Too Fast
https://bugs.launchpad.net/bugs/537868
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
Am having a problem with video playback and mlt/openshot. Video plays back at double speed, while the audio plays normally. The video finishes and goes to a solid white frame, while the audio continues until the end. This problem occurs both in openshot and from the command line with the melt command. It does not occur with ffplay or any other media player.
Problem did not exist when I originally installed openshot some months ago, it only surfaced recently. I disabled the openshot repo immediately after installing 1.0, which worked after I installed it. I have been keeping up with updates in the standard Karmic repos and found this new problem only recently. I then reactivated the openshot ppa and updated, but the problem did not go away.
References