2017-12-03 14:51 GMT+01:00 pafurijaz :
> now, however, it gives me this error.
> "ERROR: libmp3lame >= 3.98.3 not found"
If the issue is reproducible with current FFmpeg git head,
feel free to open a ticket on trac.
Carl Eugen
___
ffmpeg-user mailing l
Thanks a lot for the quick reply Mortiz, really appreciate it.
My god the > and | operator... And I wonder if this even worked back then
like this! Thanks a lot for the heads up with that, totally forgot about it.
Now that I've changed the operator, the output shows again but it seems
that it's "
Thanks a lot for the quick reply Mortiz, really appreciate it.
My god the > and | operator... And I wonder if this even worked back then
like this! Thanks a lot for the heads up with that, totally forgot about it.
Now that I've changed the operator, the output shows again but it seems
that it's "
On Mon, Dec 04, 2017 at 00:42:50 +0100, Edgar H wrote:
> Basically I'm using the > operator to send the stdout data to ffmpeg in the
> following way...
>
> java -jar folder_in_project_root/streamer.jar > ffmpeg/bin/ffmpeg.exe -f
> s16le -ar 48000 -ac 2 -i - -f ogg -content_type application/ogg ic
Hey guys,
I'm really struggling with the following problem, a problem I had solved
few months ago and now that I revisit it, it doesn't work anymore...
At the moment I have a Java desktop application which spits audio bytes
through the stdout, bytes that ffmpeg must receive. I've done this using
2017-12-03 18:05 GMT+01:00 John :
> Input #0, video4linux2,v4l2, from '/dev/video0':
> Duration: N/A, start: 6061.105323, bitrate: N/A
Please provide the console output for the following command:
$ ffmpeg -input_format mjpeg -s uhd2160 -ts abs -i /dev/video0
[...]
> I need mono audio and both
Hello,
So at the moment I can record video only like this:
ffmpeg -f v4l2 -input_format mjpeg -s uhd2160 -i /dev/video0 -vcodec
copy video.mp4
and audio only like this:
ffmpeg -f pulse -channels 1 -i default audio.wav
But I can't seem to make both record at the same time and I've tried it