All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mountcloud.ffmepg.operation.ffmpeg.vidoe.FFMpegVideoInfo Maven / Gradle / Ivy

package org.mountcloud.ffmepg.operation.ffmpeg.vidoe;

import org.mountcloud.ffmepg.annotation.FFCmd;
import org.mountcloud.ffmepg.operation.ffmpeg.FFMpegOperationBase;

/**
 * FFmpeg操作父类
 * com.ugirls.ffmepg.operation.ffmpeg.vidoe
 * 2018/6/11.
 *
 * @author zhanghaishan
 * @version V1.0
 */
public class FFMpegVideoInfo extends FFMpegOperationBase {

    @FFCmd(key = "-i")
    private String videoUrl;

    public String getVideoUrl() {
        return videoUrl;
    }

    public void setVideoUrl(String videoUrl) {
        this.videoUrl = videoUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy