diff --git a/scripts/shell/ffmpeg-helper.sh b/scripts/shell/ffmpeg-helper.sh index c8e8aea..1ca7752 100755 --- a/scripts/shell/ffmpeg-helper.sh +++ b/scripts/shell/ffmpeg-helper.sh @@ -160,7 +160,7 @@ fi if [ -n "$crf" ]; then # ffmpeg_command+=" -c:v libx265 -crf $crf" - ffmpeg_command+="-c:v hevc_amf -rc cqp -qp_i $crf -qp_p $crf" + ffmpeg_command+=" -c:v hevc_amf -rc cqp -qp_i $crf -qp_p $crf" fi if [ -n "$new_fps" ]; then diff --git a/scripts/shell/images-indexer.sh b/scripts/shell/images-indexer.sh index b30518c..58acd21 100755 --- a/scripts/shell/images-indexer.sh +++ b/scripts/shell/images-indexer.sh @@ -43,7 +43,7 @@ if [ ${#commands_not_found[@]} -ne 0 ]; then fi cur_dir=$(pwd) -furry_commission_ideas_path=/mnt/e/home/documents/downloads-furry +furry_commission_ideas_path=/mnt/e/clouds/nextcloud/home/documents/furry-downloads furry_commission_ideas_urls_filename="urls.txt" scripts_path=/home/cloud/repos/personal-devboot/scripts/shell