<div dir="ltr"><div class="gmail_extra"><div class="gmail-adM" style="font-size:12.8px"><div class="gmail-im"><div class="gmail_quote">Le decadi 30 frimaire, an CCXXV, black copper a écrit :<br>> I have MP4 source videos, that contain:<br>><br>> video: H264<br>> audio: G.711 (mulaw)<br>><br>> I want to use concatenation on source videos to get one MP4 file.<br>><br>> I used concat filter by first creating a list: mylist.txt file as follows:<br>><br>> file 'v1.mp4'<br>> file 'v2.mp4'<br>> file 'v3.mp4'<br>><br>> then envoked ffmpeg command like this:<br>><br>> ffmpeg -f concat -i mylist.txt -c copy op.mp4 -y<br>><br>> This worked only with files that are mp41 compatible.<br>><br>> With mp42 files that I mentioned above, I get this error:<br>><br>> [mp4 @ 0x24ca780] Could not find tag for codec pcm_mulaw in stream #1,<br>> codec not currently supported in container<br>> Could not write header for output file #0 (incorrect codec parameters ?):<br>> Invalid argument<br><br>This message is about output, not input. Please test remuxing a single<br>file, without concat, using the first file in each sequence:<br><br>ffmpeg -i input.mp4 -c copy output.mp4</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div></div></div><div class="gmail_quote" style="font-size:12.8px">>> yes, its giving the same error...<span class="gmail-im"><br><br>If, as I suspect, it fails the same way, your problem is exactly what is<br>written in the second line of the error message.<br><br>Also, note that you posted on the wrong mailing-list. Adding ffmpeg-user<br>as recipient, please reply only there.</span></div><div class="gmail_quote" style="font-size:12.8px"><br></div><div class="gmail_quote" style="font-size:12.8px">>> did that, awaiting moderator approval - thanks,</div></div></div>