File works with 2.5.x but not 2.6.x versions of Avidemux (Sample Included)

Started by douche, September 20, 2015, 07:19:26 AM

Previous topic - Next topic

mean


mean

It is h264 inside mpeg PS, which is very uncommon
Quick workaround : Change from mpeg PS to mpeg TS wich ffmpeg
ffmpeg -i ~/Downloads/ch05_20151103143356.mp4   -acodec copy -vcodec copy ch5.ts

It is very fast, no reencoding involved. The output file can be opened fine.

douche