27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
tags:
Trim ShadowPlay clips and combine the two audio tracks.
Source code: VideoClipper
Created with [[Tauri]] and [[React]].
From GitHub README:
Trim ShadowPlay clips and combine the two audio tracks.
I made this because I record my ShadowPlay clips with 2 audio tracks: game/desktop audio and microphone audio. The built-in video editor and exporter in ShadowPlay doesn't let me edit clips with 2 tracks. Instead of opening a video editor like Davinci Resolve just to trim one file and combine audio tracks, I built this ffmpeg
wrapper to do that for me.
If you don't record ShadowPlay clips with 2 audio tracks, you don't need this program.
winget
is an easy way to install it on Windows: winget install ffmpeg
ffmpeg
directlyThe output file goes into the same folder as the selected input video.