Skip to content

Commit

Permalink
HME: Prepare for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas373 committed Mar 12, 2023
1 parent a7082a1 commit 9ff5048
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
6 changes: 3 additions & 3 deletions HME_Setup/HME_Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,15 +505,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Hana Media Encoder"
"ProductCode" = "8:{A52605BA-9318-4B0A-B3FD-BED6EAD07EEA}"
"PackageCode" = "8:{33556077-49D4-4708-9603-D52E65816504}"
"ProductCode" = "8:{0109C3BA-057C-4E0A-8556-4E58078B2C8A}"
"PackageCode" = "8:{CFEAD665-3C3B-4765-A447-A1875F1C2760}"
"UpgradeCode" = "8:{6119A0DC-89FC-44EF-A490-66E4E915E4DF}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.3.9"
"ProductVersion" = "8:1.4.0"
"Manufacturer" = "8:HANA-CI Build Project"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/Nicklas373/Hana-Media-Encoder"
Expand Down
22 changes: 13 additions & 9 deletions Hana Media Encoder/Hana Media Encoder.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<UseWindowsForms>true</UseWindowsForms>
<MyType>WindowsForms</MyType>
<Copyright>HANA-CI Build Project 2016 - 2023</Copyright>
<PackageReleaseNotes>v1.3.9 (20221123):
<PackageReleaseNotes>v.1.4.0 (20230304):
- TBA

v1.3.9 (20221123):
- Fixup issue with auto naming convetion for "copy" audio codec format

v1.3.8 (20221016):
Expand Down Expand Up @@ -196,20 +199,21 @@ v1.0.0 (20220724):
<Company>HANA-CI Build Project 2016 - 2023</Company>
<PackageId>HME_HANA-CI</PackageId>
<RepositoryType>git</RepositoryType>
<Version>1.3.9</Version>
<AssemblyVersion>1.3.9</AssemblyVersion>
<FileVersion>1.3.9</FileVersion>
<Description> Hana Media Encoder is the multimedia application that have feature to encode, decode, many other function to process media files using FFMPEG pre-build application (Windows Version),
HME works by creating line of command based on user preferences that was taken from application available menu or options then execute it to FFMPEG, FFPLAY or FFPROBE, for now
HME only focus to work with only hardware GPU accelerated codec that FFMPEG has support it, for now (H264 and H265) codec only, and it does not have any aim to support native or
software or even CPU based encoding for media file in the future.
<Version>1.4.0</Version>
<AssemblyVersion>1.4.0</AssemblyVersion>
<FileVersion>1.4.0</FileVersion>
<Description>Hana Media Encoder is a open source multimedia application for FFMPEG that have feature to encode, decode, trim, mux or even batch processing.
It can detects and configure multiple media streams and can encode it separately if media file have more than one audio stream.
Hana Media Encoder works by creating line of command based on user preferences that was taken from application available menu or options
then execute it to FFMPEG, FFPLAY or FFPROBE.

# Current Features:
* Support multiple media file encoding with same or different profile for each stream
* Support mux/demux media file with specific stream or all stream and with same or different profile for each stream
* Support manage chapter from media file (Video Only)
* Support trim media file with specific stream or all stream and with same or different profile for each stream
* Support preview media file by using FFPLAY
* Support media queue / batch encoding for video and audio file

# Current Supported Video Output Codec
- H264 / H265 (AVC / HEVC)
Expand Down Expand Up @@ -282,7 +286,7 @@ software or even CPU based encoding for media file in the future.

<ItemGroup>
<PackageReference Include="MetroSet_UI" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Syncfusion.Core.WinForms" Version="20.3.0.58" />
<PackageReference Include="Syncfusion.Shared.Base" Version="20.3.0.58" />
<PackageReference Include="Syncfusion.Shared.Windows" Version="20.2.0.44" />
Expand Down
3 changes: 3 additions & 0 deletions Hana Media Encoder/Hana Media Encoder.vbproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<Compile Update="Form\AudioSampleType.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="Form\EFlagsMenu.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="Form\InformationMenu.vb">
<SubType>Form</SubType>
</Compile>
Expand Down

0 comments on commit 9ff5048

Please sign in to comment.