[FFmpeg-user] When downloading HLS video with FFMPEG it does not download the audio

2021-08-02 Thread Thiago Franklin
I have a problem, when I try to download an HLS video with FFMPEG, it downloads the video track, but it doesn't find the AUDIO. When running the HLS .m3u8 file in a player, it plays normally, audio and video, but when trying to download, it shows an error message saying that the audio cannot be fou

Re: [FFmpeg-user] ffprobe outputs frame_rate=90000/1

2021-08-02 Thread Marton Balint
On Mon, 2 Aug 2021, David Mueller IWS. wrote: Hello, when checking the framerate of an h264 stream with ffprobe I'm getting an output of r_frame_rate=9/1. Any idea why ffprobe outputs this value? Maybe because the video PID has no packets so there is no way to determine the proper f

Re: [FFmpeg-user] forceidx

2021-08-02 Thread DEF
On Mon, 2 Aug 2021 at 15:15, Jacques Perconte wrote: > > I want to merge several avi files (dozen) witthout touching the internal > frame structure. > The « cat » command marge priorly the files, but I need to rebuild the > index. If not, only the first pasted file is accessible. > Today I use

[FFmpeg-user] ffprobe outputs frame_rate=90000/1

2021-08-02 Thread David Mueller IWS .
Hello, when checking the framerate of an h264 stream with ffprobe I'm getting an output of r_frame_rate=9/1. Any idea why ffprobe outputs this value? Here is the command I'm executing: ffprobe.exe -show_format -show_streams udp://172.19.253.10:1100 And this is the full output: [STREAM] i

Re: [FFmpeg-user] forceidx

2021-08-02 Thread Jacques Perconte
I want to merge several avi files (dozen) witthout touching the internal frame structure. The « cat » command marge priorly the files, but I need to rebuild the index. If not, only the first pasted file is accessible. Today I use mencoder, but I would love to use ffmpeg if possible. thanks Jac

Re: [FFmpeg-user] forceidx

2021-08-02 Thread DEF
On Mon, 2 Aug 2021 at 12:40, Jacques Perconte wrote: > > Dear all, > > Do you know if it is possible to perform something like the forceidx > function of mencoder with ffmpeg to rebuild index of merged avi files > (with cat) without doing anything else ? > Some people familiar with ffmpeg may not

[FFmpeg-user] forceidx

2021-08-02 Thread Jacques Perconte
Dear all, Do you know if it is possible to perform something like the forceidx function of mencoder with ffmpeg to rebuild index of merged avi files (with cat) without doing anything else ? thanks jacques ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.

Re: [FFmpeg-user] Concatenate files

2021-08-02 Thread Valerio Pachera
Il giorno dom 1 ago 2021 alle ore 14:46 Reino Wijnsma ha scritto: > You probably didn't prepend "file " as the wiki-url shows you. Damn, You are right! I checked size and length of the merged file and they are correct. > Who is kate? Kde Advanced Text Edito :-) https://kate-editor.org/it/ Than