Hi, ive been processing over 5TB of hickvivion CCTV footage (ffmpeg is great, ime basicaly rewriting the headers so I can import into video editng software).   Got about 4.8TB in and ime gettting an error.

The command I am using is

$ ffmpeg -loglevel warning -i input.mp4 -flags +global_header -vcodec copy -acodec libmp3lame -ar 44100 -b:a 128k out.mp4

and the output I am getting is

Could not find codec parameters for stream 1 (Audio: pcm_mulaw, 8000 Hz, mono, 64 kb/s): unspecified sample formatConsider increasing the value for the 'analyzeduration' and 'probesize' options
Too many packets buffered for output stream 0:0.

Now I could increase analyzeduration & probesize, but no idea to what.

Any help greatly apreciated.

Ben


_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to