ffmpeg and extras removed how we gonna use now i dont understand? #611
Unanswered
FurkanGozukara
asked this question in
1. Help
Replies: 2 comments
-
Yeah, now that there's no way to pass options through to ffmpeg, there appears to be no way to use hardware acceleration. Also, the documentation here still mentions |
Beta Was this translation helpful? Give feedback.
0 replies
-
@georgedorn yep this is destroying the project completely |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help me to use this command please
auto-editor "C:\Cog VideoX Tutorial\0.mkv" --ffmpeg_location "C:\ffmpeg_latest" --no-open --edit audio:threshold=0.04 -c:v hevc_nvenc --extras "-preset ultrafast -crf 12 -threads 32" --video-bitrate 50000000
25.3.1 working great with below command
auto-editor "C:\Cog VideoX Tutorial\0.mkv" --my-ffmpeg --no-open --edit audio:threshold=0.04 -c:v hevc_nvenc --extras "-preset ultrafast -crf 12 -threads 32" --video-bitrate 50000000 --show-ffmpeg-commands
Beta Was this translation helpful? Give feedback.
All reactions