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!
Asked
Active
Viewed 138 times
1 Answers
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