Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (64)

Sur d’autres sites (7516)

  • Revision 27825e9e3a : Merge "Remove cpi parameter from update_mvcount()"

    8 janvier 2013, par Scott LaVarnway

    Changed Paths : Modify /vp8/encoder/pickinter.c Modify /vp8/encoder/rdopt.c Merge "Remove cpi parameter from update_mvcount()"

  • Flv video time is shorter than normal when using flv segment in osmf

    7 janvier 2013, par David

    I am working on a project to use flv segments rather than a normal video clip. We use ffmpeg to split a mp4 file into several flv files with headers. The duration of each flv file is 5 second with 15 fps. Given a 10 minutes of video file, after split it, the osmf player only indicates 9:53 as timescale after all content played.

    The code is very simple, after download each flv segment, we use appendBytesAction(NetStreamAppendBytesAction.RESET_BEGIN) and appendBytes() to join all segments.

    Can anyone help me out ? Thanks a lot.

  • Flv video time is shorter than normal when using flv segment

    7 janvier 2013, par David

    I am working on a project to use flv segments rather than a normal video clip. We use ffmpeg to split a mp4 file into several flv files with headers. The duration of each flv file is 5 second with 15 fps. Given a 10 minutes of video file, after split it, the osmf player only indicates 9:53 as timescale after all content played.

    The code is very simple, after download each flv segment, we use appendBytesAction(NetStreamAppendBytesAction.RESET_BEGIN) and appendBytes() to join all segments.

    Can anyone help me out ? Thanks a lot.