ffmpeg
Here are 2,266 public repositories matching this topic...
IjkMediaPlayer player =new IjkMediaPlayer();
try {
player.setDataSource(imgBean.getData());
player.start();
} catch (Exception e) {
e.printStackTrace();
}
Platform
-
Updated
Jun 11, 2020 - Java
This regards the docs available here: https://mpv.io/manual/master/ so I am not following any template. I was told to open a new issue if this still persists: mpv-player/mpv#2224
I do think it persists.
- The docs for
sub-scale-with-windowsay that the option is misnamed. Would it not be better to rename it so that it makes sense? I proposesub-scale-with-video
The text says "y is the number of changes of chroma samples between the first and seconds rows of a pixels."
But isn't it more accurate to say:
"y is the number of changes of chroma samples between the first and last rows of a pixels."
If not, I still don't understand how chroma subsampling is used!
-
Updated
Mar 18, 2019 - JavaScript
Hi, I noticed this line of code in README.md
printf("\tCodec %s ID %d bit_rate %lld", pLocalCodec->long_name, pLocalCodec->id, pCodecParameters->bit_rate);in which pLocalCodec is not declared in the article before used which might cause confusion in my view. Digging into the c code, I found this line.
https://github.com/leandromoreira/ffmpeg-libav-tutorial/blob/cdd616ce871078e
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 7, 2020 - JavaScript
Since lollipop it's possible to record the screen: https://android.googlesource.com/platform/development/+/bf1e262/samples/ApiDemos/src/com/example/android/apis/media/projection/MediaProjectionDemo.java
Perhaps an example using a service running in the background while it captures the screen is a nice idea.
What would you like to submit? (put an 'x' inside the bracket that applies)
- [x ] question
- bug report
- feature request
Issue description
Is the matrix-matrix multiplication function (Dot(matrixA, matrixB)) documented anywhere? I can't find the documentation on the accord-framework.net website and the code appears to be generated from .tt files.
Are we allowed to use it in a commercial app? If yes, then what should is expected from us? (Eg : Include license copy etc).
Thanks in advance!
Quotes in command
-
Updated
Apr 24, 2020 - C
-
Updated
Jun 1, 2020 - Java
QtAV, Qt version and platform
QtAV: 0307c17
Qt: 5.13.2
iOS
Reproduction steps
qmake rc/QtAV "target.path = ${BASE_DIR}/qt/Qt/5.13.2/ios" "CONFIG+=no-example"
make
make install
Expected behavior
success after make install
Actual behavior
error
Log file
mkdir: /usr/share/doc/QtAV_debug: Operation not permitted
make[2]: *** [install_share] Error 1
Sa
I get this error with p5.js.
<script src="CCapture.all.min.js"></script>
<script>
var capturer = new CCapture( {
format: 'gif',
workersPath: 'js/gif.worker.js',
} );
var width = 300;
var height = 500;
function setup () {
p5canvas = createCanvas(width,height);
}
function draw () {
// code
The func value set of type:fabric customFabricFrameSource does not recieve any parameters. For example, you cannot pass a text to https://github.com/mifi/editly/blob/master/examples/customFabric.js.
Following patch can fix it.
diff --git a/sources/fabricFrameSource.js b/sources/fabricFrameSource.js
index 74b8299..c88238c 100644
--- a/sources/fabricFrameSource.js
+++ b/sources/fab
-
Updated
Jun 18, 2020 - C
Due to the 2GB contiguous block allocation limitation of 32 bit systems, this line:
https://github.com/readbeyond/aeneas/blob/master/aeneas/audiofile.py#L447
might throw a MemoryError, causing an "unexpected exception".
We should:
- catch it and log a meaningful error
- document this limitation somewhere
-
Updated
May 24, 2020 - Java
-
Updated
May 23, 2020 - C
I built a custom FFMPEG following the README instructions, adding the filter setpts to the Makefile. I managed to build successfully, and I managed to create a MP4 video with only MP3 audio.
I'm using ffmpeg-worker-mp4.js.
As soon as I try to add an input image, the program exits with code 1, with not much information.
Here's the console log (scriptfinal.js is the file where I handle al
Wiki and guides
-
Updated
Jun 17, 2020 - Python
Improve this page
Add a description, image, and links to the ffmpeg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ffmpeg topic, visit your repo's landing page and select "manage topics."



Is your feature request related to a problem? Please describe.
I can't play a game (mindustry) without remapping button
Describe the solution you'd like
Disable shortcuts, especially for mouse, so that right-clicking does correct things in-game.
**Describe alternative