Re: [FFmpeg-user] streaming rtsp from a Sat2ip server

2019-04-27 Thread Paul Harmsworth
Hi, vlc "rtsp:// 192.168.2.90/?src=2=11343=v=0.35=dvbs=qpsk=off=27500=56=0,17,18,277,2644,2645" plays successfully. But ffplay fails with "could not find codec parameters" as below paul@paulpc:~$ ffplay -loglevel debug "rtsp://

Re: [FFmpeg-user] PGM files are loading extremely slow

2019-04-27 Thread Carl Eugen Hoyos
2019-04-27 0:41 GMT+02:00, Michael Koch : > I'd like to report a problem when loading large PGM files, > which are required for the remap filter. > These files are loading extremely slow in the latest ffmpeg version. > Much slower than a few weeks before. > I found out that the problem began

Re: [FFmpeg-user] ffmpeg - executing 2 or more command in one time

2019-04-27 Thread DopeLabs
you can probably combine all that into a single filter chain ffmpeg -f concat -i videos.txt -i music.mp3 -i logo.png -i picture.png -filter_complex

[FFmpeg-user] ffmpeg - executing 2 or more command in one time

2019-04-27 Thread Ahmet Güler
Hello, I have 4 ffmpeg commands, I execute them respectively, they work, but I want to execute them in one time and one command. How to do that? ffmpeg -f concat -i videos.txt -i music.mp3 -c copy VIDEO1.mp4 ffmpeg -i VIDEO1.mp4 -i logo.png -i picture.png -filter_complex

Re: [FFmpeg-user] PGM files are loading extremely slow

2019-04-27 Thread Paul B Mahol
On 4/27/19, Michael Koch wrote: > Am 27.04.2019 um 01:06 schrieb Paul B Mahol: >> I can not reproduce this, even when creating big pgm files. > > What else can I do? > I tested versions from March 20 and April 10, these were ok (same speed > as all other versions that I had before). > I tested

Re: [FFmpeg-user] PGM files are loading extremely slow

2019-04-27 Thread Michael Koch
Am 27.04.2019 um 01:06 schrieb Paul B Mahol: I can not reproduce this, even when creating big pgm files. What else can I do? I tested versions from March 20 and April 10, these were ok (same speed as all other versions that I had before). I tested versions from April 11, 13, 15, 20 and 25,