Skip to content

Commit

Permalink
Update FFmpeg usage
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Jan 2, 2024
1 parent 255cbca commit 6d0fb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Options that apply to the commands:
hdr10plus_tool extract video.hevc -o metadata.json
```
```console
ffmpeg -i input.mkv -map 0:v:0 -c copy -vbsf hevc_mp4toannexb -f hevc - | hdr10plus_tool extract -o metadata.json -
ffmpeg -i input.mkv -map 0:v:0 -c copy -bsf:v hevc_mp4toannexb -f hevc - | hdr10plus_tool extract -o metadata.json -
```

**Extract without validating**:
Expand Down Expand Up @@ -63,7 +63,7 @@ Options that apply to the commands:
hdr10plus_tool remove video.hevc -o hdr10plus_removed_output.hevc
```
```console
ffmpeg -i input.mkv -map 0:v:0 -c copy -vbsf hevc_mp4toannexb -f hevc - | hdr10plus_tool remove -
ffmpeg -i input.mkv -map 0:v:0 -c copy -bsf:v hevc_mp4toannexb -f hevc - | hdr10plus_tool remove -
```
 
* ### **plot**
Expand Down

0 comments on commit 6d0fb72

Please sign in to comment.