Re: [FFmpeg-user] way to reencode corrupted video

2025-02-24 Thread BloodMan
Hi, Really many... for example: ffmpeg -i test out.mp4 ffmpeg -i test.mp4 -c copy temp.mp4; ffmpeg -i temp.mp4 out.mp4 ffmpeg -i test.mp4 -c copy -bsf:v h264_mp4toannexb temp.mp4; ffmpeg -i temp.mp4 out.mp4 [many eternities later] ffmpeg -loglevel info -stats -err_detect ignore_err -hide_ba

Re: [FFmpeg-user] way to reencode corrupted video

2025-02-24 Thread Carl Zwanzig
On 2/24/2025 6:02 PM, BloodMan wrote: I tested many ffmpeg commands and tricks and nothing :/ And yet you haven't included any of them with the question, nor the full output of them. Later, z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org h

[FFmpeg-user] way to reencode corrupted video

2025-02-24 Thread BloodMan
Hello, wetransfer mp4 test file: https://we.tl/t-BJKuiAHTKQ The video plays using VLC with glitches and drops (with sound until the end) but reencoding generally failed (silence after the first drop). How to survive? How to reencode with "ignore errors like play in vlc"? I tested many ffmpeg