-
Is there a way to track a progress after running an ffmpeg?
For example, below is what i would like to do:
```python
import ffmpeg
ffmpeg.input('test.mp4').output('frame_%06d.jpg').run()
```…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelate…
-
### Pre-flight checklist
- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [code of conduct…
-
## Environment
- **OS:** Windows
- **Scrcpy version:** 2.7
- **Installation method:** Windows release
- **Device model:**Oneplus Ace 3v
- **Android version:** 14
## Describe the bug
Wh…
-
found a way to do this with ffmpeg and using a input image, making it into a webm, fun stuff! This is nice also since it works in firefox :D
```
ffmpeg -loop 1 -i image.jpg -t 5 -c:v libvpx-vp9 -p…
-
When I call pilfer on a saved url file I get this warning error. I am on mac. It used to work fine last year. Haven't used it in a while.
/Library/Python/3.7/bin/pilfer:6: DeprecationWarning: pkg_r…
-
Create a new project and specify some build-time dependency. Initialize it and a `~host` configuration is created.
Remove the `.bdep` dir and initialize again with `bdep init -C [...] --wipe`. When i…
-
Using rustc 1.82.0 (f6e511eec 2024-10-15). Combining the examples from the docs.
Cargo.toml:
```toml
[package]
name = "temp"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { v…
-
### Version information
* fluent-ffmpeg version: 2.1.3
* ffmpeg version: 7.0.1
* OS: Windows
### Code to reproduce
```js
import { default as ffmpeg, default as ffprobe } from "fluent-f…
-
So a thing I noticed is that the volume of many songs I downloaded are either too low or too high.
What I plan to do now to quickly fix it is to run this for each song:
```sh
ffmpeg -i song.m4a…