added a script to make animation+ movies out of sequences, updated ytdlpl, and added a custom command to mount pegasus
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
bg_color=#5d5d5d
|
||||
size=1920x1080
|
||||
for i;
|
||||
do ffmpeg -f lavfi -i color=c=$bg_color:s=$size -start_number 0001 -i $i%04d.png -filter_complex "[0:v][1:v]overlay=shortest=1,format=yuv420p[out]" -map "[out]" -c:v qtrle -q 0 $i"_Animation+.mov";
|
||||
do ffmpeg -f lavfi -r 23.976 -i color=c=$bg_color:s=$size -start_number 0001 -r 23.976 -i $i%04d.png -filter_complex "[0:v][1:v]overlay=shortest=1,format=yuv420p[out]" -map "[out]" -c:v qtrle -q 0 $i"_Animation+.mov";
|
||||
done
|
||||
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
sudo mount.cifs //mak-nas/pegasus /Volumes/pegasus -o username=eduardo,password=pgss@1046,domain=intra.makinestudios.com
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
export IFS=$'\n';
|
||||
for i;
|
||||
do
|
||||
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
||||
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
||||
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
||||
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
||||
done;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user