ba405521ce
fix typo docstring in scene_file_writer.py
2020-11-29 11:51:20 +08:00
a42d9c6ecb
fixed deprecation warning: tostring -> tobytes
2020-08-27 14:03:43 +03:00
a529a59abf
Added DocStrings for all methods in Container, Scene, GraphScene, MovingCameraScene, SceneFileWriter, ThreeDScene, SpecialThreeDScene, ZoomedScene, VectorScene, and LinearTransformationScene. ( #1040 )
...
* Added DocStrings for methods in Container and Scene.
Removed 2 unused imports from scene.py.
* Added DocStrings for all methods in GraphScene, MovingCameraScene, SceneFileWriter, ThreeDScene, SpecialThreeDScene and ZoomedScene.
* Added DocStrings for all methods in `VectorScene` and LinearTransformationScene...
...except `position_x_coordinate` and `position_y_coordinate`
Co-authored-by: Aathish Sivasubrahmanian <aathishs@Aathishs-MacBook-Air.local>
2020-05-13 22:41:22 -07:00
7f1a15b6ba
Fixed ffmpeg 'Impossible to Open' and 'Protocol not found' ( #1057 )
2020-05-13 22:13:56 -07:00
87d8671995
Remove livestreaming option
2020-04-16 23:59:22 -07:00
1279f040da
Temporarily adding input_file_path to SceneFileWrite config. Not sure why this isn't there already, or if there are problems with setting a default, but it fixed a weird bug that had arisen
2020-01-11 17:14:02 -08:00
bcb8824e2c
Merge pull request #698 from Elteoremadebeethoven/master_3b1b
...
Solve issue add sound in Windows 10
2019-11-06 16:21:58 -08:00
c79474a57c
Small changes to the ffmpeg args when writing video files
2019-10-28 14:40:46 -07:00
32abbb9371
Change way to remove sound_file_path
2019-08-20 01:34:13 -05:00
61bb4944fa
Remove borken save_as_gif lines
2019-07-24 20:36:44 -07:00
3ec231f0ca
add video_output_dir flag
2019-06-21 22:52:16 -07:00
2ccf83c0aa
Change output folder heirarchy back to grouping files of similar types, rather grouping them as parts of the same scene
2019-06-13 16:15:02 -07:00
f81c275631
make media, tex, and video directories configurable via flags
2019-06-04 20:51:18 -07:00
caa4577cd1
reorganize media file tree
2019-06-03 23:41:05 -07:00
c42ae8a55b
add option -i to save as gif ( #529 )
...
* add option -i to save as gif
* re-add -c command
* No longer needs to save mp4 first
2019-06-02 12:13:22 -07:00
6e6dd260da
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-05-24 15:06:59 -07:00
bf8f517b49
Changed SceneFileWriter.get_default_file_name
2019-05-24 15:05:20 -07:00
19a98ea6bd
fix mishandled relative paths
2019-05-01 01:16:56 -07:00
bbf7cac78c
Small renaming save_image -> save_final_image, which is more honest
2019-03-16 22:11:19 -07:00
55c442f8fd
Fixed temp_file_path
to be more specific in adding the "_temp." string to file name ( #458 )
...
fixed for paths with periods in it
2019-02-26 16:52:30 -08:00
47555652e8
Fixed no animations bug
2019-02-04 14:15:41 -08:00
7a5c419297
Changed what the gain argument of Scene.play means to instead actually apply gain to the passed in sound, not the background
2019-01-29 23:52:56 -08:00
eb355fc7a1
Added gain to Scene.add_sound
2019-01-28 10:22:08 -08:00
900e6ac837
Use frame_rate, instead of frame_duration, and make that part of the camera rather than the scene
2019-01-25 10:13:17 -08:00
eca8d77f83
Small bug fix for starting_animation_number
2019-01-24 22:32:43 -08:00
14cd017cc4
partial_movie_directory -> partial_movie_files
2019-01-24 22:26:18 -08:00
e5e1fa908b
Finished SceneFileWriter refactor
2019-01-24 22:24:01 -08:00
8ae0556394
First pass at SceneFileWriter refactor
2019-01-24 21:47:40 -08:00