[FFmpeg-user] does flv support the metadata of rotation as mov ?

2017-01-04 Thread qw
Hi, I have read the source code of movenc.c, which supports the metadata of rotation. Does flv support 'rotation' like mov? Thanks! Regards Andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Saving h264 RTP stream into an mp4 container

2017-01-04 Thread Alexander Agranovsky
Hi, I'm trying to save incoming RTP stream into an MP4 container -- without transcoding it. For the most part, it works well, except two problems. First problem is mostly cosmetic: at the start of every file there's a warning logged: "Timestamps are unset in a packet for stream ...". I don't

Re: [FFmpeg-user] ffmpeg -f avfoundation HELL - please help!

2017-01-04 Thread Demián Andrés Rodriguez
Well, it seems I need to be Einstein to grab the fucking screen with audio using ffmpeg, no one in this world can help me either. The examples aout there are way too simple. There are no guides either. This is depressing. On Tue, Jan 3, 2017 at 3:58 PM Demián Andrés Rodriguez wrote: > Nearly wit

Re: [FFmpeg-user] Generate/Playback Interlaced (1080i) video with lavfi.

2017-01-04 Thread Marton Balint
On Wed, 4 Jan 2017, Matthias, Thomas wrote: Thanks for the help Carl. Seeing the difference isn’t that important, really what I’m trying to accomplish is outputting 1080i video using the FFMPEG wrapper for the DeckLink SDK. I’ve tried numerous combinations of filter settings with either 10

Re: [FFmpeg-user] OpenEXR input with cropped data window produces black output

2017-01-04 Thread Martin Vignali
Hello, FFmpeg EXR decoder, have some trouble with display window != data window And if i remember correctly, if top left doesn't start at 0/0 But the way to manage the display window, is not the same, if data window is bigger than display window or the opposite. I begin to work on this, but not

Re: [FFmpeg-user] Generate/Playback Interlaced (1080i) video with lavfi.

2017-01-04 Thread Matthias, Thomas
Thanks for the help Carl. Seeing the difference isn’t that important, really what I’m trying to accomplish is outputting 1080i video using the FFMPEG wrapper for the DeckLink SDK. I’ve tried numerous combinations of filter settings with either 1080i or 1080p source content, but I think there I

Re: [FFmpeg-user] [FFmpeg-devel] vstats info options

2017-01-04 Thread Kamaldeep Tumkur
Hello, I have been able to get accurate bitrate stats by using the OutputStream's data_size structure in the print_report method. total_size += ost->data_size; // For enc->codec_type AVMEDIA_TYPE_VIDEO and AVMEDIA_TYPE_AUDIO. Progress reports now have valid size and bitrate for non-seekable medi