-
in this app where did you compress the video...?
-
I've been trying to compile this source code by following this guide.
I start build_android.sh. After a while, it gives me this
Starting build amr for arm
- cd vo-amrwbenc
- ./configure --prefix=/home…
-
Hi all,
I am trying to build this to use it my live stream player. however facing the issue. I downloaded libffmpeg.so file and included in "armeabi" folder in libs folder in my app. Its still showin…
-
How can I extarct subtitles using this project?
-
like
```
ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex \
'[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' \
-map [vid] -c:v libx264 -crf 23 -preset veryfast output.mp4
```
-
Hello,
When I play video using ffmpeg Player. It was playing video in landscape (screen in portrait mode). When playing video using default player, it play video in portrait mode.
ffmpeg Player was p…
-
Sometimes video sound is temporarily lost or played with jerks. But picture is shown well, without any troubles. Can anyone help me please)))! Or may be tell in which direction i should orient? Thank …
-
I've managed to compile everything OK, and have local files able to play, but when trying to use HLS streaming, both live and VOD files, I keep getting the above error in the Log, and nothing plays. …
-
why i can't create tow instance of Snappy db with different name at same time.
-
# Introduction
There is some work that I started to support hardware decoding via libstagefright:
https://review.appunite.com/#/c/1779/.
This is not on github repo because it is not finished commit -…