aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-01-11 16:29:26 +0100
committerGitHub <noreply@github.com>2020-01-11 16:29:26 +0100
commit56918e5596a8531c5a21bed8e9407fa0ea7aa507 (patch)
treee3ba4ae0f3abae7d5c09debf76bfb872feb64d56 /README.md
parentabfe31d5d22a0ed1cc6ef32cf73fc1826b090b1c (diff)
parent0bf8fa23d91ae9bc46a45a4a2d8d12061e54c742 (diff)
downloadnextpnr-56918e5596a8531c5a21bed8e9407fa0ea7aa507.tar.gz
nextpnr-56918e5596a8531c5a21bed8e9407fa0ea7aa507.tar.bz2
nextpnr-56918e5596a8531c5a21bed8e9407fa0ea7aa507.zip
Merge pull request #377 from YosysHQ/mmicko/recording
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
-------