Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1184 closed defect (fixed)

aviplay.c sample application

Reported by: bennylp Owned by: ming
Priority: normal Milestone: release-2.0-dev
Component: applications Version: 2.0-dev-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

  • Move the AVI playback from pjmedia-test to new aviplay.c sample application
  • Take the input file from cmdline
  • Synchronize audio and video
  • Remove all codecs related hardcodes from the file

Change History (2)

comment:1 Changed 13 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

(In [3401]) Fixed #1184:

  • Move the AVI playback from pjmedia-test to new aviplay.c sample application
  • Take the input file from cmdline
  • Synchronize audio and video
  • Remove all codecs related hardcodes from the file

Re #1193: (no. 6: duplicate fps and frame_rate in pjmedia_format and pjmedia_vid_param)

  • Remove the frame_rate in pjmedia_vid_param
  • Use pjmedia_format's fps in videoport, sdl_dev, and colorbar_dev
  • Prevent overflow in ptime calculation from frame_rate

comment:2 Changed 13 years ago by ming

(In [3402]) Re #1184: Adding pjmedia_clock_src for the purpose of audio and video synchronization and also to provide synchronization mechanism between two medias in general.

Note: See TracTickets for help on using tickets.