You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to compress mp4 to m3u8, but make its size smaller too.
For this moment I use
`-i ${inputUri} -c:v copy -c:a copy -b:a 128k -force_key_frames expr:gte(t,n_forced*${hlsTime}) -f hls -hls_time ${hlsTime} -hls_list_size ${hlsListSize} ${outputUri}`
but the size is the same as input uri.
I wanted to use
libx265
as they recommended in that post, but i get an error when i run this commandError: Unknown encoder 'x265'
.I had
video
package installed beforebut even after i changed it, removed app from my device, and reinstalled it, its still saying that it is unknown encoder...
I use Expo SDK51.
Help me, please!
Beta Was this translation helpful? Give feedback.
All reactions