Re: [Libav-user] Bug in mpegts reader with H.264 video?

2012-09-24 Thread Thomas Worth
On Sun, Sep 23, 2012 at 11:37 PM, Andrey Utkin wrote: > 2012/9/19 Thomas Worth : >> Ok, fine. BUT, once these errors occur, if I try to seek to the >> beginning again the DTS and PTS values are ALWAYS >> -9223372036854775808. It doesn't matter how many times I flush >> buffers, or close and reopen

Re: [Libav-user] Bug in mpegts reader with H.264 video?

2012-09-24 Thread Andrey Utkin
2012/9/24 Thomas Worth : > I just tried it with latest git (ff58480) and the problem remains. > I'll send you the sample code and MTS file. I would post here, but the > video belongs to a client so I probably shouldn't make it publicly > available. Sorry, but i didn't mean to check this issue _per

Re: [Libav-user] Bug in mpegts reader with H.264 video?

2012-09-24 Thread Thomas Worth
On Mon, Sep 24, 2012 at 6:49 AM, Andrey Utkin wrote: > 2012/9/24 Thomas Worth : >> I just tried it with latest git (ff58480) and the problem remains. >> I'll send you the sample code and MTS file. I would post here, but the >> video belongs to a client so I probably shouldn't make it publicly >> a

Re: [Libav-user] Bug in mpegts reader with H.264 video?

2012-09-24 Thread Andrey Utkin
2012/9/24 Thomas Worth : > Thanks. No worries. I'll see if I can track down the owner of the > media and try to get permission to post it to the list. You can also try to forge the faulty file. just make up a program that remuxes a media file, and manually corrupt certain AVPacket data. -- Andre

Re: [Libav-user] DV Condec

2012-09-24 Thread Denis
In data domenica 23 settembre 2012 17:27:56, Carl Eugen Hoyos ha scritto: > DVCPRO HD encoding is not supported, that is correct. > (I thought it is not called "dv", sorry if I am wrong.) Please, download this zip file. It contains a dv and mjpeg videos. https://dl.dropbox.com/u/44875932/Video_pe

Re: [Libav-user] DV Condec

2012-09-24 Thread Carl Eugen Hoyos
Denis writes: > I can play the files "DV-ffmpeg.dv" and > "MJPEG_Quality=100.avi" with vlc and > with my own player based on libavuser. What is libavuser? Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listin

[Libav-user] How to set number of threads in c++

2012-09-24 Thread Svetlana Olonetsky
Hi, I am reading video files using ffmpeg in C++. How can I set number of threads for ffmpeg to use ? (I am running in multiprocessing environment and want to have control over it) Thank you, Svetlana ___ Libav-user mailing list Libav-user@ffmpeg.org