Relative Content

Tag Archive for c#.netaudioffmpeg

FFMpegCore .Net cuts off the fist few (~1.5) seconds of audio

I want to use FFMpegCore to convert some audio files to raw pcm. I noticed that this always cuts off ~1.5 seconds of my audio from the start. I check my input stream, saved it to HD all good. If use it from cli with the same arguments everything seem fine. I treid -ss 0, no luck.