User Tools

Site Tools


terminal:ffmpeg

This is an old revision of the document!


ffmpeg

Common tasks

Record system audio

save_audio.sh
# Record system audio
ffmpeg -f pulse -i default output.wav

Extract audio from video

extract_audio_from_video.sh
# Extract audio only from a video
ffmpeg -i x.m4v -vn x.ogg

Convert video to OGG

convert_vid_to_ogg.sh
# Convert video to OGG
ffmpeg -i x.m4v x.ogg
terminal/ffmpeg.1647288455.txt.gz · Last modified: 2022/03/14 20:07 by nanodano