ffpyplayer
ffpyplayer copied to clipboard
A cython implementation of an ffmpeg based player.
Line 481 of /ffpyplayer/writer.pyx is as follows: ``rounded_pts = floor(pts / av_q2d(s.codec_ctx.time_base) + 0.5)`` This works correctly if time_base is (X,1) for any X, but not for timebases with denominator...
While playing some sequences of video files a given file crashes, but the specific file never crashes if it is the first file in the sequence. There is no dependency...
The autorotate option does not rotate a portrait orientation video created with Android camera. The portrait video is displayed by Kivy VideoPlayer as landscape with the contents rotated 90deg counter...
I have been working on a music player application using this package and was creating a stop function that will stop the song using 'eof' but whenever I run the...
If you'll call `seek` while video is paused, it's `position` and frame (picture) will remain old. This simple code can be used for testing: [main.py](http://pastebin.com/eFzF4E3V) [test.kv](http://pastebin.com/AW209iij) Here's how seeking works...
@matham I report also here the issue considering that my last test shows that it is not related to kivy. Material to replicate the issue has been posted and updated...
I got right now a replicable bug when i try to load some videos, but only after unloading previous one. See by yourself: ``` [ERROR ] [ffpyplayer ] swr_convert() failed...
Will try to outline symptoms.... 1) Firstly, the following ffplay command generates an audio snippet which plays as expected.... C:\Users\mike.harbour\Music>ffplay -hide_banner -nodisp -nostats -ss 03:20 -autoexit -t 4 -loglevel error...
I wrote a script in Python 3.8 on a Windows 10 platform that uses MediaPlayer to play a video in a PyQt5 QLabel. I can toggle pause by pressing the...
Hi matham, hope you're doing good! I'm happy to report video playback works flawlessly (nearly) out of the box on Android and iOS, and even audio works on Android, however...