Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value

2024-01-12 Thread aybe aybe
mailto:ffmpeg-devel@ffmpeg.org>> Date 1/10/2024 3:56:39 AM Subject Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value On Tue, Jan 02, 2024 at 03:14:19AM +, aybe aybe wrote: This fourth and last patch is an attempt at removing the hard-coded val

Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value

2024-01-09 Thread Michael Niedermayer
On Tue, Jan 02, 2024 at 03:14:19AM +, aybe aybe wrote: > This fourth and last patch is an attempt at removing the hard-coded value of > 15 FPS. > > In patch 1/4, although it would render video, the audio and video were not > synchronized at all, now there are. > > In this approach I kept

Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value

2024-01-08 Thread aybe aybe
velopment discussions and patches" mailto:ffmpeg-devel@ffmpeg.org>> Date 1/7/2024 12:44:03 AM Subject Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value On Tue, Jan 02, 2024 at 03:14:19AM +, aybe aybe wrote: This fourth and last patch is an attempt

Re: [FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value

2024-01-06 Thread Michael Niedermayer
On Tue, Jan 02, 2024 at 03:14:19AM +, aybe aybe wrote: > This fourth and last patch is an attempt at removing the hard-coded value of > 15 FPS. > > In patch 1/4, although it would render video, the audio and video were not > synchronized at all, now there are. > > In this approach I kept

[FFmpeg-devel] [PATCH 4/4] avformat/psxstr: basic FPS detection instead of fixed value

2024-01-01 Thread aybe aybe
This fourth and last patch is an attempt at removing the hard-coded value of 15 FPS. In patch 1/4, although it would render video, the audio and video were not synchronized at all, now there are. In this approach I kept it simple, grab min/max possible rates, pick min, clamp to 15/30 just in