forked from HPR/hpr_hub
		
	2024-10-04_17-33-29Z_Friday
This commit is contained in:
		@@ -54,20 +54,20 @@ trap 'cleanup_temp $TMP1' SIGHUP SIGINT SIGPIPE SIGTERM EXIT
 | 
				
			|||||||
ffmpeg -v 0 -analyzeduration 900000000000 -probesize 200M -threads 2 -i "$AUDIO" \
 | 
					ffmpeg -v 0 -analyzeduration 900000000000 -probesize 200M -threads 2 -i "$AUDIO" \
 | 
				
			||||||
    -filter_complex aformat=channel_layouts=mono,showwavespic=colors=white:s=3200x800 \
 | 
					    -filter_complex aformat=channel_layouts=mono,showwavespic=colors=white:s=3200x800 \
 | 
				
			||||||
    -frames:v 1 -f apng - 2>/dev/null | \
 | 
					    -frames:v 1 -f apng - 2>/dev/null | \
 | 
				
			||||||
    convert - -background black -alpha remove -alpha off "$TMP1" 2>/dev/null | cat > /dev/null 2>&1
 | 
					    magick convert - -background black -alpha remove -alpha off "$TMP1" 2>/dev/null | cat > /dev/null 2>&1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Not clear what's being done to the image here, but it produces a useful end
 | 
					# Not clear what's being done to the image here, but it produces a useful end
 | 
				
			||||||
# result, or seems to!
 | 
					# result, or seems to!
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
convert -background black "$TMP1" -gravity center -background black -transparent white - | \
 | 
					magick convert -background black "$TMP1" -gravity center -background black -transparent white - | \
 | 
				
			||||||
    convert - -gravity South -background white -splice 0x5 -background black -splice 0x5 - | \
 | 
					    magick convert - -gravity South -background white -splice 0x5 -background black -splice 0x5 - | \
 | 
				
			||||||
    convert - -trim - | \
 | 
					    magick convert - -trim - | \
 | 
				
			||||||
    convert - -gravity South -chop 0x5 - | \
 | 
					    magick convert - -gravity South -chop 0x5 - | \
 | 
				
			||||||
    convert - -gravity North -background white -splice 0x5 -background black -splice 0x5 - | \
 | 
					    magick convert - -gravity North -background white -splice 0x5 -background black -splice 0x5 - | \
 | 
				
			||||||
    convert - -trim - | \
 | 
					    magick convert - -trim - | \
 | 
				
			||||||
    convert - -gravity North -chop 0x5 - | \
 | 
					    magick convert - -gravity North -chop 0x5 - | \
 | 
				
			||||||
    convert - -resize '800x200!' "$IMAGE"
 | 
					    magick convert - -resize '800x200!' "$IMAGE"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# The original renamed the temporary file to be the target image file, but
 | 
					# The original renamed the temporary file to be the target image file, but
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -575,7 +575,7 @@ then
 | 
				
			|||||||
#   rsync -ave ssh --partial --progress --ignore-existing "${media_dir}/hpr${ep_num}.wav".txt hpr:www/eps/hpr${ep_num}/hpr${ep_num}.txt | tee -a ${fname}_tmp.log
 | 
					#   rsync -ave ssh --partial --progress --ignore-existing "${media_dir}/hpr${ep_num}.wav".txt hpr:www/eps/hpr${ep_num}/hpr${ep_num}.txt | tee -a ${fname}_tmp.log
 | 
				
			||||||
#   
 | 
					#   
 | 
				
			||||||
#   ssh hpr -t "ls -al /home/hpr/www/eps/hpr${ep_num}*" 
 | 
					#   ssh hpr -t "ls -al /home/hpr/www/eps/hpr${ep_num}*" 
 | 
				
			||||||
#   cp -v "${mediafile}" "${upload_dir}/hpr${ep_num}_source.${mediaextension}"
 | 
					  cp -v "${mediafile}" "${upload_dir}/hpr${ep_num}_source.${mediaextension}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #echo "Remove temp files"
 | 
					  #echo "Remove temp files"
 | 
				
			||||||
  rm -v ~hpr${ep_num}_summary.wav ~~hpr${ep_num}_summary.wav silence.wav 
 | 
					  rm -v ~hpr${ep_num}_summary.wav ~~hpr${ep_num}_summary.wav silence.wav 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user