<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user">
    <title>gmane.comp.video.ffmpeg.user</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37135"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37134"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37119"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37139">
    <title>mmsh streams and immense buffering</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37139</link>
    <description>&lt;pre&gt;Hi,

 

I am a novice with FFMPEG but have over the years fudged a live streaming
service using the Windows Media format and Windows Media Services. In
hindsight, not perhaps the best course but that's where we are.

 

Myself and a few developers have been attempting to use FFMPEG to transcode
some streams for playback on different devices with some success.  The
problem comes with certain streams. For example, this stream, which works
fine in Windows Media Player or VLC:

 

http://209.105.232.35/cssaitek1

 

(I pass it in as mmsh:// within FFMPEG). The result is:

[wmv3 &amp;lt; at &amp;gt; 00000000(some random hex)] Extra data: 8 bits left, value: 0

 

which sits there for a good 3-4 minutes before any data seems to come out
the other side. Sniffing the NIC and looking at the media server stats shows
that data is flowing right from the start however, so something is holding
FFMPEG up.

 

Some streams do not do this, e.g.

 

http://209.105.232.35/csdigitaldanuk

 

(also an mmsh://)

 

These are both live feeds using t&lt;/pre&gt;</description>
    <dc:creator>Patrick Cornwell</dc:creator>
    <dc:date>2012-05-22T16:40:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37138">
    <title>Re: help decoding mjpeg in rtsp</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37138</link>
    <description>&lt;pre&gt;Sorry for the misunderstanding.
  It is not my intention to cause any disturb. I'm new here and I just 
would like to ask for some help.

I also tried to decode this stream with a modern version 0.10.3, but the 
problem looked pretty similar, so I guess it is my fault ;)

Investigating a bit more I've founded more problems like this because of 
the streamer "ingenient technologies media server", so maybe the problem 
came since I'm forcing ffmpeg to decode mjpeg instead of "ingenient 
technologies" mjpg format.

As you can see in the format list, my ffmpeg compilation seems to be 
able to decode that format
(please ignore the version)

root&amp;lt; at &amp;gt;debr:/media/samba/# ffmpeg -formats | grep ingenient
ffmpeg version 0.8.11, Copyright (c) 2000-2011 the FFmpeg developers
   built on May 22 2012 13:32:07 with gcc 4.4.5
   configuration:
   libavutil    51.  9. 1 / 51.  9. 1
   libavcodec   53.  8. 0 / 53.  8. 0
   libavformat  53.  5. 0 / 53.  5. 0
   libavdevice  53.  1. 1 / 53.  1. 1
   libavfilter   2. 23. 0 /  2. 23&lt;/pre&gt;</description>
    <dc:creator>Daniel Martinez Ramos</dc:creator>
    <dc:date>2012-05-22T15:41:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37137">
    <title>Re: help decoding mjpeg in rtsp</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37137</link>
    <description>&lt;pre&gt;

Please try current git head.

Please do not highjack threads, it is considered very rude.

Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T15:04:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37136">
    <title>help decoding mjpeg in rtsp</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37136</link>
    <description>&lt;pre&gt;Hi everyone

I'm trying to save a rtsp - MJPEG  stream to disk, but a kind of error 
in decoder is found:

root&amp;lt; at &amp;gt;deb:~# ffmpeg -i rtsp://192.168.101.141:665 -c:v mjpeg -na -vcodec 
copy demo.mpeg
ffmpeg version 0.8.11, Copyright (c) 2000-2011 the FFmpeg developers
   built on May 22 2012 13:32:07 with gcc 4.4.5
   configuration:
   libavutil    51.  9. 1 / 51.  9. 1
   libavcodec   53.  8. 0 / 53.  8. 0
   libavformat  53.  5. 0 / 53.  5. 0
   libavdevice  53.  1. 1 / 53.  1. 1
   libavfilter   2. 23. 0 /  2. 23. 0
   libswscale    2.  0. 0 /  2.  0. 0
[mjpeg &amp;lt; at &amp;gt; 0x9619000] Found EOI before any SOF, ignoring
[mjpeg &amp;lt; at &amp;gt; 0x9619000] No JPEG data found in image
[mjpeg &amp;lt; at &amp;gt; 0x9619000] Found EOI before any SOF, ignoring
[mjpeg &amp;lt; at &amp;gt; 0x9619000] No JPEG data found in image
[mjpeg &amp;lt; at &amp;gt; 0x9619000] Found EOI before any SOF, ignoring
[mjpeg &amp;lt; at &amp;gt; 0x9619000] No JPEG data found in image
[mjpeg &amp;lt; at &amp;gt; 0x9619000] Found EOI before any SOF, ignoring


My ffmpeg options are :

My  ffmpeg -formats enabled
.....

DE mjpeg           raw MJPEG video
....&lt;/pre&gt;</description>
    <dc:creator>Daniel Martinez Ramos</dc:creator>
    <dc:date>2012-05-22T14:43:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37135">
    <title>Re: ProRes: ffmpeg vs. ffmbc</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37135</link>
    <description>&lt;pre&gt;

Am 22.05.2012 16:24, schrieb Phil Rhodes:

after all the pure trolling of you in the past it
is interesting and funny that YOU think you are
in the position to explain anybody anything about
"software engineering"


_______________________________________________
ffmpeg-user mailing list
ffmpeg-user&amp;lt; at &amp;gt;ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
&lt;/pre&gt;</description>
    <dc:creator>Reindl Harald</dc:creator>
    <dc:date>2012-05-22T14:31:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37134">
    <title>Re: ProRes: ffmpeg vs. ffmbc</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37134</link>
    <description>&lt;pre&gt;
Do you expect the average user to have the technical expertise to give the  
developers all the information they need?

Technical investigation of faults is part of what software engineering is.

P
&lt;/pre&gt;</description>
    <dc:creator>Phil Rhodes</dc:creator>
    <dc:date>2012-05-22T14:24:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37133">
    <title>Re: what will be the format of the bufferforAVFormatContext??</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37133</link>
    <description>&lt;pre&gt;

FFmpeg is a complex library, so there is not a short simple answer to 
your question.

Download the source code and look at the files in the doc/examples/ 
subdirectory. Those examples are not perfect, but should give you an 
idea how the different parts of ffmpeg library work together.

It's a little old, but this tutorial might help your understanding too:

http://dranger.com/ffmpeg/


Mike Scheutzow
&lt;/pre&gt;</description>
    <dc:creator>Mike Scheutzow</dc:creator>
    <dc:date>2012-05-22T12:51:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37132">
    <title>Re: ProRes: ffmpeg vs. ffmbc</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37132</link>
    <description>&lt;pre&gt;
Carl, here's all the necessary information needed to fix this very old
and annoying bug.

This has been discussed before and the issue, as explained by Baptiste
Coudurier (who has already fixed this in ffmbc), is a problem with
ffmpeg's mov muxer writing audio chunk sizes incorrectly (or at least
not in a way Final Cut Pro wants):

