Skip to content

Commit

Permalink
rel 8.3.4 quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 committed Aug 18, 2024
1 parent 5822b39 commit 9de9bc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IFME/MediaEncoding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ internal static void Video(MediaQueue queue, string tempDir)
}

// Encoder Pixel Format BitDepth (only to YUV)
if (!vc.Args.Pipe)
if (vc.Args.Pipe)
if (en_csp.Contains("yuv"))
en_csp += yuv_bit_enc;

Expand Down
4 changes: 2 additions & 2 deletions IFME/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.7")]
[assembly: AssemblyFileVersion("8.3.7")]
[assembly: AssemblyVersion("8.3.8")]
[assembly: AssemblyFileVersion("8.3.8")]
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 8.3.8 ( -KIZUGUCHI- )
-----------------------------
[Fixed] Parser input output CSP

Version 8.3.7 ( -KIZUGUCHI- )
-----------------------------
[New] Add Rigaya Intel Quick Sync Hardware Encoder (h264, hevc, av1)
Expand Down

0 comments on commit 9de9bc4

Please sign in to comment.