Александр Рухлов <A.Rukhlov@...> writes: > Signal of 440 Hz it is coded and written to the container. > AAC, MP2, AC3 works without problems.BUT categorically > Vorbis doesn't want to workfunction avcodec_encode_audio2() > works without mistakes and even something returns, but > these data are damaged
Is it possible that you are trying to write a raw vorbis file (as opposed to muxing vorbis in a container format)? I don't think raw vorbis is defined. (And generally, you should never "fwrite()" what the encoder returns, but feed a muxer, this can be the adts, mp2 or ac3 muxer if you want raw files.) Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
