Skip to content
Snippets Groups Projects
Commit 45c2ba4c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding convertion to mp4

parent 0901aeb1
No related branches found
No related tags found
No related merge requests found
# Change Log
All notable changes to this project will be documented in this file.
## [0.2.1] -
### Changed
- GoogleChart name function changed: AddPointGraph to AddLinesGraph and AddColumsGraph to AddHistGraph
## [0.2.0] - 2016-03-25
### Added
- Added Load Balancing and Dynamic Load Balancing on Beta
......
......@@ -47,4 +47,5 @@ images : cart_dec metis_dec dom_box
pvbatch mooving_particles_prc.py
pvbatch vector_scal_vect.py
dot -Tsvg openfpm.dot -o generated/openfpm.svg
ffmpeg -i generated/particles_mooving.ogv -f mp4 generated/particles_mooving.mp4
ffmpeg -i generated/particles_mooving_prc.ogv -f mp4 generated/particles_mooving_prc.mp4
......@@ -9,7 +9,7 @@ vector_before_map0csv = CSVReader(FileName=['Vector/vector_before_map0.csv'])
# get active view
renderView1 = GetActiveViewOrCreate('RenderView')
# uncomment following to set a specific view size
renderView1.ViewSize = [982, 495]
renderView1.ViewSize = [1000, 500]
# get layout
viewLayout1 = GetLayout()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment