mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
use mpeg4 for internal video format (not mjpeg)
reduces file size. xjadeo > 0.8 and harvid >= 0.8 handle this fine.
This commit is contained in:
parent
dc2030cfd7
commit
3f157f961a
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ TranscodeFfmpeg::transcode (std::string outfile, const int outw, const int outh,
|
|||
argp[6] = (char*) calloc(10,sizeof(char)); snprintf(argp[6], 10, "%ix%i", width, height);
|
||||
argp[7] = strdup("-y");
|
||||
argp[8] = strdup("-vcodec");
|
||||
argp[9] = strdup("mjpeg");
|
||||
argp[9] = strdup("mpeg4");
|
||||
argp[10] = strdup("-an");
|
||||
argp[11] = strdup("-intra");
|
||||
argp[12] = strdup("-g");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue