ammarbrohi / instagram-php

Instagram PHP API with Laravel Support - Unofficial
Other
3 stars 3 forks source link

upload igtv video #2

Open nemesisKO opened 4 years ago

nemesisKO commented 4 years ago

you are awesome one question how can i upload video in igtv?

ammarbrohi commented 4 years ago

The library uses ffmpeg and avconv to handle video serialization. You need to install these both on your machine and add the program to your PATH variable.

https://www.ffmpeg.org/download.html

for me on my mac it was : brew install ffmpeg --with-libvpx

sf-tejaratat commented 4 years ago

could you show your path variable.in windows works fine but in ubunto vps dont work. in utils.php -> public static $defaultTmpPath = '/usr/bin'; public static $ffmpegBin = '/usr/bin/ffmpeg'; public static $ffprobeBin = '/usr/bin/ffprobe';