-1

I have a uncompressed avi file and i want to compress it by program . how to compress the uncompressed avi by ffmpeg or DirectShow.net ? Thanks!

1 Answers1

0

Using FFmpeg:

  • using command line syntax - question for SuperUser
  • using underlying libav* programmatically - refer to FFmpeg samples (e.g. one of the tutorials demonstrating the concept)

Using DirectShow.NET:

  • as described in Recompressing an AVI File on MSDN and implementing the same concept in managed code using DirectShow.NET wrapper
Roman R.
  • 68,205
  • 6
  • 94
  • 158