[FFmpeg-user] FFmpeg muxing over HTTP

2019-03-13 Thread Glenn W
Hello, I am trying to mux my raw h264 video to RTSP packets over HTTP. However, using wireshark and reading the docs, I see this is not an option. I tried a hack using `-f rtsp http:xxx.x.x.:xxx/xx` but it was still only sending over TCP. My use case is that I am needing to send this stream to

Re: [FFmpeg-user] -map switch doesnt work

2019-03-13 Thread Carl Eugen Hoyos
2019-03-13 18:07 GMT+01:00, Loadlinx : > Stream #0:1[0x898]: > Audio: mp3 ([4][0][0][0] / 0x0004), 0 channels > Stream #0:2[0x899]: > Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels, fltp It seems that there is no audio in your udp stream, 0 channels basically means that no data was found that c

Re: [FFmpeg-user] When AIFF to WAV, ReplayGain is not extracted as Side data.

2019-03-13 Thread yas tam
Thank you for posted patch. I applied that patch to source code and built them. It works perfectly. Great! ReplayGain works correctly when decoding AIFF with FFmpeg. Thank you from the bottom of my heart. 2019年3月13日(水) 18:31 Moritz Barsnick : > On Wed, Mar 13, 2019 at 12:30:16 +0900, yas tam wro

[FFmpeg-user] -map switch doesnt work

2019-03-13 Thread Loadlinx
I cant seem to map video/audio for some reason from my stream. Without -map switch the process works but I have no audio. Is there any way to fix this? I tried different options with no luck.

Re: [FFmpeg-user] Error message when combining -vf and -af in command line

2019-03-13 Thread Christian Ebert
* Kieran O'Leary on Wednesday, March 13, 2019 at 15:27:21 +: It appears that this is ticket 7712: https://trac.ffmpeg.org/ticket/7712 Ah, right, for some reaseon I didn't catch that when searching the bug tracker. and it was introduced here: https://github.com/FFmpeg/FFmpeg/commit/301cee

Re: [FFmpeg-user] Error message when combining -vf and -af in command line

2019-03-13 Thread Kieran O'Leary
It appears that this is ticket 7712: https://trac.ffmpeg.org/ticket/7712 and it was introduced here: https://github.com/FFmpeg/FFmpeg/commit/301cee61fa61c55b1c178ebfbc590872e8b033e6 as an attempt to fix an existing bug: https://trac.ffmpeg.org/ticket/4184 Best, Kieran. ___

[FFmpeg-user] Error message when combining -vf and -af in command line

2019-03-13 Thread Christian Ebert
Hi, Using -vf and -af in 1 command results in this error message: Only '-vf scale' read, ignoring remaining -vf options: Use ',' to separate filters Only '-af aresample' read, ignoring remaining -af options: Use ',' to separate filters The message does not have any consequences. Happens also

Re: [FFmpeg-user] ffmpeg crash when transcoding with vpp_qsv and pad filters

2019-03-13 Thread Li, Zhong
> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > qw > Sent: Wednesday, March 13, 2019 9:57 PM > To: ffmpeg-user@ffmpeg.org > Subject: [FFmpeg-user] ffmpeg crash when transcoding with vpp_qsv and > pad filters > > hi, > > > I use the following command, and ffmpeg 4.0 wil

[FFmpeg-user] ffmpeg crash when transcoding with vpp_qsv and pad filters

2019-03-13 Thread qw
hi, I use the following command, and ffmpeg 4.0 will crash: ffmpeg -v trace -hwaccel qsv -c:v h264_qsv -i test-clips/football_avc_600p_24fps_1000k.flv \ -rw_timeout 1000 -acodec libfdk_aac -profile:a aac_he -ar 44100 -ac 2 -ab 64000 -c:v h264_qsv -vb 100 -r 15/1 -force_key_frames "ex

Re: [FFmpeg-user] When AIFF to WAV, ReplayGain is not extracted as Side data.

2019-03-13 Thread Moritz Barsnick
On Wed, Mar 13, 2019 at 12:30:16 +0900, yas tam wrote: > I uploaded the sample file of AIFF with ReplayGain. > I also uploaded Flac file and Apple Lossless file of the same sound source. > > https://www.dropbox.com/sh/zk3l8sn69zo2skc/AACgAyNqfgW2Pdsob90R7MBva?dl=0 Nice, thanks! I have posted a p