Re: [FFmpeg-user] drawtext reload=N > 1?

2022-02-28 Thread Adam Nielsen via ffmpeg-user
> > Have you tried benchmarking to see how much benefit you'd get from > > this optimisation? You could check CPU usage and I/O load with > > reload=1 and again with reload=0 and see what the difference is. > > Regarding I/O load, I know it’s probably negligible, but it just > offends my

Re: [FFmpeg-user] mp3 audio output recording error message when he has Cover

2022-02-28 Thread CMG DiGiTaL
> > > [...] > > -c:v copy -map 0:0 -acodec mp3 -b:a -ar:a N/A > Apparently you did not. > > sorry I sent the wrong log, follow the right log: ffmpeg started on 2022-02-28 at 22:29:54 Report written to "ffmpeg-20220228-222954.log" Log level: 48 Command l

Re: [FFmpeg-user] mp3 audio output recording error message when he has Cover

2022-02-28 Thread Reino Wijnsma
On 2022-03-01T01:17:12+0100, CMG DiGiTaL wrote: > I removed the -map 0:0 > [...] > > log: > > [...] > -c:v copy -map 0:0 -acodec mp3 -b:a -ar:a N/A Apparently you did not. -- Reino ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] mp3 audio output recording error message when he has Cover

2022-02-28 Thread CMG DiGiTaL
d argument log: ffmpeg started on 2022-02-28 at 20:53:53 Report written to "ffmpeg-20220228-205353.log" Log level: 48 Command line: ffmpeg -report -i "Lob\xe3o - Cuidado!.mp3" -af "loudnorm=linear=true:I=-10.0:LRA=11:tp=-0.5:measured_I=-17.2:measured_LRA=3.6:measured_t

Re: [FFmpeg-user] mp3 audio output recording error message when he has Cover

2022-02-28 Thread Reino Wijnsma
On 2022-02-28T19:05:18+0100, CMG DiGiTaL wrote: > -c:v copy -map 0:0 -acodec mp3 -b:a %%c -ar:a %%b > [...] > [NULL @ 02c4fdb37740] *Unable to find a suitable* *output format for > 'N/A'* With -map 0:0 you tell FFmpeg to process only the audio-stream. Remove it. -- Reino

[FFmpeg-user] Problem with FFmpeg, xTeVe, Plex

2022-02-28 Thread pamusw...@bluewin.ch
Hi I hope you can help me. Sorry for my bad english. I have a Qnap NAS, on this is insalled FFmepg, xTeVe and Plex. I try to see IPTV Streams on Plex. Here the log file from xTeVe: __ 2022-02-28 21:57:42 [xTeVe] Buffer:

Re: [FFmpeg-user] drawtext reload=N > 1?

2022-02-28 Thread Steven Kan
> On Feb 27, 2022, at 10:49 PM, Adam Nielsen via ffmpeg-user > wrote: > >> Would it be worthy feature request to allow drawtext to accept >> integer values N > 1, and then reload the text file every Nth frame? >> It seems like a win for CPU and I/O loading, with the benefit of >> being fully

Re: [FFmpeg-user] mp3 audio output recording error message when he has Cover

2022-02-28 Thread CMG DiGiTaL
> > > > Is there a way to check if the file has a cover and if so, record the > cover > > along with it? > Simply add -c:v copy. > hi Reino, I entered -c:v copy in command line as you suggested see below: FOR /F "tokens=1,2 delims=," %%b IN ('ffprobe -v 0 -show_entries

Re: [FFmpeg-user] drawtext reload=N > 1?

2022-02-28 Thread Carl Zwanzig
On 2/28/2022 2:12 AM, Nicolas George wrote: I do not think it is worth your effort: the cost of loading the file is negligible compared to the rest of the operations. Maybe yes, maybe no; depends on the system and OS. It's still unnecessary file system overhead that could be avoided. z!

Re: [FFmpeg-user] drawtext reload=N > 1?

2022-02-28 Thread Nicolas George
Gyan Doshi (12022-02-28): > This has come up before. I'll patch it to make it an interval. I do not think it is worth your effort: the cost of loading the file is negligible compared to the rest of the operations. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: [FFmpeg-user] API documentation for FFmpeg 5.0

2022-02-28 Thread Andreas Unterweger
> On 28.02.2022 10:13 Moritz Barsnick wrote: > > about how to build the (HTML) documentation for a particular version > > of the FFmpeg libraries. > > It is part of the regular build process. If you do > ./configure; make This only builds the components which are enabled. For example, if I don't

Re: [FFmpeg-user] API documentation for FFmpeg 5.0

2022-02-28 Thread Moritz Barsnick
On Mon, Feb 28, 2022 at 08:29:35 +0100, Andreas Unterweger wrote: > I wanted to follow up and this and ask if there is *any* documentation > about how to build the (HTML) documentation for a particular version > of the FFmpeg libraries. It is part of the regular build process. If you do