Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update README for ffmpeg plugin (#567)
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Tian <[email protected]>
  • Loading branch information
tianjunwork authored Aug 3, 2020
1 parent f2852e7 commit b13ae19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ffmpeg_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ export PATH=$PATH:/c/svt-encoders/lib/
git clone https://github.com/FFmpeg/FFmpeg ffmpeg
cd ffmpeg

# The patch have been validated on 4.2 and 4.3 release
git checkout release/4.2
# The patch has been validated on n4.2 and n4.3 release tag
git checkout n4.2
or
git checkout release/4.3
git checkout n4.3

git am ../SVT-HEVC/ffmpeg_plugin/0001*.patch
./configure --enable-libsvthevc
Expand Down

0 comments on commit b13ae19

Please sign in to comment.