manim/tests/control_data/videos_data/InputFileViaCfg.json
heitor 25b3126626
Allow setting the input file via a config file (#2151)
* allow setting the input file via a config file

* fix: removed partial_movie_files

* Removed Extraneous Dots

* added documentation

* added link to docu

* added test

* removed test.py

* reverted poetry.lock changes

Co-authored-by: christopher-besch <christopher.besch@gmx.de>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-11-02 00:19:01 +01:00

13 lines
287 B
JSON

{
"name": "InputFileViaCfg",
"movie_metadata": {
"codec_name": "h264",
"width": 854,
"height": 480,
"avg_frame_rate": "15/1",
"duration": "1.000000",
"nb_frames": "15"
},
"section_dir_layout": [],
"section_index": []
}