Skip to content
Discussion options

You must be logged in to vote

Hi, sorry - yes, this is not documented well...

You'll need ffmpeg install and then you can the following command:

ffmpeg -i knight-rider.mp4 -vf "scale=320:240:force_original_aspect_ratio=increase,crop=320:240" -r 15 -c:v mjpeg -q:v 10 -acodec pcm_u8 -af "loudnorm" -ar 16000 -ac 1 knight-rider.avi

This will create an AVI file that can be played by the video player.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ChrisVeigl
Comment options

Answer selected by ChrisVeigl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants