Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Parser
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anduin Xue
Parser
Commits
afa551d3
There was an error fetching the commit references. Please try again later.
Commit
afa551d3
authored
2 years ago
by
Anduin Xue
Browse files
Options
Downloads
Patches
Plain Diff
Remove comments.
parent
b7d4fd0a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Parser.FFmpeg/FFmpegEntry.cs
+0
-1
0 additions, 1 deletion
src/Parser.FFmpeg/FFmpegEntry.cs
src/Parser/Parser.csproj
+1
-1
1 addition, 1 deletion
src/Parser/Parser.csproj
with
1 addition
and
2 deletions
src/Parser.FFmpeg/FFmpegEntry.cs
+
0
−
1
View file @
afa551d3
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
src/Parser/Parser.csproj
+
1
−
1
View file @
afa551d3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment