Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct filename in blender-ffmpeg sample #30

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions samples/v2023-09/job_templates/blender-ffmpeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
#
# You can see a summary of what this template will do by running:
#
# openjd summary blender_render.yaml
# openjd summary blender-ffmpeg.yaml
#
# To Run with default parameters use:
#
# openjd run blender_render.yaml --step CreateVideoFromRender --run-dependencies
# openjd run blender-ffmpeg.yaml --step CreateVideoFromRender --run-dependencies
#
# This first renders frames from blender and then runs ffmpeg to create a video. If you want to just render frames
# use this command:
#
# openjd run blender_render.yaml --step RenderScene
# openjd run blender-ffmpeg.yaml --step RenderScene
#
# to override the default parameters, use this command line version:
#
# openjd run blender_render.yaml \
# openjd run blender-ffmpeg.yaml \
# --job-param BlenderFile=./scene/your_scene_file.blend \
# --job-param Format=JPEG \
# --job-param EndFrame="100" \
Expand Down