Merge pull request #503 from neuschaefer/typo

README.md: Fix two typos
This commit is contained in:
Miodrag Milanović 2020-09-23 09:12:57 +02:00 committed by GitHub
commit d927878024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,9 +188,9 @@ Recording a movie
- To save a movie recording of place-and-route click recording icon in toolbar and select empty directory
where recording files will be stored and select frames to skip.
- Manualy start all PnR operations you wish
- Manually start all PnR operations you wish
- Click on recording icon again to stop recording
- Go to directory containing files and exeecute `ffmpeg -f image2 -r 1 -i movie_%05d.png -c:v libx264 nextpnr.mp4`
- Go to directory containing files and execute `ffmpeg -f image2 -r 1 -i movie_%05d.png -c:v libx264 nextpnr.mp4`
Testing
-------