👨‍🏫 Tutorial YT 1M trick - ffmpeg (how to avoid copyright)

Status
Not open for further replies.
yung nilapag mo sa thread, para sa pc lang ba yan?
MAli file location paps
paps nung ni run ko yung script, pano to?
View attachment 3194553

To fix this, you can create a simple shell script that acts as the editor. Here’s how:

1. Open Termux and create the directory for the script if it doesn’t exist:

mkdir -p $HOME/bin


2. Create a script file named termux-file-editor in the $HOME/bin directory:

nano $HOME/bin/termux-file-editor


3. Add the following code to the script (it opens the received file with a basic editor like nano or any editor you prefer):

#!/data/data/com.termux/files/usr/bin/bash
nano "$1"


4. Save and exit the editor (press Ctrl + X, then Y to confirm, and Enter to save).


5. Make the script executable:

chmod +x $HOME/bin/termux-file-editor



Now, Termux should recognize this script as the file editor and open files with it.

Ptry ako papz

Laging blocked agad paps kapag bagong mga video may mga old naman partially blocked.
Try mo imute banda sa mga sounds or soundtrack ng movie
 
guys may nagshare sa GC, yan daw yung termux android version nung zip file ni master qauntum :



cd /storage/emulated/0/ffmpeg

# Set random values for each parameter
RAND_RESOLUTION=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_VOLUME=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_GAMMA=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_SATURATION=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_BRIGHTNESS=$(awk "BEGIN {print 0.0 + (rand() * (0.10 - 0.00))}")

echo "Resolution: $RAND_RESOLUTION, Volume: $RAND_VOLUME, Gamma: $RAND_GAMMA, Saturation: $RAND_SATURATION, Brightness: $RAND_BRIGHTNESS"

# Apply command to each .mp4 file in the current directory
for file in *.mp4; do
filename=$(basename "$file")
ffmpeg -i "$file" \
-vf "scale=ceil(iw*$RAND_RESOLUTION/2)2:ceil(ih$RAND_RESOLUTION/2)*2,eq=gamma=$RAND_GAMMA:saturation=$RAND_SATURATION:brightness=$RAND_BRIGHTNESS" \
-af "volume=$RAND_VOLUME" \
"output_${filename%.*}.mp4"
done

ano mas magandang gamitin boss pc or cp?
Parehas lang, pero pc para mas mabilis magprocess
 
MAli file location paps


To fix this, you can create a simple shell script that acts as the editor. Here’s how:

1. Open Termux and create the directory for the script if it doesn’t exist:

mkdir -p $HOME/bin


2. Create a script file named termux-file-editor in the $HOME/bin directory:

nano $HOME/bin/termux-file-editor


3. Add the following code to the script (it opens the received file with a basic editor like nano or any editor you prefer):

#!/data/data/com.termux/files/usr/bin/bash
nano "$1"


4. Save and exit the editor (press Ctrl + X, then Y to confirm, and Enter to save).


5. Make the script executable:

chmod +x $HOME/bin/termux-file-editor



Now, Termux should recognize this script as the file editor and open files with it.

Ptry ako papz


Try mo imute banda sa mga sounds or soundtrack ng movie
Sounds ba kadalasan cause ng copyright paps?
 
guys may nagshare sa GC, yan daw yung termux android version nung zip file ni master qauntum :



cd /storage/emulated/0/ffmpeg

# Set random values for each parameter
RAND_RESOLUTION=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_VOLUME=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_GAMMA=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_SATURATION=$(awk "BEGIN {print 0.9 + (rand() * (1.10 - 0.90))}")
RAND_BRIGHTNESS=$(awk "BEGIN {print 0.0 + (rand() * (0.10 - 0.00))}")

echo "Resolution: $RAND_RESOLUTION, Volume: $RAND_VOLUME, Gamma: $RAND_GAMMA, Saturation: $RAND_SATURATION, Brightness: $RAND_BRIGHTNESS"

# Apply command to each .mp4 file in the current directory
for file in *.mp4; do
filename=$(basename "$file")
ffmpeg -i "$file" \
-vf "scale=ceil(iw*$RAND_RESOLUTION/2)2:ceil(ih$RAND_RESOLUTION/2)*2,eq=gamma=$RAND_GAMMA:saturation=$RAND_SATURATION:brightness=$RAND_BRIGHTNESS" \
-af "volume=$RAND_VOLUME" \
"output_${filename%.*}.mp4"
done


Parehas lang, pero pc para mas mabilis magprocess
ito nalang paps since gumana naman sakin to, credit pala sa admin na decode ng script
 
Palitan nyo rin metadata guys :

ffmpeg -y -i input.mp4 -i filter.png -af "[0:a]atempo=1.15,volume=1.6,pan=stereo|c0<c0+0*c1|c1<c0+0*c1,aeval=val(0)|-val(1)" -filter_complex "[0:v]setpts=PTS/1.15,crop=iw/1.2:ih/1.2,boxblur=1:2,scale=1280:720 [v1]; [v1][1:v]overlay=0:0,setdar=16/9" -vcodec libx264 -pix_fmt yuv420p -r 30 -g 60 -b:v 1400k -profile:v main -level 3.1 -acodec libmp3lame -b:a 128k -ar 44100 -metadata title="" -metadata artist="" -metadata album_artist="" -metadata album="" -metadata date="" -metadata track="" -metadata genre="" -metadata publisher="" -metadata encoded_by="" -metadata copyright="" -metadata composer="" -metadata performer="" -metadata TIT1="" -metadata TIT3="" -metadata disc="" -metadata TKEY="" -metadata TBPM="" -metadata language="eng" -metadata encoder="" -threads 0 -preset superfast output.mp4
 
Palitan nyo rin metadata guys :

ffmpeg -y -i input.mp4 -i filter.png -af "[0:a]atempo=1.15,volume=1.6,pan=stereo|c0<c0+0*c1|c1<c0+0*c1,aeval=val(0)|-val(1)" -filter_complex "[0:v]setpts=PTS/1.15,crop=iw/1.2:ih/1.2,boxblur=1:2,scale=1280:720 [v1]; [v1][1:v]overlay=0:0,setdar=16/9" -vcodec libx264 -pix_fmt yuv420p -r 30 -g 60 -b:v 1400k -profile:v main -level 3.1 -acodec libmp3lame -b:a 128k -ar 44100 -metadata title="" -metadata artist="" -metadata album_artist="" -metadata album="" -metadata date="" -metadata track="" -metadata genre="" -metadata publisher="" -metadata encoded_by="" -metadata copyright="" -metadata composer="" -metadata performer="" -metadata TIT1="" -metadata TIT3="" -metadata disc="" -metadata TKEY="" -metadata TBPM="" -metadata language="eng" -metadata encoder="" -threads 0 -preset superfast output.mp4
Para saan to boss?
 
Status
Not open for further replies.

About this Thread

  • 328
    Replies
  • 29K
    Views
  • 107
    Participants
Last reply from:
mie-san

Online now

Members online
885
Guests online
1,088
Total visitors
1,973

Forum statistics

Threads
2,273,103
Posts
28,947,633
Members
1,235,630
Latest member
wormworst
Back
Top