On 23/09/15 09:59, Damian Nadales wrote: > Hi, > > I'm trying to convert a video changing the audio codec from aac to ac3_fixed: > > avconv -i input.mkv -c:v copy -c:a ac3_fixed output.mkv >
-c:s copy should fix it. lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
