X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fcinelerra%2Fdvdcreate.C;fp=cinelerra-5.1%2Fcinelerra%2Fdvdcreate.C;h=f61078148bedaf8cfae29f0725f54926cfe64d36;hb=a9bdd58fae360fa33d27caa059f5ca2c6fa26cd4;hp=66d93793bdd31956c07c04c831f05181cc3da512;hpb=2f28632d8209ef735de1698a596bc94fa9613497;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/dvdcreate.C b/cinelerra-5.1/cinelerra/dvdcreate.C index 66d93793..f6107814 100644 --- a/cinelerra-5.1/cinelerra/dvdcreate.C +++ b/cinelerra-5.1/cinelerra/dvdcreate.C @@ -180,6 +180,9 @@ int CreateDVD_Thread::create_dvd_jobs(ArrayList *jobs, fprintf(fp,"rm -rf $1/iso\n"); fprintf(fp,"mkdir -p $1/iso\n"); fprintf(fp,"\n"); +// dvdauthor ver 0.7.0 requires this to work + fprintf(fp,"export VIDEO_FORMAT=%s\n", + use_standard == HD_720x576_2500 ? "PAL" : "NTSC"); fprintf(fp,"dvdauthor -x - <\n"); fprintf(fp," \n");