diff --git a/README.md b/README.md index 77c8430..5638e95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# v1.9.3.4 +# v1.9.3.4 +- **fixed issue with rotate video; used new ffmpeg video filter -vf "rotate=" - **Transcode all streams option "-map 0:v -map 0:a" to try to copy all streams (including multiple audio streams, thanks to user McCoy for suggestion). If it fails, then simply delete the batch task and remove check box for that option on Transcode tab - **If this option is unchecked, then you have option to choose which video and audio stream will be copied to output; by default, first video and audio stream is copied - **Keep file extension - useful with option above unchecked: only first video and first audio is copied and file extension (e.g. MP4) is preserved diff --git a/VCT.csproj b/VCT.csproj index 3a098cb..711e0e9 100644 --- a/VCT.csproj +++ b/VCT.csproj @@ -45,7 +45,7 @@ false - AnyCPU + x86 pdbonly true bin\Release\ diff --git a/bin/Debug/VCT.exe b/bin/Debug/VCT.exe index 9212f70..10f55ff 100644 Binary files a/bin/Debug/VCT.exe and b/bin/Debug/VCT.exe differ diff --git a/bin/Debug/VCT.exe.manifest b/bin/Debug/VCT.exe.manifest index f60234c..61dffa6 100644 --- a/bin/Debug/VCT.exe.manifest +++ b/bin/Debug/VCT.exe.manifest @@ -62,7 +62,7 @@ - PAXTjPBkm4dVyQ4PzxtfTMS1+n8= + MI7gQefA7VOYCjhYzniF2KAuu0Y= diff --git a/bin/Debug/VCT.pdb b/bin/Debug/VCT.pdb index 1377901..cc9e82d 100644 Binary files a/bin/Debug/VCT.pdb and b/bin/Debug/VCT.pdb differ diff --git a/bin/Debug/app.publish/VCT.exe b/bin/Debug/app.publish/VCT.exe index 9212f70..10f55ff 100644 Binary files a/bin/Debug/app.publish/VCT.exe and b/bin/Debug/app.publish/VCT.exe differ diff --git a/obj/Debug/VCT.application b/obj/Debug/VCT.application index 6171afd..054055e 100644 --- a/obj/Debug/VCT.application +++ b/obj/Debug/VCT.application @@ -15,7 +15,7 @@ - X1RvS4L9wPwrOi4Ebs0/IpDvoZc= + lVrmbeMos4A+Y88Uq6JC1WVfObs= diff --git a/obj/Debug/VCT.csproj.GenerateResource.Cache b/obj/Debug/VCT.csproj.GenerateResource.Cache index 4014b94..dcae748 100644 Binary files a/obj/Debug/VCT.csproj.GenerateResource.Cache and b/obj/Debug/VCT.csproj.GenerateResource.Cache differ diff --git a/obj/Debug/VCT.exe b/obj/Debug/VCT.exe index 9212f70..10f55ff 100644 Binary files a/obj/Debug/VCT.exe and b/obj/Debug/VCT.exe differ diff --git a/obj/Debug/VCT.exe.manifest b/obj/Debug/VCT.exe.manifest index f60234c..61dffa6 100644 --- a/obj/Debug/VCT.exe.manifest +++ b/obj/Debug/VCT.exe.manifest @@ -62,7 +62,7 @@ - PAXTjPBkm4dVyQ4PzxtfTMS1+n8= + MI7gQefA7VOYCjhYzniF2KAuu0Y= diff --git a/obj/Debug/VCT.pdb b/obj/Debug/VCT.pdb index 1377901..cc9e82d 100644 Binary files a/obj/Debug/VCT.pdb and b/obj/Debug/VCT.pdb differ diff --git a/setup_nsis.nsi b/setup_nsis.nsi index 0cc5f72..28f6268 100644 --- a/setup_nsis.nsi +++ b/setup_nsis.nsi @@ -18,7 +18,7 @@ FunctionEnd ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "VCT" -!define PRODUCT_VERSION "1.9.3.3" +!define PRODUCT_VERSION "1.9.3.4" !define PRODUCT_PUBLISHER "Zlatko Babic" !define PRODUCT_WEB_SITE "https://sourceforge.net/projects/videoconvertertranscoder/?source=directory" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\VCT.exe"