Re: [FFmpeg-user] Adding custom keys/val pairs to -progress

2016-11-30 Thread PSPunch
Hi Moritz, thank you for helping. On 2016/11/30 23:16, Moritz Barsnick wrote: On Wed, Nov 30, 2016 at 14:03:54 +0900, PSPunch wrote: Is there a way to add custom key/val pairs to the info sent when using the "-progress" option? Not at all, unless you modify ffmpeg. >> .. I w

[FFmpeg-user] Adding custom keys/val pairs to -progress

2016-11-29 Thread PSPunch
Hi, Is there a way to add custom key/val pairs to the info sent when using the "-progress" option? For example, to the current output below, Progress output frame=480 fps=27.9 stream_0_0_q=-1.0 bitrate= 80.5kbits/s total_size=193518 out_time_ms=19242000 out_time=00:00:19.242000 du

Re: [FFmpeg-user] Sharing an audio encode among two outputs

2016-11-07 Thread PSPunch
On 2016/11/07 21:08, Moritz Barsnick wrote: On Mon, Nov 07, 2016 at 17:00:52 +0900, PSPunch wrote: Is there a way to brush this up, do the audio encode just once? A solution in a single process would be ideal. As CPU load is low anyway, I would prefer to keep this in a single instance if piping

[FFmpeg-user] Sharing an audio encode among two outputs

2016-11-07 Thread PSPunch
Hi, I have the following working command. It takes a set of video/audio as input and outputs the transcoded result in two formats. Among the two, only the video resolution&datarate differ. Audio format&rate is the same. All is working fine. However, it seems there is redundancy in the audi

Re: [FFmpeg-user] Audio delayed with DeckLink

2016-10-16 Thread PSPunch
On 2016/10/15 3:42, Marton Balint wrote: BTW, I understand from brief searching that the wallclock option is relatively new. Just curious how FFmpeg users dealt with Decklink boards until they were available?? Older generation cards were better, next gen cards like duo2 have more problems timest

Re: [FFmpeg-user] Audio delayed with DeckLink

2016-10-13 Thread PSPunch
Hi Marton, The suggested options fixed the sync issue in a snap. Thank you, thank you, thank you!! BTW, I understand from brief searching that the wallclock option is relatively new. Just curious how FFmpeg users dealt with Decklink boards until they were available?? -- David Shimamoto On

[FFmpeg-user] Audio delayed with DeckLink

2016-10-13 Thread PSPunch
Hi, On Win7 x64, Capturing SDI from DeckLink Duo 2. When encoding with FFmpeg, audio seems to be about 100ms later than video. Is there a known solution to this, or is there a way to delay video by roughly 100ms? Below is the command & output when using NVENC and streaming UDP, but delay

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-06-02 Thread PSPunch
On 2016/06/02 2:23, Marcelo Boufleur wrote: If you need it to run in windows, there is a webpage in japanese ( http://pspunch.com/pd/article/tsdecrypt_win_ja.html) with information for compilation using Cygwin. Haha, thanks for introducing my web page. I thought I managed to build it.. however

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-31 Thread PSPunch
On 2016/05/31 3:03, Simon Defayette wrote: Ok, I thought it could extrapolate from the PCR. After fiddling with TS sometime back, I have the impression that FFmpeg is not the best tool to stream recorded TS if you want it to passthrough as is. As Henk hinted, FFmpeg will try to interpret th

Re: [FFmpeg-user] ffmpeg development

2016-04-18 Thread PSPunch
On 2016/04/18 22:37, Moritz Barsnick wrote: http://bs1770gain.sourceforge.net/ ffmpeg's "ebur128" filter handles a subset of this, apparently. I'm sure it would appreciate some additional algorithms. Patch welcome. ;-) (Again, to my understanding) the two standards on loudness monitoring

Re: [FFmpeg-user] ffmpeg development

2016-04-17 Thread PSPunch
On 2016/04/17 1:43, Steve Corrao wrote: 1. run astats or volumedetect to calculate RMS level. 2. If RMS level = X dB, then add Y dB level to match the user specified dB level. Example: If RMS level = -30dB, and user specified RMS level = -20dB, then add 10dB. If LUFS can be used inste

Re: [FFmpeg-user] Interlaced x264

2016-04-10 Thread PSPunch
On 2016/04/08 5:04, Andy Furniss wrote: Why do you need to make interlaced from progressive? Excuse me to jump in. For example, when encoding for BD I need to make the choice between 1080i to retain resolution, or 720p for ease of handling. (Although I never had to used FFmpeg for this task)

[FFmpeg-user] HEVC over RTMP

2016-04-08 Thread PSPunch
Please excuse me for posting what may be a question on containers in general. How difficult is it to modify FFmpeg to enable HEVC output over RTMP? When combining <-c:v hevc> with <-f flv rtmp://...> I get the message "Video codec hevc not compatible with flv." I have read elsewhere that official

Re: [FFmpeg-user] encode a video to hevc

2016-04-07 Thread PSPunch
On 2016/04/08 13:35, ra162...@students.ic.unicamp.br wrote: Could u please guide me what is the command line to encode a video to hevc? Thanks in advanced. Here is probably a good starting point. https://trac.ffmpeg.org/wiki/Encode/H.265 -- David Shimamoto _

Re: [FFmpeg-user] ASI over IP with ffmpeg?

2016-04-04 Thread PSPunch
On 2016/04/02 20:24, Stefan Hofmeir wrote: the ASI over IP signal is generated (on the other end of the ethernet cable) by a gigacaster (professional equipment). Datasheet: I use FFmpeg to transcode DVB-ASIoverIP. (I also use Enensys converters but have never tested with FFmpeg) You may want

Re: [FFmpeg-user] Proper syntax for flashVer option for rtmp protocol

2016-04-04 Thread PSPunch
On 2016/03/31 20:51, Jonathan Douglas wrote: I downloaded a Linux ffmpeg binary that appears to have been built with librtmp "enabled". I have been attempting to publish a rtmp stream(with authentication) to Wowza with this ffmpeg image. One of the complaints that Wowza is sending back is the fac

Re: [FFmpeg-user] How does FFmpeg + NVENC scale with multiple instances?

2016-03-25 Thread PSPunch
On 2016/03/25 15:03, Sreenath BH wrote: > 1. You have to assign a gpu core by using "-gpu ' flag to ffmpeg. > So we need to figure out which gpu is free and use that. > 2. I could be wrong, but once a gpu core is assigned, it will use only > that core and will not switch to other cores. If you hav

[FFmpeg-user] How does FFmpeg + NVENC scale with multiple instances?

2016-03-23 Thread PSPunch
Hi, Trying to build a real-time transcoding farm based on FFmpeg + NVENC. I see many bench marks report on encoding frame rate, but not sure on how they scale when the number of encoding processes increase. I would appreciate advise from those with insight on the following. 1) As of today, what