hi, > as reported in bug #413 there's no sound on x.264/h.264 AAC encoded > clips when loaded into cinelerra. > > see following test file (no sound): > http://watch.deptford.tv/files/rough/144_1_DTV%2004.mp4 loading that in cin4 i have sound, which version of cinelerra are you using?
> why is that? isn't it the same codec? x.264 with AAC sound? > & is there a script with which one could batch encode all x.264 files > with no sound into x.264 files with sound? you could try if ffmpeg -i test.mp4 -acodec copy -vcodec copy out.mp4 helps. j _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
