Am Do., 19. März 2020 um 18:57 Uhr schrieb <[email protected]>: > > Hello, > I’m trying to record the microphone on windows via dshow and ffmpeg in real > time. > > The problem is, my code is to slow. > > > > At the moment I get a > > AVPacket > Resample it > And write it to a file > > > > The codec is unimportant for me at this stage of the program. > > > > So is it possible to write the received AVPacket to a mp4 file?
Did you try to write pcm_s16be? Carl Eugen _______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
