반응형
C 언어로 작성된 FFmpeg Examples의 C# 포팅 소스 코드
<출처> https://www.sysnet.pe.kr/2/0/13026?pageno=0
ffmpeg 공식 사이트에 나온 C 언어 예제를,
FFmpeg - Examples
; https://ffmpeg.org/doxygen/trunk/examples.html
이제야 모두 C#으로 포팅을 했습니다.
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 avio_reading.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12964
; avio_reading.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/avio_reading
C# - ffmpeg(FFmpeg.AutoGen)를 이용해 MP2 오디오 파일 디코딩 예제(decode_audio.c)
; https://www.sysnet.pe.kr/2/0/12933
; decode_audio.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/decode_audio
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 비디오 디코딩 예제(decode_video.c)
; https://www.sysnet.pe.kr/2/0/12924
; decode_video.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/decode_video
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 demuxing_decoding.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12987
; demuxing_decoding.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/demuxing_decoding
C# - ffmpeg(FFmpeg.AutoGen)를 이용해 오디오(mp2) 인코딩하는 예제(encode_audio.c)
; https://www.sysnet.pe.kr/2/0/12937
; encode_audio.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/encode_audio
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 비디오 인코딩 예제(encode_video.c)
; https://www.sysnet.pe.kr/2/0/12898
; encode_video.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/encode_video
ffmpeg의 파일 해시 예제(ffhash.c)를 C#으로 포팅
; https://www.sysnet.pe.kr/2/0/12935
; ffhash.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/ffhash
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 오디오 필터 예제(filter_audio.c)
; https://www.sysnet.pe.kr/2/0/12952
; filter_audio.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/filter_audio
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 오디오 필터링 예제(filtering_audio.c)
; https://www.sysnet.pe.kr/2/0/12951
; filtering_audio.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/filtering_audio
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 filtering_video.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12984
; filtering_video.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/filtering_video
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 http_multiclient.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/13002
; http_multiclient.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/http_multiclient
C# - ffmpeg(FFmpeg.AutoGen)로 하드웨어 가속기를 이용한 비디오 디코딩 예제(hw_decode.c)
; https://www.sysnet.pe.kr/2/0/12932
; hw_decode.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/hw_decode
C# - ffmpeg(FFmpeg.AutoGen)를 이용해 멀티미디어 파일의 메타데이터를 보여주는 예제(metadata.c)
; https://www.sysnet.pe.kr/2/0/12936
; metadata.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/metadata
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 muxing.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12971
; muxing.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/muxing
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 qsvdec.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12975
; qsvdec.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/qsvdec
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 remuxing.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/13006
; remuxing.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/remuxing
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 resampling_audio.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12978
; resampling_audio.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/resampling_audio
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 비디오 프레임의 크기 및 포맷 변경 예제(scaling_video.c)
; https://www.sysnet.pe.kr/2/0/12961
; scaling_video.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/scaling_video
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 transcode_aac.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/12991
; transcode_aac.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/transcode_aac
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 transcoding.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/13023
; transcoding.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/transcoding
C# - ffmpeg(FFmpeg.AutoGen)를 이용한 vaapi_encode.c, vaapi_transcode.c 예제 포팅
; https://www.sysnet.pe.kr/2/0/13025
; vaapi_encode.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/vaapi_encode
; vaapi_transcode.c - https://github.com/stjeong/ffmpeg_autogen_cs/tree/master/vaapi_transcode
그리고, 모든 소스 코드는 아래의 github에 올려져 있습니다.
stjeong / ffmpeg_autogen_cs
; https://github.com/stjeong/ffmpeg_autogen_cs
반응형
'C#, Unity' 카테고리의 다른 글
C# - Python과의 AES 암호화 연동 (0) | 2024.01.16 |
---|---|
Visual Studio 2022 17.2 버전에서 C# 11 또는 .NET 7.0 preview 적용 (0) | 2022.06.18 |
C#, 단추 동적 생성/제거, 클릭 이벤트 핸들러 등록 (0) | 2021.02.16 |
C# 폼을 닫거나 종료 단추 누를 때 물어보고 처리하기 (0) | 2018.07.12 |
C# 키 코드 확인 예제 (0) | 2018.07.12 |