The sharpffmpeg tag has no wiki summary.
2
votes
2answers
3k views
SharpFFMpeg ffmpeg conversion tutoiral
I am after a good tutorial or how to on using SharpFFMpeg or if there is an easy way to use ffmpeg in c# ...
I would like to convert video.(x format) to video.flv taking screenshots and saving them ...
1
vote
1answer
428 views
FFmpeg (sharpFFmpeg) decoding - Protected memory error
I'm trying to use C# binding of FFmpeg library calling SharpFFmpeg to decode H264 video stream that I receive by RTP. I think I correctly decapsulate NALUs from RTP-packets, but I can't decode ...
0
votes
0answers
35 views
What is Video Lagrange factor and how to achieve Constant bit rate?
I want to perform transcoding using FFMPEG. My target is to acheive CBR i.e Constant bit rate. But even using option like -maxrate and -minrate I am unable to acheive it.
I know when converting to ...
0
votes
0answers
98 views
SharpFFmpeg avcodec_decode_video dosen't work with expectant target
I am trying to decode the video stream which received by UDP,But the FFmpeg.avcodec_decode_video doesn't work successful,It return the result with -1,Can anybody tell me why? Thanks so much!
int ...
0
votes
0answers
355 views
SolidFFMpeg C# Wrapper encoding AVISynth Script
I was recommended here to look at using the SolidFFMpeg wrapper for a C# application that encodes AVISynth scripts. From the command line, this command encodes the file nicely:
ffmpeg -i ...