Re: [FFmpeg-user] Question regarding format as used for '-i'

2022-07-27 Thread jb
Am 23.07.22 um 06:56 schrieb tu...@posteo.de: Hi, My blender animation render process normally results in files like 0002.png 0003.png . 0459.png I use this script to join them into a mp4 video: ffmpeg -r 25 -f image2 -s 1280x1280 -i %04d.png -vcodec libx264 -crf 25 -pix_fmt yuv4

[FFmpeg-user] hls playlist got wiped out when ffmpeg runs as systemd child process

2022-07-08 Thread jb
Hello everybody, I have a control program which running as a systemd service. This program spawns ffmpeg and that is writing to a HLS playlist. I use this flags: -hls_flags append_list+delete_segments+omit_endlist+program_date_time The interesting thing is, when I stop the systemd process

[FFmpeg-user] moov atom not found

2022-05-18 Thread jb
Hello community, it looks like that something has change in ffmpeg. With the current version from master branch I'm not able anymore to compress some mp4s from a network storage. But this is only under Windows, Linux and MacOS are still working. Also older version from March are working. Th