2016-08-03 11:47 GMT+02:00 JULIAN GARDNER <[email protected]>: > encoder@encoder:~$ ffmpeg -i failure_chomped.ts -c:v libx265 -c:a libfaac -y > -f mpegts a.ts
Unrelated: There are two better aac encoders than libfaac, and please remember that using external libraries to report issues that are reproducible with internal decoders and encoders - for example ffmpeg -i input -qscale 2 out.avi - just makes understanding the issue much harder. > ffmpeg version N-78956-g920f592 Copyright (c) 2000-2016 the FFmpeg developers Please remember to always test current FFmpeg git head before reporting issues, we generally cannot fix issues in old versions (and this case is apparently particularly hard). Your sample would have been very important five months ago... Thank you, Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