http://ffmpeg.org/pipermail/ffmpeg-user/2012-March/005682.html

As Baptiste explains, "FCP expects audio chunks to be approximately
48000 samples."

Movies with co64 atoms (that is, MOVs over 4GB) do not have this
problem and do not throw the media performance warning in Final Cut
Pro. So, what this means is that audio chunk sizes are written
correctly when co64 is used (i.e. written with 64 bit offsets), just
not when 32 bit chunk offsets (stco) are written.

This is a BIG HINT for anyone who wants to fix this. I would gladly do
it, but I don't know avcodec source well enough. This fix would be
better handled by someone already familiar with avcodec source,
especially movenc.c.
&lt;/pre&gt;</description>
    <dc:creator>Thomas Worth</dc:creator>
    <dc:date>2012-05-22T11:24:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37130">
    <title>what will be the format of the buffer forAVFormatContext??</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37130</link>
    <description>&lt;pre&gt;Dear Experts,

There is a elementary stream which will be stored in a buffer and then
coded by "flv_write_packet(AVFormatContext *s, AVPacket *pkt)". My question
is what will be the format of the very buffer to fit to the sturct of
AVFormatContext, or how should I create a buffer for it. Could anyone
please give a some advice for it.

Thank you very much.
Antonio
&lt;/pre&gt;</description>
    <dc:creator>Antonio Tsai</dc:creator>
    <dc:date>2012-05-22T07:47:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37129">
    <title>Re: [PATCH] vf_yadif: Fixed potential access violation on EOF.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37129</link>
    <description>&lt;pre&gt;Oops
