Re: [FFmpeg-user] Streaming a static image fails

2024-05-20 Thread Syehoon Kim
2024년 5월 21일 (화) 오전 1:26, Deon Stoltz 님이 작성: > > I need to stream a static image with information on a network to Tv's. > > ffmpeg does convert the image to a transport stream but VLC refuse to > play it as well the TV's. ffplay does play it but complains about > invalid frame dimensions. I therefo

Re: [FFmpeg-user] c/c++ program for FFMPEG H.264 encoding

2024-05-20 Thread Lisa
Thank you for your response. I am working on an rtsp server that uses V4l2 to get frames from mipi-csi2 and then it will encode with ffmpeg Apis (C/C++ language). As I said with the ffmpeg command line it is able to encode 1920x1080@29 fps, so now I need the similar process with C/C++ to encode 108

Re: [FFmpeg-user] Retain but don't playback frames outside of edit

2024-05-20 Thread Mark Filipak
On 21/05/2024 01.19, Anne Wu via ffmpeg-user wrote: -snip- ... Also, I'd like the timestamps of the output video to remain the same as the original, so essentially preserving the edit-lists from the original, which I don't think the above would accomplish. Is there a way to do that? Try putting

Re: [FFmpeg-user] Retain but don't playback frames outside of edit

2024-05-20 Thread Anne Wu via ffmpeg-user
> This may work: > Get the timestamp of the first displayed frame. > Then do a transcode of all frames with ignore editlist, Use the setts bsf on > the > video stream to offset timestamps so that the first displayed frame has a dts > of 0. Hi, thanks for the response. It seems that method would w

[FFmpeg-user] Using 'ebur128' results to set 'loudnorm=measured_thresh'

2024-05-20 Thread Mark Filipak
I've attached ebur128.jpg. It's only 37 k-bytes. Do you see that first 'shelf' just below LU = -13? I want to boost that the most by percent, maybe double the power (3 dB). I want to boost LU = 9 not at all, and I want to boost everything below LU = -14 not at all. So the transform I want wou

Re: [FFmpeg-user] abitscope won't run

2024-05-20 Thread Mark Filipak
On 20/05/2024 14.09, Moritz Barsnick via ffmpeg-user wrote: On Mon, May 20, 2024 at 13:14:43 -0400, Mark Filipak wrote: Doesn't work: ffmpeg -i c:\source.mp4 -map 0 -af abitscope -c:v libx265 -x265-params crf=18 -c:a ac3 -sn -dn "c:\abitscope.mp4" [...] [vf#0:0 @ 0053e0c0] Tried to con

[FFmpeg-user] abitscope won't run

2024-05-20 Thread Mark Filipak
Howdy, Maybe I don't need 'abitscope'. It's just an experiment when I found that 'oscilloscope' didn't display audio levels. I have a 5.1 channel DTS soundtrack. It's the only soundtrack. I want to mux in a new, 2 channel AC3 soundtrack with soft dialog emphasized. I'm using 'loudnorm' & 'pan

Re: [FFmpeg-user] abitscope won't run

2024-05-20 Thread Mark Filipak
On 20/05/2024 14.09, Moritz Barsnick via ffmpeg-user wrote: On Mon, May 20, 2024 at 13:14:43 -0400, Mark Filipak wrote: Doesn't work: ffmpeg -i c:\source.mp4 -map 0 -af abitscope -c:v libx265 -x265-params crf=18 -c:a ac3 -sn -dn "c:\abitscope.mp4" [...] [vf#0:0 @ 0053e0c0] Tried to con

Re: [FFmpeg-user] c/c++ program for FFMPEG H.264 encoding

2024-05-20 Thread Reindl Harald
Am 20.05.24 um 10:56 schrieb Lisa: Iam able to encode to H.264 video from */dev/video0* with *1920x1080@29 * fps in *Raspberry pi 4 model B* using the below FFMPEG commands I want to accomplish the same task with a C program. I've searched the web for examples, but they haven't been very he

Re: [FFmpeg-user] abitscope won't run

2024-05-20 Thread Moritz Barsnick via ffmpeg-user
On Mon, May 20, 2024 at 13:14:43 -0400, Mark Filipak wrote: > Doesn't work: > ffmpeg -i c:\source.mp4 -map 0 -af abitscope -c:v libx265 -x265-params > crf=18 -c:a ac3 -sn -dn "c:\abitscope.mp4" [...] > [vf#0:0 @ 0053e0c0] Tried to connect video stream to audio > filtergraph input abitscop

[FFmpeg-user] abitscope won't run

2024-05-20 Thread Mark Filipak
Howdy, Doesn't work: ffmpeg -i c:\source.mp4 -map 0 -af abitscope -c:v libx265 -x265-params crf=18 -c:a ac3 -sn -dn "c:\abitscope.mp4" Doesn't work: ffmpeg -i c:\source.mp4 -map 0 -vf abitscope -c:v libx265 -x265-params crf=18 -c:a ac3 -sn -dn "c:\abitscope.mp4" The reports are below. Does

[FFmpeg-user] Streaming a static image fails

2024-05-20 Thread Deon Stoltz
I need to stream a static image with information on a network to Tv's. ffmpeg does convert the image to a transport stream but VLC refuse to play it as well the TV's. ffplay does play it but complains about invalid frame dimensions. I therefore added the frame size but it has no effect. Note t

[FFmpeg-user] c/c++ program for FFMPEG H.264 encoding

2024-05-20 Thread Lisa
Hello, Iam able to encode to H.264 video from */dev/video0* with *1920x1080@29 * fps in *Raspberry pi 4 model B* using the below FFMPEG commands >> *v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=UYVY* [setting resolution and pixel format] >>*ffmpeg -y -use_wallclock_as_timestamps 1