ffmpeg
Here are 2,118 public repositories matching this topic...
IjkMediaPlayer player =new IjkMediaPlayer();
try {
player.setDataSource(imgBean.getData());
player.start();
} catch (Exception e) {
e.printStackTrace();
}
Platform
-
Updated
Apr 22, 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
Mar 31, 2020 - Python
hardware.camera is deprecated.
The examples should be updated to use camera2.
If I find some time I will take a look at it.
-
Updated
Apr 21, 2020 - JavaScript
Please add an example for EigenvalueDecomposition Class.
TODO (optional): Given a dense 3X3 matrix how can we use this method to get the eigen vectors from this matrix.
Help Topic: http://accord-framework.net/docs/html/T_Accord_Math_Decompositions_EigenvalueDecomposition.htm
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
Mar 5, 2020 - C
-
Updated
Mar 27, 2020 - Java
Suggest writing better instructions on how to translate the software to other languages.
Like take file X and translate it in X and create pull request or what ever.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43119639-missing-instructions-on-how-to-translate?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issu
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
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
Apr 15, 2020 - C
-
Updated
Jun 10, 2019 - C
-
Updated
Apr 19, 2020 - Java
Wiki and guides
I am the new beginner to use ffmpeg.js for about one week. It is really wonderful work!
However, It is not very easy for beginners to handle and I have met a lot of pitfalls when I convert video to images using that.
I think a detailed wiki is needed or we can add more examples to the README. Thanks for consideration!
-
Updated
Jan 25, 2020 - Java
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