Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1

2015-09-24 Thread Klaus Schürmann
If I take the sources from here https://github.com/Brainiarc7/ffmpeg_libnvenc I can compile it with working nvenc for a NVIDIA GRID K1. Where ist he difference? -Ursprüngliche Nachricht- Von: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] Im Auftrag von Timo Rothenpieler

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-09-24 Thread MrNice
On 20/09/15 13:06, MrNice wrote: > On 20/09/15 11:41, MrNice wrote: >> On 19/09/15 18:16, MrNice wrote: >>> >>> >>> On 19/09/15 18:02, MrNice wrote: On 17/09/15 14:51, MrNice wrote: > > > On 17/09/15 12:00, Carl Eugen Hoyos wrote: >> MrNice iol.ie> writes: >>

Re: [FFmpeg-user] drawtext with dynamic fontcolor

2015-09-24 Thread Michael Koch
Am 24.09.2015 um 19:16 schrieb chandra sheker: Hi Michael, you can use this command. ffmpeg -i temp.mp4 -filter_complex "[0:v]drawtext=fontfile=arial.ttf: text='TEST': fontcolor=#00@0.40: fontsize=200" -codec:v mpeg4 out.mp4 ​The transparency 40% (fontcolor=#00@0.40)​ ​Chandu​ Hi

[FFmpeg-user] slice and enabling slicecrc in FFv1

2015-09-24 Thread Dinah Handel
Dear FFmpeg-users, I’m currently testing different specifications of FFv1: enabling each slice options, and enabling and disabling slicecrc. The purpose of these tests is to see whether or not enabling these options makes a significant difference in processing times or the resilience of the

[FFmpeg-user] drawtext with dynamic fontcolor

2015-09-24 Thread Michael Koch
Hello all, I'm new to this list and have a question about drawtext with dynamic fontcolor. The first example doesn't contain dynamic fontcolor and is working as expected. It superimposes some text over the video with black color and 25% transparency: ffmpeg -i temp.mp4 ^ -vf

Re: [FFmpeg-user] drawtext with dynamic fontcolor

2015-09-24 Thread chandra sheker
Hi Michael, you can use this command. ffmpeg -i temp.mp4 -filter_complex "[0:v]drawtext=fontfile=arial.ttf: text='TEST': fontcolor=#00@0.40: fontsize=200" -codec:v mpeg4 out.mp4 ​The transparency 40% (fontcolor=#00@0.40)​ ​Chandu​ *Thanks,* *Chandra sheker.k,* On Thu, Sep 24, 2015