[FFmpeg-devel] Correct use of zoompan filter in combination with other filters.

2015-12-11 Thread Ryan Williams
Hoping a developer can enlighten me as to why I'm having problems chaining the zoompan filter to the overlay filter. When I take a single jpg, feed it into zoompan and conjure 250 frames of output it works fine. But when I attempt to take those 250 frames and use them as an input to the overlay fi

Re: [FFmpeg-devel] Ideas to replace the options system

2015-12-08 Thread Ryan Williams
I like the idea of JSON syntax. To avoid escaping problems simply read the arguments out of a file instead of off the command line. Suggestion -vf '@/path/to/filter-syntax' to read filter syntax from a file -vf '-' to read filter syntax from STDIN ___

Re: [FFmpeg-devel] overlay filter option/alternative

2015-12-03 Thread Ryan Williams
EDIT: Fixed errors in syntax. TLDR, Would you consider an 'underlay' filter or perhaps an option on the 'overlay' filter that reverses the order of the input labels? Consider the following shorthand syntax "[input][a] overlay, [b] overlay, [c] overlay [output]" Which expands to "[input][a] over

[FFmpeg-devel] overlay filter option/alternative

2015-12-03 Thread Ryan Williams
TLDR, Would you consider an 'underlay' filter or perhaps an option on the 'overlay' filter that reverses the order of the input labels? Consider the following shorthand syntax "[input][a] overlay [b] overlay [c] overlay [output]" Which expands to "[input][a] overlay [unnamed1]; [b][unnamed1] ove

Re: [FFmpeg-devel] fps filter anomaly

2015-11-23 Thread Ryan Williams
: Tuesday, 24 November 2015 13:49 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] fps filter anomaly On 11/23/2015 11:36 PM, Ryan Williams wrote: > I am attempting to convert a 0.2fps Slideshow.mov to 25fps using the fps > filter. > The problem is the first out

[FFmpeg-devel] fps filter anomaly

2015-11-23 Thread Ryan Williams
I am attempting to convert a 0.2fps Slideshow.mov to 25fps using the fps filter. The problem is the first output frame pauses for 5 seconds. When viewing the output video I expect the frame counter to increment at a rate of 25fps but it remains on 0 for the first 5 seconds. [root@ryan tmp]# wget

[FFmpeg-devel] acrossfade duration accuracy

2015-11-22 Thread Ryan Williams
I am getting an unexpected number of samples in the output of the 'acrossfade' filter. In the following example I would expect acrossfade.wav to contain 72,000 samples but it only contains 70,976 samples. Am I doing something wrong? [root@ryan ff]# ffmpeg \ -y \ -vn \ -filter_complex " \

[FFmpeg-devel] Undocumented filter: afifo

2015-11-22 Thread Ryan Williams
The filter 'afifo' is missing from http://ffmpeg.org/ffmpeg-filters.html ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] -noautorotate option not shown in help

2015-09-16 Thread Ryan Williams
y, 15 September 2015 18:37 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] -noautorotate option not shown in help On 9/15/15, Ryan Williams wrote: > ffmpeg -h full contains the following line: > > -autorotate automatically insert correct rotate f

[FFmpeg-devel] -noautorotate option not shown in help

2015-09-15 Thread Ryan Williams
ffmpeg -h full contains the following line: -autorotate automatically insert correct rotate filters I would like to see an additional line included in the output for the -noautorotate option. The corresponding comment in doc/ffmpeg.html is "Disable automatically rotating video based