ffpyplayer icon indicating copy to clipboard operation
ffpyplayer copied to clipboard

A cython implementation of an ffmpeg based player.

Results 50 ffpyplayer issues
Sort by recently updated
recently updated
newest added

See related issue I opened for Kivy: [`kivy.core.audio` - SoundLoader: support URLs as source, error handling and timeout #8591](https://github.com/kivy/kivy/issues/8591) I am working on an app where I'd like to offer...

I have an interesting phenomenon here when using ffpyplayer in combination with Kivy on the [Radxa Zero 3W SBC](https://radxa.com/products/zeros/zero3w/): The majority of my videos are only played in grayscale albeit...

Hi, @matham! I encountered strange issue, I want to populate a list with frames using the following code ``` def __init_player(self): self.frame_list = [] val = '' nf = 0...

This will not compile with recent FFmpeg version (ffmpeg version n7.0.1) ``` gcc -fno-strict-overflow -DNDEBUG -g -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer...

I made a more detailed [post](https://stackoverflow.com/q/78752567/13642249) here on StackOverflow, but I can post more info if requested here regarding my peculiar issue with `pyqt6` and `ffpyplayer`. I am experiencing catch-up...

When trying to play audio in a queue with ffmpeg, i have a list of paths and i create a MediaPlayer() for the current track and close it and make...

I have a project where `ffpyplayer` is the only dependency not packaged for Arch Linux. I'm using a Python virtual environment since Pip doesn't work globally anymore but it would...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

I was using Kivy video widget on Android. Some time video file is playing some time kivy app is crashing on kivy Android app. And also ffpyplayer as audio provider...

Hello, I liked this application ffpyplayer, I was able to find examples of how to put buttons in the kivy application, but I couldn't reproduce the desktop screen and I...