You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for some help regarding the syntax to set video and/or audio filters in MediaPlayer (where I'm trying to speed up a video).
The following ffplay command with video/audio filters works as expected:
Thank you, I wasn't aware that fps is a valid option in ff_opts! However, this fps setting seems to be ignored, both with sync: audio and without. I will test again in a more isolated setting, though.
Which version of ffpyplayer and ffmpeg are you using?
Hi there,
I'm looking for some help regarding the syntax to set video and/or audio filters in
MediaPlayer
(where I'm trying to speed up a video).The following
ffplay
command with video/audio filters works as expected:I translated this into
lib_opts
as follows:… but get the error:
library option -vf: b'[in]setpts=0.5*PTS[out]' not found
. The same happens withvf
/af
.Are audio/video filters supported by
MediaPlayer
? If so, how can I pass these options correctly?The text was updated successfully, but these errors were encountered: