Skip to content

Commit 01ec3b9

Browse files
committed
spelling and category updates
1 parent cc6ff10 commit 01ec3b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5018,7 +5018,6 @@ childProcess
50185018
cmdLine
50195019
eq
50205020
exePath
5021-
extraced
50225021
ffplay
50235022
fpm
50245023
gpl

content/learning-paths/laptops-and-desktops/win-resource-ps1/how-to-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The downloaded video file is in YUV raw format, which means playback of the vide
3838

3939
Use `ffmpeg.exe` to compress the YUV raw video with the x265 encoder and convert the file format to `.mp4`.
4040

41-
Assuming you downloaded the files and extraced them in the current directory, open a terminal and run the following command:
41+
Assuming you downloaded the files and extracted them in the current directory, open a terminal and run the following command:
4242

4343
```console
4444
ffmpeg-n7.1.1-56-gc2184b65d2-win64-gpl-7.1\ffmpeg-n7.1.1-56-gc2184b65d2-win64-gpl-7.1\bin\ffmpeg.exe -f rawvideo -pix_fmt yuv420p -s 3840x2160 -r 50 -i RaceNight_3840x2160_50fps_420_8bit_YUV_RAW\RaceNight_3840x2160_50fps_8bit.yuv -vf scale=1920:1080 -c:v libx265 -preset medium -crf 20 RaceNight_1080p.mp4 -benchmark -stats -report

0 commit comments

Comments
 (0)