Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 295 Bytes

File metadata and controls

13 lines (10 loc) · 295 Bytes

F2V

This is hacked example code from ffmpeg. It takes a output destination and a input file. It will guess the encoding from the file suffix.

Build

cc f2v.c -lavutil -lavformat -lavcodec -lswresample -lswscale -lm -o f2v

Example

f2v kernel.raw /boot/vmlinuz-linux