ffmpeg-commander
ffmpeg-commander copied to clipboard
🛠️ FFmpeg Command Generator Web UI
At first, thanks for building this useful tool. Would it be possible to add some HLS options, within a HLS Key? (Which i could send within the JSON)
Please add quotation marks automatically if there is a space in the filename.
The seeking option, `-ss`, can be applied before or after the input filename. Placing it before results in faster encoding if the start point is a significant way through the...
I'd like to add the [adelay filter](https://ffmpeg.org/ffmpeg-filters.html#adelay) option allow the audio sync to be changed. Here's an example command > ffmpeg -i input.mp4 -af "adelay=delays=150:all=1" ouput.mp4 I think using the...
It is possible to get wrong config in "profile" field like "high". Only below options are available (from ffmpeg version 2023-03-05): ``` -profile E..V....... Set the encoding profile (from 0...
Hi there, it would be useful to let commander exploit @jeanslack's [Videomass](https://jeanslack.github.io/Videomass/) [presets](https://github.com/jeanslack/Videomass-presets). Hope that inspires !
Hello, I'm trying to host ffmpeg-commander et ffmpegd on the same machine, and access it from another one. Currently I've changed all the ws uri in the commander code (websocket.ts,...
When using the new m chips on a mac you can speed up the encoding process by using the h264_videotoolbox and hevc_videotoolbox. So the idea is to add this to...