Skip to content

Commit

Permalink
Delete duplicate LLM cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 14, 2024
1 parent 8a3d728 commit d42d24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion youtube/livestreaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ YouTube doesn't let you replace the full audio for a video OR replace the video

Here's the `ffmpeg` command I used:

% llm cmd use ffmpeg to combine the video from GCSD\ Candidates\ Forum\ -\ Part\ 1.mp4 with the audio from part1-auphonic-loudness-normalization.mp3 and save the output as part1-audio-fixed.mp4
```bash
ffmpeg -i "GCSD Candidates Forum - Part 1.mp4" \
-i "part1-auphonic-loudness-normalization.mp3" \
Expand Down

0 comments on commit d42d24b

Please sign in to comment.