INNER CODE UNIT · Java

isHorizontalVideo

microshow/RxFFmpeg · rxffmpeg/src/main/java/io/microshow/rxffmpeg/AudioVideoUtils.java:167

    public static boolean isHorizontalVideo(String videoPath) {
        if (getVideoWidth(videoPath) >= getVideoHeight(videoPath)) {
            return true;
        } else {
            return false;
        }
    }

}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…