aashutosh.g27
Member
Bro I also have macWell do you have IOS app's source code of this app? I have MAC to develop with Xcode.


Bro I also have macWell do you have IOS app's source code of this app? I have MAC to develop with Xcode.
ya its done issues with ffmpeg is version only now my application is working fine with extended liceseYou should check that audio trimmer is working fine and make sure that you have proper permission setup for S3 storage..
Oh! Great so you just need someone for fixing bugs and UI changes.Bro I also have mac.. & completed the development.. just need some help for some minor bugs fix & ui changes.. as I don't have enough time to maintain both versions.. I'm actually working on the web version for this app
You should allow all the permission.. for S3 storage.. or go to policy setup & check is anything blocking the access or not.. or if you are using free teir account than may be ur free cycles are exhausted..Hi,
I did everything but getting tis error Unable to open app/webroot/temp_uploads/47/5fd092abbcd0e47black.mp4 using mode r:
file present inside temp folder but unable to load to aws
Yes bro.. I now developing the web version just like the TikTok have ..Oh! Great so you just need someone for fixing bugs and UI changes.![]()
Try to increase ur upload limit or fallow this link https://stackoverflow.com/questions...g-mode-r-fopen-aws-elastic-beanstalk/50835718Hi,
I did everything but getting tis error Unable to open app/webroot/temp_uploads/47/5fd092abbcd0e47black.mp4 using mode r:
file present inside temp folder but unable to load to aws
no issues was only with ffmpeg not with aws now everything working fineYou should allow all the permission.. for S3 storage.. or go to policy setup & check is anything blocking the access or not.. or if you are using free teir account than may be ur free cycles are exhausted..
Try the above solutions pleaseplease help me
Than y u r asking for help ??no issues was only with ffmpeg not with aws now everything working fine
Not working i disable all permission for s3 bucket even after same error i getTry the above solutions please
Use thisTry to increase ur upload limit or fallow this link https://stackoverflow.com/questions...g-mode-r-fopen-aws-elastic-beanstalk/50835718
First i am experienced android developer.For those that run from issue to issue and ask everytime how to solve it I have a question (actually 3): do you even try to google your issues? Do you have any programming notions? Do you even bother to think a little bit?
We already know that those tiktok clones are faulty or are shared faulty.
To answer directly to your question @Montygarg910 : did you try to run that script separately to see the result? Do you know how to use cli? Did you try to debug your script? Did you look into the logs? Did you ... why am I even bothering?
I will share file tomorrow morning ...how to check whether user have right to write in folder? and when i upload serverRequirement file to check wether ffmpeg install or not in that case i got error of "unable to load ffprobe" dont know why this happen but when i check whereis ffprobe it show usr/bin/ffprobe pathYour web user have rights to execute the ffmpeg? ffmpeg have rights to write to that folder?
How is ffmpeg command called from script (sorry didn't download this script as I am not interested in it)?
Share the extend.php file to take a look at it.
// Line 310
$gif = "ffmpeg -ss 3 -t 2 -i $original_video_file_path -vf 'fps=10,scale=100:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse' -loop 0 $genrateGifPath >> /var/log/video_gif.log 2>&1";
// Line 322
$thumb_cmd = "ffmpeg -i $original_video_file_path -vf fps=3 $thumb_path >> /var/log/video_thumb.log 2>&1";
Your choice. My time is totally limited. Maybe you'll find someone else to help you then.I will share file tomorrow morning
Hmmm unable to load fopen error something like this and this error is because of gif file is not there in output folderIf it's the version downloaded from this thread (Big Blue Button on top) then it's developer's fault as the command is wrong.
PHP API\New API Version\musictok\app\Lib\Regular.php lines 310 and 332
for you to check if they are called or not and what's the error add this before the last quote
>> /var/log/video_gif.log 2>&1
and
>> /var/log/video_thumb.log 2>&1
like this
PHP:// Line 310 $gif = "ffmpeg -ss 3 -t 2 -i $original_video_file_path -vf 'fps=10,scale=100:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse' -loop 0 $genrateGifPath >> /var/log/video_gif.log 2>&1"; // Line 322 $thumb_cmd = "ffmpeg -i $original_video_file_path -vf fps=3 $thumb_path >> /var/log/video_thumb.log 2>&1";
I can bet the error you will see in the log would be like: "cannot find $original_video_file_path" or something similar
Yess sir sorry for that but my system is in other room and i can"t go there now ony possibility to send you any thing can be possible in morning extremely sorry for thatIf it's the version downloaded from this thread (Big Blue Button on top) then it's developer's fault as the command is wrong.
PHP API\New API Version\musictok\app\Lib\Regular.php lines 310 and 332
for you to check if they are called or not and what's the error add this before the last quote
>> /var/log/video_gif.log 2>&1
and
>> /var/log/video_thumb.log 2>&1
like this
PHP:// Line 310 $gif = "ffmpeg -ss 3 -t 2 -i $original_video_file_path -vf 'fps=10,scale=100:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse' -loop 0 $genrateGifPath >> /var/log/video_gif.log 2>&1"; // Line 322 $thumb_cmd = "ffmpeg -i $original_video_file_path -vf fps=3 $thumb_path >> /var/log/video_thumb.log 2>&1";
I can bet the error you will see in the log would be like: "cannot find $original_video_file_path" or something similar
Your choice. My time is totally limited. Maybe you'll find someone else to help you then.