Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
121 views

I'm using FFmpeg.AutoGen and Microsoft.Graphics.Win2D in C# to decode and render from an H264 Frame byte[] event. I've currently achieved smooth AirPlay screen mirroring using CanvasAnimatedControl ...
natsurainko's user avatar
2 votes
1 answer
153 views

I am trying to parse this SPS payload to understand the H264 codec better, I am successful for the most part, but having hard time parsing or understanding num_units_in_tick and time_scale details for ...
User's user avatar
  • 39
1 vote
0 answers
108 views

I'm doing something very similar to this tutorial for using MediaFoundation SinkWriter for encoding video from a set of frames, except that I'm initializing it with MFVideoFormat_H264 to output .mp4 ...
Dave Kouts's user avatar
0 votes
1 answer
78 views

I am using MediaCodec to transform the screen to H.264 and then send it to my desktop C++ software. And when the app goes to the background (I open another), the H264 becomes too slow. Then I think I ...
new programmer's user avatar
1 vote
1 answer
246 views

Anyone know how can I set max_num_reorder_frames to 0 when I am encoding H264 video ? You can find in the docs as uint8_t H264RawVUI::bitstream_restriction_flag PS. Based on the discussion in the ...
Vasil Yordanov's user avatar
1 vote
2 answers
175 views

currently I’m building an application that will need to handle different types of streams, some of them are H264 and some other are MJPEG, thus I’m trying to build C++ code that generates the adecuate ...
JFF's user avatar
  • 51
1 vote
1 answer
426 views

I am using mpegts js library for live streaming. We aim to play the live stream urls (.ts format) sent by our users. The interlaced video below gives a black image in chrome but no problem in firefox ...
ciaksoy's user avatar
  • 59
1 vote
0 answers
103 views

I'm encoding frames using H264 from BRGA to Yuv420p with high preset. It works fine with most resolutions, but images on 1366x768 are heavily distorted. So far, I've found that if width or height is ...
Valentin Maschenko's user avatar
0 votes
1 answer
126 views

We are getting h264 video from rpi camera, but could not set keyframe interval. Is there a way? This is our command libcamera-vid -t 0 --inline --bitrate 2000000 --width 1920 --height 1080 --framerate ...
FSA's user avatar
  • 107
2 votes
0 answers
105 views

I have a simple application written in C - it takes the video from a RTSP camera and just writes to disk in 1 minute segments. The first file created works fine, plays on anlmost anything. The Second ...
RichardP's user avatar
0 votes
1 answer
97 views

I am using OpenH264 version 2.5.0 and I need to know whether it supports spatial SVC (Scalable Video Coding) or not. If it does support it, how should I configure the encoder settings for spatial SVC? ...
jasonxia's user avatar
  • 391
1 vote
0 answers
231 views

I am working on an embedded Linux system (kernel-5.10.24) and I want to use ffmpeg libraries (ffmpeg-4.4.4) to do video decoding. The C code is as follows, it uses h264_v4l2m2m decoder to decode the ...
wangt13's user avatar
  • 1,377
1 vote
0 answers
48 views

I am studying the source code of FFmpeg, specifically the fill_decode_neighbors function. I am trying to understand how the decoding process works, especially the usage of the left_block_options array....
mike xu's user avatar
  • 19
1 vote
1 answer
451 views

When switching from libx264 to h264_v4l2m2m encoder in FFmpeg for YouTube streaming, the output video's aspect ratio changes from 16:9 to 1:1 with black bars on the sides, despite keeping the same ...
LycoReco2007's user avatar
0 votes
0 answers
109 views

I have a socket stream constantly sending me partial Binary data such as shown in image below: When I console.log() the next data chunk it appears as something as base64 as sample below: ...
Rang's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
185