I opened the .avi in VLC, and it looks totally corrupt/messed up.
I’m not sure if there’s something else the transcoder can do instead of segfault. If not, then yea we can close this off… If yes, I have a 5 minute snippet done via ffmpeg. A lot of missing VOL header errors, but I guess that’s expected.
ffmpeg -i IN.avi -ss 00:10:00.0 -to 00:15:00.0 -c copy OUT.avi
Edit: I did not test if this out.avi replicates the issue above. I can do that tomorrow.

