Skip to content

Commit

Permalink
Update linux-tips.zh-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Feb 22, 2024
1 parent b8de44c commit 700581d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/post/linux-tips.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ do
ffmpeg -i $files -c:v libx264 -crf 23 -c:a aac -q:a 100 ${files%%.*}.mp4
done
```

encode the video to H.264 video and AAC audio, using the default quality

0 comments on commit 700581d

Please sign in to comment.