Skip to content
Snippets Groups Projects
Commit afa551d3 authored by Anduin Xue's avatar Anduin Xue
Browse files

Remove comments.

parent b7d4fd0a
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ namespace Aiursoft.Parser.FFmpeg
if (gpu)
{
//sudo ffmpeg -i ./PXL_20230421_165446519.mp4 -c:v hevc_nvenc -rc:v vbr -cq:v 30 -c:a copy -preset slow -rc-lookahead 10 -profile:v main10 ./output.mp4
await _commandService.RunCommandAsync("ffmpeg", $@"-i ""{sourceFilePath}"" -preset slow -codec:a copy -codec:v hevc_nvenc -rc:v vbr -cq:v {crf} -rc-lookahead 10 -profile:v main10 ""{targetFilePath}""", folder, getOutput: false);
}else
{
......
......@@ -3,7 +3,7 @@
<PropertyGroup>
<!--Build and code-->
<OutputType>Exe</OutputType>
<Version>0.0.3</Version>
<Version>0.0.4</Version>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>parser</AssemblyName>
<RootNamespace>Aiursoft.Parser</RootNamespace>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment