Skip to content

Commit

Permalink
feat: add ffmpeg command in camera_movement.py (in comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanson-hschang committed Nov 3, 2024
1 parent 567b73a commit 577aa9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# image files
# rendered files
*.png
*.mov

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
1 change: 1 addition & 0 deletions examples/camera_movement.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ def main(

if __name__ == "__main__":
main()
# ffmpeg -threads 8 -r 60 -i render/camera_movement_%03d.png -b:v 90M -c:v prores -pix_fmt yuva444p10le camera_movement.mov

0 comments on commit 577aa9c

Please sign in to comment.