Skip to content

Commit

Permalink
Update render presets name #220
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 14, 2024
1 parent 17fe0f2 commit 8d5d758
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/presets/render/001-friction-preset-mp4-h264.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[output_profile_v1]
audio_enabled=false
format=mp4
name=MP4
name=MP4 Video
video_bitrate=9000000
video_codec=libx264
video_enabled=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ audio_enabled=true
audio_sample_format=s16p
audio_sample_rate=48000
format=mp4
name=MP4 with Audio
name=MP4 Video + Audio
video_bitrate=9000000
video_codec=libx264
video_enabled=true
Expand Down
2 changes: 1 addition & 1 deletion src/app/presets/render/003-friction-preset-prores-444.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[output_profile_v1]
audio_enabled=false
format=mov
name=ProRes
name=ProRes Video
video_bitrate=9000000
video_codec=prores
video_enabled=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ audio_enabled=true
audio_sample_format=fltp
audio_sample_rate=48000
format=mov
name=ProRes with Audio
name=ProRes Video + Audio
video_bitrate=9000000
video_codec=prores
video_enabled=true
Expand Down
2 changes: 1 addition & 1 deletion src/app/presets/render/005-friction-preset-png.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[output_profile_v1]
audio_enabled=false
format=image2
name=PNG
name=PNG Image(s)
video_bitrate=9000000
video_codec=png
video_enabled=true
Expand Down
2 changes: 1 addition & 1 deletion src/app/presets/render/006-friction-preset-tiff.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[output_profile_v1]
audio_enabled=false
format=image2
name=TIFF
name=TIFF Image(s)
video_bitrate=9000000
video_codec=tiff
video_enabled=true
Expand Down

0 comments on commit 8d5d758

Please sign in to comment.