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/

Re: [FFmpeg-user] Concatenate files

2021-08-01 Thread Reino Wijnsma
On 2021-07-30T17:56:24+0200, Valerio Pachera wrote: > First of all I tried using this syntax: > https://trac.ffmpeg.org/wiki/Concatenate > > ffmpeg -f concat -safe 0 -i mylist.txt -c copy big.mkv > > I get the error > > [concat @ 0x56177e1a9740] Line 1: unknown keyword 'file1.mkv' > mylist.txt:

[FFmpeg-user] Concatenate files

2021-07-30 Thread Valerio Pachera
Hi all, I'm trying to concatenate 3 files recorded by OBS studio on a kubuntu 20.04. They all share the same settings/codec and container: 30fps, h264, aac (44.100Hz 32bit), 1920x1080, mkv First of all I tried using this syntax: https://trac.ffmpeg.org/wiki/Concatenate ffmpeg -f concat -safe 0