Skip to content

Commit

Permalink
Update generate_html_colors_video
Browse files Browse the repository at this point in the history
  • Loading branch information
majal authored Sep 13, 2024
1 parent 3bfa296 commit cab8eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_html_colors_video
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for i in "${!hexes[@]}"; do
echo "${title}" # | tee -a datafile
echo "${description}" # | tee -a datafile

ffmpeg -hide_banner -loglevel quiet -stats -filter_complex "color=0x${hexes[i]}:s=3840x2160" -r 1/60 -t 12:00:00 -metadata title="${title}" -metadata artist="Majal Mirasol" -metadata album="HTML Colors" -metadata comment="https://www.majlovesreg.one" -metadata copyright="© $(date '+%Y') Majal Mirasol" -metadata description="${description}" -y "${filename}"
ffmpeg -hide_banner -loglevel quiet -stats -filter_complex "color=0x${hexes[i]}:s=3840x2160" -t 12:00:00 -metadata title="${title}" -metadata artist="Majal Mirasol" -metadata album="HTML Colors" -metadata comment="https://www.majlovesreg.one" -metadata copyright="© $(date '+%Y') Majal Mirasol" -metadata description="${description}" -y "${filename}"

echo # | tee -a datafile

Expand Down

0 comments on commit cab8eca

Please sign in to comment.