ffmpeg icon indicating copy to clipboard operation
ffmpeg copied to clipboard

personal repo

Results 4 ffmpeg issues
Sort by recently updated
recently updated
newest added

ffmpeg version N-82117-gc117343 OK ffmpeg -i input.avi -vf nlmeans output.avi ERROR ffmpeg -i input.avi -vf nlmeans=h=10:range=5:temporal=3 output.avi ![2016-10-27_151559](https://cloud.githubusercontent.com/assets/7830743/19757954/6ff6cb50-9c58-11e6-8969-b7c6a71927d9.png)

Is there any reason why this hasn't been pushed up stream yet?

I build it successfully, but cannot play the demo video file with ffplay. I use ffmpeg-2.0.1, copy ffmpeg ffplay and postproc-52.dll into output path. I downloaded the video from http://www.libde265.org/downloads-videos/....

Here is a patch that replaces the 4-byte length fields with NAL start codes, so playing MKV files containing HEVC video works. ``` diff diff --git a/libavcodec/libde265.c b/libavcodec/libde265.c index e3a6d50..d2115c0...