Mea Culpa, this was not intended for the list of course.
Bouke
videotoolshed.com
Van Oldenbarneveltstraat 33
6512 AS Nijmegen, the Netherlands
+31 6 21817248
If you want to send me large files, please use:
https://videotoolshed.wetransfer.com/
> On 27 Feb 2025, at 14:38, Bouke / Videotoolshed
Hi Glenn,
Windows version had an update, it now also can save views (you can change the
order / width / visibility of columns and save that.)
Here is a serial:
ALE-1TSQ-4064-2344-2395
Bouke
videotoolshed.com
Van Oldenbarneveltstraat 33
6512 AS Nijmegen, the Netherlands
+31 6 21817248
If you wa
OK,
It's not a ffmpeg-only one-liner but it gets the job done :)
Thank You Richard.
W dniu 2025-02-26 o 00:10, Richard Bartczak via ffmpeg-user pisze:
There are fatal errors in the stream.
I did check it with a script (Linux) :
---
[...]
---
It leads to the missing audio after this error.
Thi
There are fatal errors in the stream.
I did check it with a script (Linux) :
---
frame= 8 fps=0.0 q=40.0 size= 0kB time=00:00:01.13 bitrate=
0.0kbits/s dup=21 drop=0 speed=12.8x
frame= 26 fps=0.0 q=49.0 size= 0kB time=00:00:01.83 bitrate=
0.0kbits/s dup=21 drop=0 speed=3.07
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
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
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