Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Programming and Hacking > Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th June 2014, 05:09   #1  |  Link
leixiaohua1020
Registered User
 
Join Date: Jul 2013
Posts: 3
My FFmpeg development examples

I make some simple example about FFmpeg's development. And I'd like to share them in the forum.They are suitable for beginner of FFmpeg.

They are based on Microsoft VC2010, and everything are done and you only need to do is to run the project.

simplest ffmpeg player
https://sourceforge.net/projects/simplestffmpegplayer/

simplest ffmpeg audio player
https://sourceforge.net/projects/sim...egaudioplayer/

simplest ffmpeg picture encoder
https://sourceforge.net/projects/sim...ictureencoder/

simplest ffmpeg video encoder
https://sourceforge.net/projects/sim...gvideoencoder/

simplest ffmpeg audio encoder
https://sourceforge.net/projects/sim...gaudioencoder/

simplest ffmpeg video filter (Add Watermark)
https://sourceforge.net/projects/sim...egvideofilter/

Last edited by leixiaohua1020; 8th June 2014 at 08:52.
leixiaohua1020 is offline   Reply With Quote
Old 19th October 2014, 08:42   #2  |  Link
leixiaohua1020
Registered User
 
Join Date: Jul 2013
Posts: 3
Add some new examples

simplest ffmpeg streamer:
Simplest streamer based on FFmpeg
https://sourceforge.net/projects/sim...fmpegstreamer/


simplest ffmpeg device:
FFmpeg's libavdevice examples
https://sourceforge.net/projects/simplestffmpegdevice/


simplest ffmpeg format:
FFmpeg's mux/demux/remux examples
https://sourceforge.net/projects/simplestffmpegformat/


simplest ffmpeg mem handler:
ffmpeg's example about read/write from memory
https://sourceforge.net/projects/sim...pegmemhandler/
leixiaohua1020 is offline   Reply With Quote
Old 2nd November 2014, 09:10   #3  |  Link
ffmpeg
king.dev
 
Join Date: Dec 2004
Posts: 44
Thanks for the sharing.
__________________
http://quiclive.com
ffmpeg is offline   Reply With Quote
Old 12th January 2015, 07:27   #4  |  Link
leixiaohua1020
Registered User
 
Join Date: Jul 2013
Posts: 3
Put them in a List

Now I put these FFmpeg demos in a list and show it on SourceForge and Github:

【SourceForge】
https://sourceforge.net/u/leixiaohua1020/wiki/
【Github】
http://leixiaohua1020.github.com/

The list contains following demos:
Simplest ffmpeg player
The simplest video player based on FFmpeg
It contains 3 project:
simplest_ffmpeg_player: Standard Version, suitable for biginner.
simplest_ffmpeg_player_su: SU(SDL Update)Version, Add SDL Event.
simplest_ffmpeg_decoder_pure: A pure decoder.

Simplest ffmpeg audio player
The simplest audio player based on FFmpeg

Simplest ffmpeg pic encoder
The simplest picture encoder based on FFmpeg

Simplest ffmpeg video encoder
The simplest video encoder based on FFmpeg
It contains 2 project:
simplest_ffmpeg_video_encoder: Simplest video encoder. It uses libavcodec and libavformat.
simplest_ffmpeg_video_encoder_pure: Pure video encoder. It only uses libavcodec to encode video (without libavformat).

Simplest ffmpeg audio encoder
The simplest audio encoder based on FFmpeg

Simplest ffmpeg streamer
The simplest streamer based on FFmpeg

Simplest ffmpeg mem handler
ffmpeg's example about read/write from memory
It contains 2 project:
simplest_ffmpeg_mem_player:Video Player that play video data in memory.
simplest_ffmpeg_mem_transcoder:Video Converter that convert video data in memory.

Simplest ffmpeg device
FFmpeg's libavdevice examples
This Project contains 2 examples based on FFmpeg's libavdevice:
simplest_ffmpeg_grabdesktop: Screen Capture.
simplest_ffmpeg_readcamera: Read Camera.

Simplest ffmpeg format
FFmpeg's mux/demux/remux examples
This Project contains examples about Video Fomat Processing based on FFmpeg:
simplest_ffmpeg_demuxer: Split Audio and Video bitstreams.
simplest_ffmpeg_demuxer_simple: Split Audio and Video bitstreams.
simplest_ffmpeg_muxer: Put Audio and Video bitstreams together.
simplest_ffmpeg_remuxer: Change Container Fomat of Video file.

Simplest ffmpeg video filter
use FFmpeg's AVFilter to add watermark in a video file

Simplest ffmpeg swscale
Examples about handle pixel data using libswscale in FFmpeg
leixiaohua1020 is offline   Reply With Quote
Reply

Tags
development, ffmpeg

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:46.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.