Progress bar not showing when converting audio to video.
Aperta
- Lingua principale
- Python
- Stelle
- 323
- Fork
- 29
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I run the following command for converting an M4A audio file to an MKV video file, using a single image for the entire video duration:
```sh
ffpb -loop 1 -framerate 1 -i "image.png" -i "audio.m4a" -c:v libx264 -preset medium -crf 0 -c:a copy -shortest "video.mkv"
```
FFPB will show a progress bar for a phase, but for the second phase it will not show.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.