Skip to content

Commit

Permalink
v1.9.3.4 new rotate filter
Browse files Browse the repository at this point in the history
  • Loading branch information
zbabac committed Feb 10, 2020
1 parent 5d01a14 commit 5e2325f
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VCT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
Expand Down
Binary file modified bin/Debug/VCT.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/Debug/VCT.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>PAXTjPBkm4dVyQ4PzxtfTMS1+n8=</dsig:DigestValue>
<dsig:DigestValue>MI7gQefA7VOYCjhYzniF2KAuu0Y=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified bin/Debug/VCT.pdb
Binary file not shown.
Binary file modified bin/Debug/app.publish/VCT.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/VCT.application
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>X1RvS4L9wPwrOi4Ebs0/IpDvoZc=</dsig:DigestValue>
<dsig:DigestValue>lVrmbeMos4A+Y88Uq6JC1WVfObs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified obj/Debug/VCT.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified obj/Debug/VCT.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/VCT.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>PAXTjPBkm4dVyQ4PzxtfTMS1+n8=</dsig:DigestValue>
<dsig:DigestValue>MI7gQefA7VOYCjhYzniF2KAuu0Y=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified obj/Debug/VCT.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion setup_nsis.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e2325f

Please sign in to comment.