We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have anyone figured out how to optimize ffmpeg lib264 encoder. Here is a sample file: https://drive.google.com/file/d/0B118zj9LsEGmT0ZCY2JGSE82WnM/view?usp=sharing
Using this command, we get only 5-6 fs on quad code 2 mhz box running android.
String cmd = "-re -i /storage//sample.ts -c:v libx264 -c:a aac -b:v 704k -preset ultrafast -threads 16 -thread_type frame -strict experimental -hls_time 10 -hls_list_size 6 -hls_wrap 60 -start_number 1 -y " "storage/hls/index.m3u8";
Thank you.
The text was updated successfully, but these errors were encountered:
+1 It sounds like the -threads parameter is not affecting the performance
Sorry, something went wrong.
No branches or pull requests
Have anyone figured out how to optimize ffmpeg lib264 encoder. Here is a sample file:
https://drive.google.com/file/d/0B118zj9LsEGmT0ZCY2JGSE82WnM/view?usp=sharing
Using this command, we get only 5-6 fs on quad code 2 mhz box running android.
String cmd = "-re -i /storage//sample.ts -c:v libx264 -c:a aac -b:v 704k -preset ultrafast -threads 16 -thread_type frame -strict experimental -hls_time 10 -hls_list_size 6 -hls_wrap 60 -start_number 1 -y " "storage/hls/index.m3u8";
Thank you.
The text was updated successfully, but these errors were encountered: