KR20080047847A - 동적 영상물 재생 장치 및 방법 - Google Patents
동적 영상물 재생 장치 및 방법 Download PDFInfo
- Publication number
- KR20080047847A KR20080047847A KR20060117802A KR20060117802A KR20080047847A KR 20080047847 A KR20080047847 A KR 20080047847A KR 20060117802 A KR20060117802 A KR 20060117802A KR 20060117802 A KR20060117802 A KR 20060117802A KR 20080047847 A KR20080047847 A KR 20080047847A
- Authority
- KR
- South Korea
- Prior art keywords
- frame
- dynamic
- content object
- user
- execution module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/80—Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
- H04N21/85—Assembly of content; Generation of multimedia applications
- H04N21/854—Content authoring
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/02—Editing, e.g. varying the order of information signals recorded on, or reproduced from, record carriers
- G11B27/031—Electronic editing of digitised analogue information signals, e.g. audio or video signals
- G11B27/034—Electronic editing of digitised analogue information signals, e.g. audio or video signals on discs
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/10—Indexing; Addressing; Timing or synchronising; Measuring tape travel
- G11B27/102—Programmed access in sequence to addressed parts of tracks of operating record carriers
- G11B27/105—Programmed access in sequence to addressed parts of tracks of operating record carriers of operating discs
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
- H04N5/78—Television signal recording using magnetic recording
- H04N5/782—Television signal recording using magnetic recording on tape
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Television Signal Processing For Recording (AREA)
- Processing Or Creating Images (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
템플릿 | 동적 영상물 | ||
특징 | 가능한 속성을 전부 정의 | 실제 사용한 내용으로 교체 | |
외부와 공유 정보 | 정의된 기준에 따라 속성으로 정의하며 공개되어 있음 | ||
폰트 | 최상위 공용 폰트의 정의 하위에서 개별 폰트 정의 가능 | ||
배경음향 | 최상위 공용 배경음악 정의 하위에서 개별 배경음악 및 효과음 정의 가능 | ||
장면 | Intro / ending / story 장면을 구분 배경이미지, 컷, 스티커, text(데이터, 타이틀, 설명 등) 등을 포함 | ||
<scene name=“intro/ending” url=“./scene/*.swf" mincontent="-1" maxcontent="-1“ transin=“.swf” > <data><bgimg> <cut> <sticker> <caption> </scene> | |||
컷 | 컨텐츠, 액자, 스티커, 텍스트 등을 포함 | ||
컨텐츠 | 미리보기를 위한 기본 이미지 | 실제 사용자의 컨텐츠 | |
<content url=“.jpg" isPortrait="false" title=“사진설명" dur="0" width="640" height="480" date=“yyyy.mm.dd”/>(url = full path) |
번호 | API 함수 | 기능 |
상태 출력 함수 | long psGetTotalFrames() | 동적 영상물의 총 프레임 수를 리턴한다. |
long psGetCurrentFrame() | 현재 프레임넘버를 리턴한다. | |
long psGetState() | 재생부의 현재 상태를 리턴한다. (0=Busy / 1=Stopped / 2=Playing / 3=Fast Forwarding / 4=Fast Backwarding) | |
long psGetVolume() : | 현재 음악 재생 음량을 0에서 100 사이의 값으로 리턴한다. | |
명령 입력함수 | void psPlay() | 현재 프레임에서부터 재생을 시작한다. |
void psPause() | 재생을 멈추되, 현재 프레임을 1로 리셋하지는 않는다. | |
void psStop() | 재생을 멈추고 현재 프레임을 1로 리셋한다. | |
void psFastForward() | 3배속으로 앞으로 재생한다. | |
void psFastBackward() | 3배속으로 뒤로 재생한다. | |
void psGotoNextFrame() | 현재 프레임에서 한 프레임 앞으로 이동한 뒤 재생을 멈춘다. | |
void PsSetVolume(int vol) | 현재 음악 재생 음량을 입력 vol 값으로 셋팅한다. |
Claims (20)
- 동적 영상물을 구성하는 적어도 하나 이상의 컨텐츠 객체의 구성을 정의하는 스크립트 및 상기 컨텐츠 객체의 동적 효과를 정의하는 실행 모듈을 생성하는 생성부;상기 스크립트 및 실행 모듈을 분석하여 소정의 프레임율에 기초한 프레임 메타정보를 생성하는 프레임 관리부; 및상기 프레임 메타정보에 상기 컨텐츠 객체를 적용하여 프레임 이미지들을 구성하는 재생부를 포함하는 동적 영상물 재생 장치.
- 제1항에 있어서,상기 구성된 프레임 이미지들에 소정의 코덱을 적용하여 비디오 스트림을 생성하는 인코더를 더 포함하는 동적 영상물 재생 장치.
- 제1항에 있어서,사용자 명령을 입력 받고 상기 구성된 프레임 이미지들을 디스플레이하는 사용자 인터페이스를 더 포함하는 동적 영상물 재생 장치.
- 제1항에 있어서, 상기 생성부는상기 컨텐츠 객체의 구성 및 상기 동적 효과가 기 정의된 템플릿에 사용자가 선택한 컨텐츠 객체를 적용하여 상기 스크립트 및 상기 실행 모듈을 생성하는 동적 영상물 재생 장치.
- 제1항에 있어서, 상기 실행 모듈은SWF(Shock-wave Flash) 파일인 동적 영상물 재생 장치.
- 제1항에 있어서, 상기 컨텐츠 객체는배경 이미지를 기초로 하여 구분되는 장면 별로 구성되는 동적 영상물 재생 장치.
- 제1항에 있어서, 상기 프레임 메타 정보는각 프레임에 속하는 객체 및 상기 객체의 속성을 포함하는 동적 영상물 재생 장치.
- 제7항에 있어서, 상기 속성은가로 좌표, 세로 좌표, 깊이, 회전 각도, 가로 크기, 세로 크기 및 투명도 중 적어도 하나 이상을 포함하는 동적 영상물 재생 장치.
- 제1항에 있어서, 상기 재생부는사용자로부터 재생 제어 명령을 입력 받아, 상기 재생 제어 명령에 대응되는 프레임에 관한 프레임 메타정보에 상기 컨텐츠 객체를 적용하여 프레임 이미지들을 구성하고, 상기 구성된 프레임 이미지들을 상기 재생 제어 명령에 따라 디스플레이하는 동적 영상물 재생 장치.
- 제9항에 있어서, 상기 재생부는음향 컨텐츠 객체를 상기 디스플레이되는 프레임 이미지들에 동기화하여 재생하는 동적 영상물 재생 장치.
- (a) 동적 영상물을 구성하는 적어도 하나 이상의 컨텐츠 객체의 구성을 정의하는 스크립트 및 상기 컨텐츠 객체의 동적 효과를 정의하는 실행 모듈을 생성하는 단계;(b) 상기 스크립트 및 실행 모듈을 분석하여 소정의 프레임율에 기초한 프레임 메타정보를 생성하는 단계; 및(c) 상기 프레임 메타정보에 상기 컨텐츠 객체를 적용하여 프레임 이미지들을 구성하는 단계를 포함하는 동적 영상물 재생 방법.
- 제11항에 있어서,상기 구성된 프레임 이미지들에 소정의 코덱을 적용하여 비디오 스트림을 생성하는 단계를 더 포함하는 동적 영상물 재생 방법.
- 제11항에 있어서,사용자 명령을 입력 받고 상기 구성된 프레임 이미지들을 사용자에게 제공하는 단계를 더 포함하는 동적 영상물 재생 방법.
- 제11항에 있어서, 상기 (a) 단계는상기 컨텐츠 객체의 구성 및 상기 동적 효과가 기 정의된 템플릿에 사용자가 선택한 컨텐츠 객체를 적용하여 상기 스크립트 및 상기 실행 모듈을 생성하는 단계를 포함하는 동적 영상물 재생 방법.
- 제11항에 있어서, 상기 실행 모듈은SWF(Shock-wave Flash) 파일인 동적 영상물 재생 방법.
- 제11항에 있어서, 상기 컨텐츠 객체는배경 이미지를 기초로 하여 구분되는 장면 별로 구성되는 동적 영상물 재생 방법.
- 제11항에 있어서, 상기 프레임 메타 정보는각 프레임에 속하는 객체 및 상기 객체의 속성을 포함하는 동적 영상물 재생 방법.
- 제17항에 있어서, 상기 속성은가로 좌표, 세로 좌표, 깊이, 회전 각도, 가로 크기, 세로 크기 및 투명도 중 적어도 하나 이상을 포함하는 동적 영상물 재생 방법.
- 제11항에 있어서, 상기 (c) 단계는사용자로부터 재생 제어 명령을 입력 받아, 상기 재생 제어 명령에 대응되는 프레임에 관한 프레임 메타정보에 상기 컨텐츠 객체를 적용하여 프레임 이미지들을 구성하는 단계와,상기 구성된 프레임 이미지들을 상기 재생 제어 명령에 따라 디스플레이하는 단계를 포함하는 동적 영상물 재생 방법.
- 제19항에 있어서, 상기 (c) 단계는음향 컨텐츠 객체를 상기 디스플레이되는 프레임 이미지들에 동기화하여 재생하는 단계를 더 포함하는 동적 영상물 재생 방법.
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20060117802A KR20080047847A (ko) | 2006-11-27 | 2006-11-27 | 동적 영상물 재생 장치 및 방법 |
US11/889,191 US20080126939A1 (en) | 2006-11-27 | 2007-08-09 | System, method and medium playing moving images |
EP20070120048 EP1926103A3 (en) | 2006-11-27 | 2007-11-06 | System, method and medium playing moving images |
JP2007300864A JP2008141746A (ja) | 2006-11-27 | 2007-11-20 | 動画再生システム及び方法 |
CNA200710169377XA CN101193298A (zh) | 2006-11-27 | 2007-11-26 | 播放运动图像的系统、方法和介质 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20060117802A KR20080047847A (ko) | 2006-11-27 | 2006-11-27 | 동적 영상물 재생 장치 및 방법 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20080047847A true KR20080047847A (ko) | 2008-05-30 |
Family
ID=39125130
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR20060117802A Ceased KR20080047847A (ko) | 2006-11-27 | 2006-11-27 | 동적 영상물 재생 장치 및 방법 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20080126939A1 (ko) |
EP (1) | EP1926103A3 (ko) |
JP (1) | JP2008141746A (ko) |
KR (1) | KR20080047847A (ko) |
CN (1) | CN101193298A (ko) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101008493B1 (ko) * | 2008-06-17 | 2011-01-14 | 테크빌닷컴 주식회사 | 콘텐츠의 편집 방법 및 그 방법을 실행하는 프로그램을기록한 기록매체 |
WO2013081415A1 (en) * | 2011-12-01 | 2013-06-06 | Samsung Electronics Co., Ltd. | Method and system for generating animated art effects on static images |
Families Citing this family (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100827241B1 (ko) * | 2006-12-18 | 2008-05-07 | 삼성전자주식회사 | 동적 영상물을 생성하기 위한 템플릿을 편집하는 장치 및방법 |
KR101017808B1 (ko) * | 2007-04-04 | 2011-02-28 | 엔에이치엔(주) | 편집 파일 자동 생성 방법 및 그 장치 |
US8192282B2 (en) * | 2008-03-11 | 2012-06-05 | Universal Entertainment Corporation | Gaming apparatus changing sound according to image and control method thereof |
US8860865B2 (en) * | 2009-03-02 | 2014-10-14 | Burning Moon, Llc | Assisted video creation utilizing a camera |
CN101646023B (zh) * | 2009-09-02 | 2011-06-08 | 深圳市万兴软件有限公司 | 一种视频文件转换为swf文件的方法及系统 |
KR100961084B1 (ko) * | 2009-11-23 | 2010-06-08 | 윤진호 | 데이터의 3차원 표시 방법 및 장치 |
JP2011193424A (ja) * | 2010-02-16 | 2011-09-29 | Casio Computer Co Ltd | 撮像装置及び方法、並びにプログラム |
CN102024486B (zh) * | 2010-09-14 | 2012-12-19 | 北京神州泰岳软件股份有限公司 | 动画表情图片播放方法及系统 |
RU2580022C2 (ru) * | 2011-08-31 | 2016-04-10 | Общество С Ограниченной Ответственностью "Базелевс Инновации" | Визуализация текста на естественном языке |
US20140059418A1 (en) * | 2012-03-02 | 2014-02-27 | Realtek Semiconductor Corp. | Multimedia annotation editing system and related method and computer program product |
US9258380B2 (en) | 2012-03-02 | 2016-02-09 | Realtek Semiconductor Corp. | Cross-platform multimedia interaction system with multiple displays and dynamically-configured hierarchical servers and related method, electronic device and computer program product |
US9508390B2 (en) * | 2013-07-12 | 2016-11-29 | Apple Inc. | Trick play in digital video streaming |
US10074182B2 (en) * | 2013-11-14 | 2018-09-11 | Microsoft Technology Licensing, Llc | Presenting markup in a scene using depth fading |
CN104683858B (zh) * | 2015-02-13 | 2017-12-01 | 北京数码视讯科技股份有限公司 | 一种流媒体的内容的预览方法及装置 |
CN110162350B (zh) * | 2019-05-27 | 2022-10-25 | 天津卓漫科技有限公司 | 通知栏信息的显示方法、装置、服务器及存储介质 |
CN111767414A (zh) * | 2020-06-12 | 2020-10-13 | 上海传英信息技术有限公司 | 一种动态图像生成方法及装置 |
CN113144596B (zh) * | 2021-04-23 | 2023-04-07 | 腾讯科技(深圳)有限公司 | 棋盘画面的显示方法、装置、终端设备及存储介质 |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7117453B2 (en) * | 2003-01-21 | 2006-10-03 | Microsoft Corporation | Media frame object visualization system |
US7181468B2 (en) * | 2003-04-28 | 2007-02-20 | Sony Corporation | Content management for rich media publishing system |
JP2005303907A (ja) * | 2004-04-15 | 2005-10-27 | Fuji Photo Film Co Ltd | 画像編集装置,方法およびプログラム |
US7215346B2 (en) * | 2004-06-30 | 2007-05-08 | Nokia Corporation | Readability |
US7694213B2 (en) * | 2004-11-01 | 2010-04-06 | Advanced Telecommunications Research Institute International | Video content creating apparatus |
JP4043472B2 (ja) * | 2004-11-01 | 2008-02-06 | 株式会社国際電気通信基礎技術研究所 | ビデオコンテンツ作成装置 |
-
2006
- 2006-11-27 KR KR20060117802A patent/KR20080047847A/ko not_active Ceased
-
2007
- 2007-08-09 US US11/889,191 patent/US20080126939A1/en not_active Abandoned
- 2007-11-06 EP EP20070120048 patent/EP1926103A3/en not_active Withdrawn
- 2007-11-20 JP JP2007300864A patent/JP2008141746A/ja active Pending
- 2007-11-26 CN CNA200710169377XA patent/CN101193298A/zh active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101008493B1 (ko) * | 2008-06-17 | 2011-01-14 | 테크빌닷컴 주식회사 | 콘텐츠의 편집 방법 및 그 방법을 실행하는 프로그램을기록한 기록매체 |
WO2013081415A1 (en) * | 2011-12-01 | 2013-06-06 | Samsung Electronics Co., Ltd. | Method and system for generating animated art effects on static images |
KR101373020B1 (ko) * | 2011-12-01 | 2014-03-19 | 삼성전자주식회사 | 정적 영상에서 애니메이션 아트 효과를 생성하기 위한 방법 및 시스템 |
Also Published As
Publication number | Publication date |
---|---|
CN101193298A (zh) | 2008-06-04 |
JP2008141746A (ja) | 2008-06-19 |
EP1926103A3 (en) | 2010-10-06 |
EP1926103A2 (en) | 2008-05-28 |
US20080126939A1 (en) | 2008-05-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR20080047847A (ko) | 동적 영상물 재생 장치 및 방법 | |
US12009014B2 (en) | Generation and use of user-selected scenes playlist from distributed digital content | |
KR101317204B1 (ko) | 동적 영상물의 프레임 정보를 생성하는 방법 및 이를이용한 장치 | |
KR100827241B1 (ko) | 동적 영상물을 생성하기 위한 템플릿을 편집하는 장치 및방법 | |
US7644364B2 (en) | Photo and video collage effects | |
KR101354739B1 (ko) | 상호작용 멀티미디어 프리젠테이션을 위한 상태 기초타이밍 | |
US20010023450A1 (en) | Authoring apparatus and method for creating multimedia file | |
KR101183383B1 (ko) | 상호작용 멀티미디어 프리젠테이션 관리의 동기화 양태 | |
CN104281362A (zh) | 信息处理装置和信息处理方法 | |
KR20080090218A (ko) | 편집 파일의 자동 업로딩 방법 및 그 장치 | |
JP2007533271A (ja) | テレビジョン・ニュースのためのオーディオビジュアル作業および対応するテキストの編集システム | |
JP2008250899A (ja) | コンテンツ再生方法、コンテンツ再生システム、コンテンツ再生プログラム及びコンテンツ再生プログラムを記録した媒体 | |
JPH056251A (ja) | コンピユータシステム上に上映を事前記録、編集及び再生するための装置 | |
US11503148B2 (en) | Asynchronous short video communication platform based on animated still images and audio | |
EP3949369B1 (en) | Method and system for combining video sequences | |
US20060010366A1 (en) | Multimedia content generator | |
Grisetti et al. | Adobe Premiere Elements 2 in a Snap | |
KR20070002834A (ko) | 디지털 녹화기의 녹화 목록 표시 방법 | |
JP2010102823A (ja) | 情報再生装置 | |
KR20050013030A (ko) | Wysiwyg 방식의 멀티미디어 프로세서 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20061127 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20111118 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20061127 Comment text: Patent Application |
|
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20130221 Patent event code: PE09021S01D |
|
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20130819 Patent event code: PE09021S01D |
|
E601 | Decision to refuse application | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20131031 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20130819 Comment text: Notification of reason for refusal Patent event code: PE06011S01I Patent event date: 20130221 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |