Open JaLe29 opened 4 years ago
First of all I saw this thread: https://github.com/dilame/instagram-private-api/issues/1112
I am having a lot of errors of the wrong format/ration during the upload.
Is there any generic recommendation how to transform/check all files before upload using ffmpeg ?
I found:
ffmpeg -i input -vf "pad=w=max(ih*4/5\,iw):h=ih:x=(iw-ow)/2:y=(ih-oh/2):color=black,pad=w=iw:h=max(iw*9/16\,ih):x=(iw-ow)/2:y=(ih-oh/2):color=black" output
It is sufficient?
Any recommendations ?
@JaLe29 wondering if you ended up finding a solution to your problem
First of all I saw this thread: https://github.com/dilame/instagram-private-api/issues/1112
I am having a lot of errors of the wrong format/ration during the upload.
Is there any generic recommendation how to transform/check all files before upload using ffmpeg ?
I found:
It is sufficient?
Any recommendations ?