Re: [FFmpeg-user] -ss before input improperly seeking?

2021-08-25 Thread amindfv--- via ffmpeg-user
Using git HEAD, here's the full output of using "-ss 0.333" which seeks much less than 0.333 seconds into the file: $ ffmpeg -ss 0.333 -r 24 -i color-frames.mp4 -r 24 colorout4.mp4 ffmpeg version N-103385-g2589060b92 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 10 (Debian 10.2.

[FFmpeg-user] Respect to tbr causes inferior quality and increased file size

2021-08-25 Thread Ulf Zibis
Hi, I have learned, that ffmpeg respects a given tbr value as output frame rate. Now I'm questioning the advantage of that behaviour. Can someone tell me? I only see disadvantages: - the video becomes encoded with lower quality, i.g. q=33.0 instead q=29.0 - the video size is 13 % bigger, e.g. 5

Re: [FFmpeg-user] Framerate automatically increased while cropping

2021-08-25 Thread Ulf Zibis
Am 24.08.21 um 13:51 schrieb Ulf Zibis I guess you could use the -r option to override this and force a specific framerate if you want something different? Yes, this works fine. But I would appreciate, if I could use something like -r=inputrate or --keep_framerate I've found out, that using

Re: [FFmpeg-user] -ss before input improperly seeking?

2021-08-25 Thread Carl Zwanzig
On 8/25/2021 11:01 AM, amindfv--- via ffmpeg-user wrote: Is this a bug? Probably not, you're telling ffmpeg to do different things. You're also missing the complete command output from each command. z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpe

Re: [FFmpeg-user] Framerate automatically increased while cropping

2021-08-25 Thread Ulf Zibis
Am 23.08.21 um 07:15 schrieb Adam Nielsen via ffmpeg-user: why is the framerate automatically changed here from 29.98 fps to 120 fps, and how can I prevent from this ?   Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 2508 kb/s, 29.98 fps, 120 tbr, 90k tbn, 2k tb

[FFmpeg-user] -ss before input improperly seeking?

2021-08-25 Thread amindfv--- via ffmpeg-user
While reproducing a separate issue, I came upon some strange behavior with the -ss flag: it seems to be seeking incorrectly when used as an input option in some cases (including while transcoding and using -accurate_seek). Here's a reproducer: wget 'https://0x0.st/-yD3.mp4' # this host was

[FFmpeg-user] AV1 cannot forward

2021-08-25 Thread Android PowerUser
AV1 has no keytimes. That's what I call it because I don't know what else to call it. It works with the other known codecs. I can jump back and forth in the video, but AV1 always goes back to the beginning. Can you do anything with FFMPEG? ___ ffmpeg-

Re: [FFmpeg-user] show the audio waveform of a file

2021-08-25 Thread Paul B Mahol
On Wed, Aug 25, 2021 at 11:22 AM Michael Koch wrote: > Hi, > > is it possible to convert the waveform of an entire audio file (or a > segment of it) to a picture? > The "showwavespic" filter has the problem that for each sample it draws > a line from +level to -level. For example, if the input is

[FFmpeg-user] show the audio waveform of a file

2021-08-25 Thread Michael Koch
Hi, is it possible to convert the waveform of an entire audio file (or a segment of it) to a picture? The "showwavespic" filter has the problem that for each sample it draws a line from +level to -level. For example, if the input is a +0.5 DC signal, I can't decide from the output picture if t