Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinesh0N authored Nov 13, 2024
1 parent 30a85e0 commit c4a648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Addon-vse_audioexpoter- v4.2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def check_and_generate_filename(file_path):
sample_rate = scene.export_audio_sample_rate
bit_rate = scene.export_audio_bit_rate

# Set render settings
# Set render Properties
scene.render.image_settings.file_format = 'FFMPEG'
scene.render.ffmpeg.audio_codec = audio_container
scene.render.ffmpeg.audio_bitrate = bit_rate
Expand Down

0 comments on commit c4a648c

Please sign in to comment.