Skip to content

Commit

Permalink
FFchapters2 now supports ffmpeg metainfo chapter files
Browse files Browse the repository at this point in the history
-Chapter files can now be created with or without additional FFmpeg metainfo files
-Added release binary in version 2.1 (Win-x64)
  • Loading branch information
feuster committed Jan 3, 2023
1 parent a613ecb commit e3313f9
Show file tree
Hide file tree
Showing 7 changed files with 285 additions and 86 deletions.
14 changes: 8 additions & 6 deletions FFchapters2/FFchapters2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ErrorReport>none</ErrorReport>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.0.0.1</AssemblyVersion>
<FileVersion>2.0.0.1</FileVersion>
<SignAssembly>False</SignAssembly>
<Title></Title>
<Title>FFchapters2</Title>
<Company>Feuster</Company>
<Description>FFchapter2 is a FFmpeg based video chapter generation tool</Description>
<Copyright>© Alexander Feuster 2022</Copyright>
<PackageTags>FFchapter2, ffmpeg, chapter, chapters, MKV, Matroska</PackageTags>
<PackageTags>FFchapter2, ffmpeg, chapter, chapters, metainfo, MKV, Matroska</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Authors>Alexander Feuster</Authors>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -31,7 +33,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Spectre.Console" Version="0.44.0" />
<PackageReference Include="Spectre.Console" Version="0.45.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion FFchapters2/FFchapters2.csproj.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Git\FFchapters2\FFchapters2\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
<_LastSelectedProfileId>C:\Sourcecodes\FFchapters2\FFchapters2\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>
Loading

0 comments on commit e3313f9

Please sign in to comment.