&lt;/pre&gt;</description>
    <dc:creator>Robert Nagy</dc:creator>
    <dc:date>2012-05-22T07:16:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37128">
    <title>Re: pixelated video after inserting a logo</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37128</link>
    <description>&lt;pre&gt;

Command line and complete, uncut console output missing ;-)

Please do not top post here, Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T07:02:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37127">
    <title>Re: ProRes: ffmpeg vs. ffmbc</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37127</link>
    <description>&lt;pre&gt;


Do you feel that this is sufficient for the developers to 
understand, reproduce and fix the problem?

Consider opening a report including all necessary information 
on trac.

Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T07:01:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37126">
    <title>Re: pixelated video after inserting a logo</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37126</link>
    <description>&lt;pre&gt;Well as I said before finally works.

ffmpeg -i video1.avi -vf "movie=md.png [logo]; [in][logo]
overlay=W-w-10:10[out]"  -b 1400k outprueba.avi

The only fact I can argue is when I use -vcode libx264 it misses
frames and the duration of the clip is less than the original.

I guess is something wrong with the avi file and some inconsistency.

Thanks

Rossana



2012/5/22 Carl Eugen Hoyos &amp;lt;cehoyos&amp;lt; at &amp;gt;ag.or.at&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Rossana Guerra</dc:creator>
    <dc:date>2012-05-22T07:00:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37125">
    <title>Re: pixelated video after inserting a logo</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37125</link>
    <description>&lt;pre&gt;

I suspect your issue should be fixed, for future questions, please 
always post the complete, uncut console output, it makes 
understanding the problems much easier.

Also consider looking at http://ffmpeg.org/download.html for 
supported versions of FFmpeg, your version may be intentionally 
broken.

Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T06:40:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37124">
    <title>Re: [PATCH] vf_yadif: Fixed potential access violation onEOF.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37124</link>
    <description>&lt;pre&gt;

Wrong mailing list?
;-)

Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T06:41:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37123">
    <title>Re: How do I use the HW accerlator?</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37123</link>
    <description>&lt;pre&gt;

I can confirm that above is correct, I don't know why it does not 
work for you, I would expect that your hardware / driver 
combination is the reason.

Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T06:37:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37122">
    <title>Re: Adjusting libavdevice/v4l2.c to support V4L2controls</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37122</link>
    <description>&lt;pre&gt;

I am sorry, but I currently have no access to my hardware that has a 
v4l2 device, meaning I cannot work on this atm.
You could try to add ioctl's to device_init() in libavdevice/v4l2.c, 
it should be easy to add options once that works. If you are unable 
to test this, you will have to wait until somebody works on it...

(Please consider opening a ticket on trac, you may point to these 
mailing list threads, but do add all information into trac.)

Sorry, Carl Eugen
&lt;/pre&gt;</description>
    <dc:creator>Carl Eugen Hoyos</dc:creator>
    <dc:date>2012-05-22T06:33:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37121">
    <title>Adjusting libavdevice/v4l2.c to support V4L2 controls</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37121</link>
    <description>&lt;pre&gt;Hi everybody,

