You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# given a list of video files, convert each one to a probably smaller format (H.265 + Opus in MKV)
# per ffmpeg behavior it chooses only the video stream with the highest resolution, the audio stream with the most channels (but downmixed to stereo), and the first subtitle stream
video_options='-vcodec libx265 -crf 23'
audio_options='-acodec libopus -b:a 64k -ac 2' # '-ac 2' reduces to stereo, if not already