Saso Sabotin
Saso Sabotin
Could this be merged to the original repo? I think this is a must have! :)
Any solutions here? I was able to create some appointment somewhere because when I try it for the 2nd time, it says that this date is taken. But I don't...
How come this is open so long, and nobody has a solution to it? Is this API broken in general?
I think you need to add **-vcodec copy** before output to not re-encode the video stream. So in your case: `-y -i input.mp4 -i watermark.jpg -filter_complex overlay=main_w-overlay_w-10:main_h-overlay_h-10 -strict -2 -r...
Oh that is true actually. Try this one: -vcodec libx264
Ok here is my working command for overlays: `-i /storage/emulated/0/Download/test.mp4 -i /storage/emulated/0/Download/overlayone.png -i /storage/emulated/0/Download/overlaytwo.png -filter_complex overlay=52:275:enable='between(t,0.69,99.0)',overlay=510:71:enable='between(t,4.34,99.0)' -preset ultrafast -vcodec libx264 -r 24 -profile:v baseline -threads 14 -codec:a copy /storage/emulated/0/Download/test_edited.mp4` This...
Sure! 1. First try to get rid of [...] brackets in your command. -> ffmpeg -i video -loop 1 -t 2 -i image -filter_complex concat=n=3:v=1:a=0 -map out.mp4 2. Tell me...
Ok first things first. For better readability of your command I would suggest you, that you write the command in one string, and split it by spaces when you provide...
Hm. it would not really post my email here since it is not a private chat and unfortunately I can not find the private message feature on github :/ Ok...
Try "-vcodec copy".