in order to keep things a little easier to follow I have decided to
start a new thread and apologize for this doubling up. I also apologize
that I keep bringing this up, but I think it would be a very beneficial
feature for ffmpeg; VLC allows these controls but ffmpeg is far more useful.

I am still trying to find a way to control the V4L2 control IDs (eg.
http://v4l2spec.bytesex.org/spec/x542.htm,
http://v4l2spec.bytesex.org/spec/x802.htm particularly Section 1.9.6,
and http://linuxtv.org/downloads/v4l-dvb-apis/control.html, and
http://linuxtv.org/downloads/v4l-dvb-apis/extended-controls.html). I am
facing the problem that I am using two webcams with an autofocus and an
auto-white-balance, which regularly screws up the image, and makes
post-processing very difficult as both streams need to be almost identical.

In my previous email (subject: Re: [FFmpeg-user] Question about v4l2
controls and ffmpeg, also dts muxer problems) I got the following reply:

control ids through ffmpeg,
v4l2_set_para&lt;/pre&gt;</description>
    <dc:creator>Goetz Dapp</dc:creator>
    <dc:date>2012-05-22T00:37:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37120">
    <title>Re: How do I use the HW accerlator?</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37120</link>
    <description>&lt;pre&gt;Hi nrson,

I've similarly been battling to get DXVA2 to work for H264 decoding. The following is what I've learned:

libavcodec does include some support for DXVA2, but it doesn't do all the work necessary to be able to automatically use DXVA2.
The "Player" (i.e. the program that you write to use libavcodec) needs to do half of the work. ffmpeg.exe and ffplay.exe have not been written to use DXVA2.
Everyone points to the VLC open source player as the best (only) example of how to use DXVA2 with libavcodec. Unfortunately VLC is very complex
and hard to even recompile on Windows. It would be great to have a simple/minimal player example that could demonstrate how to do it.

From what I understand the basic steps are to:
1) get ffmpeg libraries to compile with DXVA2 support enabled.
2) Create a DirectXVideoDecoderService (http://msdn.microsoft.com/en-us/library/windows/desktop/aa965245(v=vs.85).aspx#Decoding)
3) Choose a Decoder configuration and create an array of Direct3DSurfaces
3) Create a dxva_context stru&lt;/pre&gt;</description>
    <dc:creator>Wayne Kelly</dc:creator>
    <dc:date>2012-05-21T23:55:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37119">
    <title>[PATCH] vf_yadif: Fixed potential access violation onEOF.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37119</link>
    <description>&lt;pre&gt;
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user&amp;lt; at &amp;gt;ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
&lt;/pre&gt;</description>
    <dc:creator>Robert Nagy</dc:creator>
    <dc:date>2012-05-21T22:19:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37118">
    <title>Video files splitting and merging issue</title>
    <link>http://permalink.gmane.org/gmane.comp.video.ffmpeg.user/37118</link>
    <description>&lt;pre&gt;Hi all,
As we know, unless files are in privileged raw format such as mpg, we cant
merge those files by simple binary concatenation.
I found this tool mp4box, which is able to concatenate mp4 files. Well
thats great, but the problem is it can do that for mp4 only.

One more thing ,Please correct me if i am wrong, If I am trying to cut a
segment of a 3 hrs video from 20th minute to 30th minute, ffmpeg will have
to parse the video till 20th segment and then start processing. If thats
true, then that is bad.

What I would Like to ask from community is Can somebody please let me know
following things.

1) What all formats can be stitched together by simple binary concatenation?
2) Is there any generic command line tool available which can split and
merge any formats?
&lt;/pre&gt;</description>
    <dc:creator>Tarun singhal</dc:creator>
    <dc:date>2012-05-21T18:34:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.video.ffmpeg.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.video.ffmpeg.user</link>
  </textinput>
</rdf:RDF>

