aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-01-05 13:51:12 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2020-01-05 13:51:12 +0100
commit3f439c1ef2c1f4b7694d05be53117f0afe97cc17 (patch)
treeaf84b01b5c786b564a684170ec17b1a86ac5e283 /README.md
parentabfe31d5d22a0ed1cc6ef32cf73fc1826b090b1c (diff)
downloadnextpnr-3f439c1ef2c1f4b7694d05be53117f0afe97cc17.tar.gz
nextpnr-3f439c1ef2c1f4b7694d05be53117f0afe97cc17.tar.bz2
nextpnr-3f439c1ef2c1f4b7694d05be53117f0afe97cc17.zip
Enable screenshot and recording feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf743732..378d50b7 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,15 @@ Notes for developers
- To automatically format all source code, run `make clangformat`.
- See the wiki for additional documentation on the architecture API.
+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
+- 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`
+
Testing
-------