.net - Converting avi to divx, are there any c# libraries for divx? -


i have problem (or maybe discussion). i've been surfing internet in search of program can convert (dv) avi files in batches divx. i'm not avid person on subject of codecs , videoformats have straightforward wish able convert video files divx.

i sitting 100 gb (i have lot more, still on tape...) of raw dv material had transferred computer, found hard time find program based on schedule or more job-like. hoping find program take files based on filename @ given time start converting , joining files. since quite time consuming process hoping done @ nightime...

but after i've searching , trying out bunch of programs, more or less useful, started thinking in terms of making simple(?) commandline application doing wanted do. next step find sort of libraries me this, had hard time find (hopefully in c#). due licensing or other misconduct between microsoft products , more open source people of video codecs...? or maybe there exist use?

i don't know of managed libraries, might able to:

  1. wrap libavcodec (from ffmpeg project) and/or similar libraries in managed wrappers achieve aim;
  2. use ffmpeg (or x264 or mencoder), launching them own managed application , taking note of error codes , whatnot.

please remember not violate licenses, mentioned. best


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -