I want to make my photo editing like a snapshot of my smartphone's camera, but when I check it can't.
When I edit it in Photoshop, the image details become Photoshop, so how can I set it so that the details become the camera of my smartphone?
I have a problem. I have found a tutorial on how to add text in videos using ffmpeg. but I want every 3 minute. I get the script only 10 second 1 time. I want 3 minute 1 time.
my script:
ffmpeg -i input.mp4 -filter:v drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSans.ttf:text='Hello World':[email protected]:fontsize=16:y=h-line_h-100:x=w/10*mod(t\,10):enable=gt(mod(t\,20)\,10)" -codec:v libx264 -codec:a copy -y output.mp4
source of : here
help me setting always 3 minute and speed text 10 second
please ask for an explanation from each script above and please help so that every 1 minute the text appears
thank you
I have 20 music videos in one folder and I want to change the quality from 1080p to 720p with ffmpeg, because I'm tired of having to convert every single file.
So I want to ask for a solution how to convert a complete folder 1 to 720p quality with destination folder 2?
I previously used this ffmpeg script
ffmpeg -i video1.mp4 -vf scale = 1280:720 -acodec aac -strict -2 output1.mp4
ffmpeg -i video2.mp4 -vf scale = 1280:720 -acodec aac -strict -2 output2.mp4
ffmpeg -i video3.mp4 -vf scale = 1280:720 -acodec aac -strict -2 output3.mp4
up to 20 times
I use ffmpeg on ubuntu 16.04
I'm confused where to ask. I want to ask, please give the encode script to convert the video I made from 720p to 1080 60fps. when I check the video I can't reach 60fps if I use the script below
ffmpeg -i input.mp4 -vf scale=1920:-2 \
-c:v libx264 -preset slow -crf 22 \
-c:a copy \
output.mp4
Please help me. i am using ffmpeg in ubuntu 16.04