Hello i am trying to convert some avi files to mp4 files to be able to use it with my chromecast via castplayer in Chronium. I tried with x264 converter, the conversion works but i have no sound in the .mp4 video. Here is the command i use:
x264 file.avi -o file.mp4
Thank you.
x264
is a video encoder. It cannot encode or multiplex audio data. – David Foerster Dec 06 '15 at 02:22