mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* fix: removed partial_movie_files * added documentation * tests broken; nothing changed? * tests still fail * now respecting original skip animations flag * added basic docs * added forgotten test * added skip animations test * tests broken; nothing changed? * tests still fail * now respecting original skip animations flag * added basic docs * added forgotten test * added skip animations test * fixed some issues Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com>
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "SceneWithSkipAnimations",
|
|
"movie_metadata": {
|
|
"codec_name": "h264",
|
|
"width": 854,
|
|
"height": 480,
|
|
"avg_frame_rate": "15/1",
|
|
"duration": "6.000000",
|
|
"nb_frames": "90"
|
|
},
|
|
"section_dir_layout": [
|
|
"ElaborateSceneWithSections.json",
|
|
"ElaborateSceneWithSections_0003.mp4",
|
|
"ElaborateSceneWithSections_0001.mp4",
|
|
"ElaborateSceneWithSections_0000.mp4",
|
|
"."
|
|
],
|
|
"section_index": [
|
|
{
|
|
"name": "create square",
|
|
"type": "default.normal",
|
|
"video": "ElaborateSceneWithSections_0000.mp4",
|
|
"codec_name": "h264",
|
|
"width": 854,
|
|
"height": 480,
|
|
"avg_frame_rate": "15/1",
|
|
"duration": "2.000000",
|
|
"nb_frames": "30"
|
|
},
|
|
{
|
|
"name": "transform to circle",
|
|
"type": "default.normal",
|
|
"video": "ElaborateSceneWithSections_0001.mp4",
|
|
"codec_name": "h264",
|
|
"width": 854,
|
|
"height": 480,
|
|
"avg_frame_rate": "15/1",
|
|
"duration": "2.000000",
|
|
"nb_frames": "30"
|
|
},
|
|
{
|
|
"name": "fade out",
|
|
"type": "default.normal",
|
|
"video": "ElaborateSceneWithSections_0003.mp4",
|
|
"codec_name": "h264",
|
|
"width": 854,
|
|
"height": 480,
|
|
"avg_frame_rate": "15/1",
|
|
"duration": "2.000000",
|
|
"nb_frames": "30"
|
|
}
|
|
]
|
|
}
|