Hi,
I would like to use the audio of video1.mp4 in video2.avi but can't manage to
find the correct procedure. The 2 videos have exactly the same content but not
the same duration. I tried to use "ffmpeg -i video2.avi -filter:v
"setpts=0,996932336679635*PTS" -qscale:v 1 video2_a.avi" to change th
On Fri, Oct 27, 2017, at 02:53 AM, praseetha K wrote:
> Please look in to the issue.
[...]
> fft.c:(.text+0x80d): undefined reference to `cos'
> collect2: error: ld returned 1 exit status
> ERROR: libmp3lame >= 3.98.3 not found
What configure options did you use for ffmpeg?
___
Please look in to the issue.
IN /tmp/ffconf.ilacQuYh/test.c
1#include
2#include
3long check_aacEncOpen(void) { return (long) aacEncOpen; }
4int main(void) { int ret = 0;
5 ret |= ((intptr_t)check_aacEncOpen) & 0x;
6retur
Tried to compile ffmpeg following the guide:
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu#ffmpeg
It looks like ffmpeg does not support dnxhd 1080p60 at all. The maximum is
1080p59,94. This is the case regardless of the input file.
It states that the format is unsupported:
ffmpeg -i ~/7
On Thu, Oct 26, 2017 at 07:01:58 +, Nandepagol, Gurushantappa wrote:
> Can you please provide your input.
Did you not read this email? You are the one who failed to provide
input.
http://ffmpeg.org/pipermail/ffmpeg-user/2017-October/037616.html
Moritz