
# shellcheck shell=dash

___x_cmd_ff_first(){
    local video="$1"
    local pic="$2"
    # TODO: extract N frames, or extract the frame according to time

    ___x_cmd_ff_mpeg___cmd -i "$video" -ss 1 -f "$pic"
}
