[Libav-user] Several frames (AVFrame) in one packet AVPacket

2023-09-27 Thread Юрий
I want to test my simple video player, which uses ffmpeg(libav) library, but i a can't find test video with several frames in one packet. Doesn't matter which stream is used(audio or video), but i prefer video stream in h264. I want to test interaction of my code and library. Please help me to

[Libav-user] Encountering exception while reading all frames of an MKV video file

2023-09-27 Thread Vaughn Treude
Hello all, I'm using the FFMPEG libraries within an FFmpeg-Autogen C# wrapper in Windows Framework 4.8 to decode a video from an MKV (Matroska) container. I open the file and initialize the stream using the following sequence: ffmpeg.avformat_open_input(, url, null,