mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* 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>
13 lines
287 B
JSON
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": []
|
|
}
|