[FFmpeg-user] Capturing raw video and honoring timestamps

Joseph Rosensweig jrosensw at gmail.com
Tue Dec 11 05:54:31 CET 2012


On Mon, Dec 10, 2012 at 6:42 PM, Roger Pack <rogerdpack2 at gmail.com> wrote:

> On 12/8/12, Joseph Rosensweig <jrosensw at gmail.com> wrote:
> > On Sat, Dec 8, 2012 at 10:05 AM, Carl Eugen Hoyos <cehoyos at ag.or.at>
> wrote:
> >
> >> Joseph Rosensweig <jrosensw <at> gmail.com> writes:
> >>
> >> > I've been playing around with streaming a bit. I'm
> >> > essentially taking a stream of raw YUV data and feeding
> >> > it into ffmpeg to create h264 recordings of the data
> >> > packed in an mp4.  This has worked really well for me,
> >> > but I was wondering if there was any way to provide
> >> > timestamps to ffmpeg so that when it received the video
> >> > data it would honor the timestamps when creating the
> >> > recording.
> >>
> >> > Is there a way to encode the timestamp into the raw stream
> >> > frames such that ffmpeg will recognize and honor it?
>
> If you can pass it through with some muxer or other you could probably
> make it work that way...
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>

Ok sounds like this won't work.  I'll just do it programatically =D.
 Thanks guys.


More information about the ffmpeg-user mailing list