View Single Post
Old 11th October 2020, 10:48   #27  |  Link
filler56789
SuperVirus
 
filler56789's Avatar
 
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,351
Quote:
Originally Posted by Selur View Post
Personally I like encraw = enc raw = encode raw as a name or an application that is meant to encode to raw (in this case MPEG-4 ASP) video,...
okay...
Code:
#define XVID_AVI_OUTPUT
...
#ifdef XVID_MKV_OUTPUT
#include "matroska.cpp"
#endif
...
...
char *outavifilename;   /* output avi filename */
char *outmkvfilename;   /* output mkv filename */
filler56789 is offline   Reply With Quote