sipox11 / video_player

Video player written in C, based on ffmpeg library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Video Player

Video player written in C, based on ffmpeg library.

Installation

  1. Guide for ffmpeg library installation for Ubuntu: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

  2. Compilation

gcc -o main main.c -lavutil -lavformat -lavcodec -lz -lavutil -lm

About

Video player written in C, based on ffmpeg library

License:MIT License


Languages

Language:C 100.0%