Skip to content

Commit

Permalink
Merge pull request #12 from yesBad/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgreening authored Dec 13, 2023
2 parents 3a91cb3 + 3e2e172 commit 85ff60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ ffmpeg -i input.mp4 -vf "scale=280:240:force_original_aspect_ratio=increase,crop
If you want to get fancy you can use the loudnorm filter to normalize the audio levels. There's a script in the `tools` folder that will do this for you. You will need `jq` installed to use it.

```
./tools/convert_movie_with_nornalization.sh input.mp4 output.avi
./tools/convert_movie_with_normalisation.sh input.mp4 output.avi
```

0 comments on commit 85ff60c

Please sign in to comment.