Answer the question
In order to leave comments, you need to log in
In what format to convert video for android application?
Hello. Created an application from a list of videos. I upload the video to a dedicated server and convert it using ffmpeg. Server upload 100 Mbps.
ffmpeg:
exec('/usr/local/bin/ffmpeg -i '.$video.' -c:v libx264 -crf 23 -profile:v baseline -level 3.0 -pix_fmt yuv420p -c:a aac -ac 2 -b:a 128k -movflags faststart '.$new_video.' '.$log.' ');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question