Re: [FFmpeg-user] How to use libplacebo with FFmpeg?

2024-03-26 Thread Dennis Mungai
On Wed, 27 Mar 2024 at 01:49, Hartman Tam wrote: > On 26/03/2024 22:19, Dennis Mungai wrote: > > You can start with > > > > ffmpeg -h filter=libplacebo > > > > Google's first result on a usable example demonstrating upscaling with > this > > filter:https://stackoverflow.com/a/76793322/4675388 >

Re: [FFmpeg-user] How to use libplacebo with FFmpeg?

2024-03-26 Thread Hartman Tam
On 26/03/2024 22:19, Dennis Mungai wrote: You can start with ffmpeg -h filter=libplacebo Google's first result on a usable example demonstrating upscaling with this filter:https://stackoverflow.com/a/76793322/4675388 ___ ffmpeg-user mailing list

Re: [FFmpeg-user] How to use libplacebo with FFmpeg?

2024-03-26 Thread Dennis Mungai
On Wed, 27 Mar 2024 at 01:07, Hartman Tam wrote: > Hello all, > > As subject. I found out libplacebo is enabled on FFmpeg but I couldn't > find any documentation associated with it. Can anyone guide me on how to > use it? I want to upscale some old video I got using GLSL shaders. > > Thanks, >

[FFmpeg-user] How to use libplacebo with FFmpeg?

2024-03-26 Thread Hartman Tam
Hello all, As subject. I found out libplacebo is enabled on FFmpeg but I couldn't find any documentation associated with it. Can anyone guide me on how to use it? I want to upscale some old video I got using GLSL shaders. Thanks, Hartman ___

Re: [FFmpeg-user] Starting FFmpeg with nginx rmtp

2024-03-26 Thread Micael Silva
On Tue, Mar 26, 2024 at 10:17 AM Mayiani, Martin Martine - mayianmm < mayia...@jmu.edu> wrote: > Hello, > > I am trying to run ffmpeg with nginx rmtp and I am getting this error when > I try to start ffmpeg from the terminal. > > " [in#0 @ 0x4c90380] Error opening input: Input/output error >

[FFmpeg-user] Starting FFmpeg with nginx rmtp

2024-03-26 Thread Mayiani, Martin Martine - mayianmm
Hello, I am trying to run ffmpeg with nginx rmtp and I am getting this error when I try to start ffmpeg from the terminal. " [in#0 @ 0x4c90380] Error opening input: Input/output error Error opening input file rtmp://localhost/src/. Error opening input files: Input/output error Exiting normally,

Re: [FFmpeg-user] ffplay - no delay between playbacks when looping

2024-03-26 Thread Paul B Mahol
On Tue, Mar 26, 2024 at 10:07 AM Bouke / edit 'B wrote: > > > On 26 Mar 2024, at 09:57, computermaster360 > wrote: > > > > I want to loop a short wav sample, which is an 8-bar melody: > > > >ffplay -loop 0 sample.wav > > > > There is a small, but perceptible delay between individual

Re: [FFmpeg-user] ffplay - no delay between playbacks when looping

2024-03-26 Thread Bouke / edit 'B
> On 26 Mar 2024, at 09:57, computermaster360 > wrote: > > I want to loop a short wav sample, which is an 8-bar melody: > >ffplay -loop 0 sample.wav > > There is a small, but perceptible delay between individual playbacks > of the sample, which throws the melody off. Is there a way to

[FFmpeg-user] ffplay - no delay between playbacks when looping

2024-03-26 Thread computermaster360
I want to loop a short wav sample, which is an 8-bar melody: ffplay -loop 0 sample.wav There is a small, but perceptible delay between individual playbacks of the sample, which throws the melody off. Is there a way to make the playback completely continuous with no delay?