[FFmpeg-user] Question

2021-10-22 Thread Cross via ffmpeg-user
Just a quick question. Basically I'm trying to get ffmpeg to generate colored pixels but its only working with black and white. I'm trying to convert an image into pixels/video and then be able to convert it back.My command is: ffmpeg -f rawvideo -pix_fmt monob -s 160x90 -r 30 -i image0.png -vf

[FFmpeg-user] How to set scanline stride value? Corrupted video with RasPi HW encoder

2021-10-22 Thread Adam Nielsen via ffmpeg-user
Hi all, I'm having a small issue encoding video with the Raspberry Pi's hardware encoder, available as a V4L2M2M device that ffmpeg can use in current firmware/kernel versions. If I try to encode a video where the width is not a multiple of 64 pixels, I get video corruption. I opened an issue ab

[FFmpeg-user] handling interlaced video in a progressive sequence

2021-10-22 Thread Anton Kapela
List folk, I've been working around a strange encoder and stream source problem; would like to ask folks if I'm "doing it right" in trying to so-compensate for this source problem. In short, an h264 and mjpeg source encoder (RTP or TS) is sending me frames coming from a 1080i29.97 "broadcast swit

[FFmpeg-user] Increasing lags when using ffmpeg for streaming audio from microphone

2021-10-22 Thread Alex R
Hi everyone, I'm attempting to use ffmpeg as a DIY baby audio monitor. Although I have a working prototype, there is a delay that gets progressively greater. The lag is of a few seconds in the beginning, but it reaches a few minutes after several hours. My set-up is: - Raspberry Pi 2B with a USB

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-22 Thread Leo Butler via ffmpeg-user
"Shupert, Jim via ffmpeg-user" writes: > command-line copying >> seems > to >> have omitted stuff. > > If I understand correctly, your command line uses the Libavfilter input > virtual device and a multimedia source. > > If the success of that command line depends on either, please clarify how

[FFmpeg-user] Support: h264_vaapi unavailable as decoder

2021-10-22 Thread Brian O'Connor
Hi, apologies if this isn't the right forum for this. I'm very new to configuring and tuning ffmpeg, and have been searching for solutions to this problem for a few days. I don't know where else to look for information. Summary h264_vaapi is not present as a decoder, but is present as an encoder

Re: [FFmpeg-user] Regarding video compression

2021-10-22 Thread Carl Zwanzig
On 10/21/2021 11:31 PM, Shailesh kumar Dangi via ffmpeg-user wrote: Can you please reduce the audio bitrate below 128Kbps? Do not top-post on this mailing list. Use a current build of ffmpeg. Include the command output in the _body_ of the email, not as an attachment. ffmpeg can be sensitive t

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-22 Thread Shupert, Jim via ffmpeg-user
command-line copying > seems to > have omitted stuff. If I understand correctly, your command line uses the Libavfilter input virtual device and a multimedia source. If the success of that command line depends on either, please clarify how in concept? I am unfamiliar with both and struggling t

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-22 Thread Francois Visagie
> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Leo Butler via ffmpeg-user > Sent: 20 October 2021 20:24 > To: Shupert, Jim via ffmpeg-user > Cc: Leo Butler; Shupert, Jim > Subject: Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from > mpg > > "Shupert, Jim v