OSMF Caption Support

Hi all,
With the recent US legislation requiring online broadcasts to support closed captioning (Fall 2012 is the first deadline), I was wondering what the current and future state of captioning in OSMF.
My understanding of the current state is that the Captioning Plugin alows an external file (DXFP) to be specified via URL with the captions associated with a given asset.  So this would seem to provide a method for VOD captions.
Currently there does not seem to be a way to handle the live case.  For example, jwPlayer allows onTextData events injected into the live stream to appear as captions.  Is there such a notion currently in OSMF or is one on the roadmap?
I know that AMS/FMS v5 is declaring support for 608 Line 21 captioning.  I can't seem to find any specifics on what this means, but I imagine this has some downstream affect on what OSMF will need to handle. 
Thanks!
Scott

ScottKell3,
Did you find any solution like the once you stated?
Regards

Similar Messages

  • Any news on Closed Captioning support?

    A new software version makes me hopeful knowing that almost all other Apple products now support CC. But I didn't see anything specific on their websie about it. Anyone have any update on this?

    No updates or news or anything that I've seen. With the new rentals I might think about getting an Apple TV *IF* there were closed captions.
    <Edited by Moderator>

  • Apple TV 2.0 WILL have Closed Captioning Support

    see article from ilounge. Look at the 3rd picture from the bottom.
    http://www.ilounge.com/index.php/articles/comments/what-to-expect-from-apple-tv- 20-photos-and-details/
    this is good news for a lot of people. Now if apple will add more CC movies to their list.

    of course they wont. However 90% of DVD movies are encoded with captioning...the other 10% have subtitles. My point is that the movie houses should be able to handle the request (should apple choose to do so) to re-issue these movies to apple with CC inserted.

  • No Closed Captioning support in QT 10.3?

    Hi,
    I'm on Mavericks with a 3 year old iMac.
    A friend sent me a closed-captioned Quicktime MOV file, which displays the CC text
    on his Snow Leopard with QT 10.
    Absolutely no options for that on my Mavericks' QT 10.3.
    And then the Apple "help" site gives instructions as though it IS available.
    Fortunately, I dug up an old QT 7 player and it works.
    Was it an oversight of Apple to leave out this helpful option in their
    recent editions of Quicktime?
    Was it also an oversight of Apple to omit adding to their "help" page,
    this very "helpful" clarification:  "Sorry, Closed Captioning is Closed on All versions
    of Quicktime past 10.xx"
    I know it's asking a lot but ... REALLY APPLE!

    This question came up today for one of our faculty who was using QuickTime 10.3 under MacOS X Yosemite 10.10.2.  The solution we found was to open System Preferences, go to Accessibility, click on Captions on the left side of the window, and then check the "Prefer Closed Captions and SDH" checkbox.  After you do this, restart QuickTime -- you will then be able to select Closed Captions from under the Subtitle menu in the video's control bar, or under the View -> Subtitles menu.
    I wish Apple didn't require you to prefer Closed Captions in order for the option to show up at all in QuickTime -- this recent change they made does not seem like an improvement, and I hope they reconsider and restore the old functionality.  Closed Captioning is used by many people who do not have special accessibility needs, for example, people who want to watch with sound turned off, or people learning a foreign language, and it shouldn't be this hard to turn Closed Captioning on.

  • [svn:osmf:] 12641: Improvements to the DFXP parser, captioning sample, and a bug fix for the TemporalFacet ( duration timers were not taking account of the media being paused).

    Revision: 12641
    Revision: 12641
    Author:   [email protected]
    Date:     2009-12-07 21:10:00 -0800 (Mon, 07 Dec 2009)
    Log Message:
    Improvements to the DFXP parser, captioning sample, and a bug fix for the TemporalFacet (duration timers were not taking account of the media being paused).
    Modified Paths:
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.css
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as

  • [svn:osmf:] 12761: Unit test for the captioning plugin.

    Revision: 12761
    Revision: 12761
    Author:   [email protected]
    Date:     2009-12-09 16:46:21 -0800 (Wed, 09 Dec 2009)
    Log Message:
    Unit test for the captioning plugin.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as
    Added Paths:
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.actionScriptProperties
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.flexProperties
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.project
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/AC_OETags.js
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/history.css
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/history.js
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/historyFrame.htm l
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/index.template.html
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/playerProductInstall.swf
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/libs/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/libs/FlexUnit.swc
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/CaptioningPluginIntegrationTest.mx ml
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/CaptioningPluginIntegrati onTests.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/Captionin gTestConstants.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/TestCapti oningPluginInfo.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/loader/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/loader/Te stCaptioningLoader.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/Tes tCaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/parsers/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/parsers/T estDFXPParser.as

  • [svn:osmf:] 12677: Code cleanup and changes after code review.

    Revision: 12677
    Revision: 12677
    Author:   [email protected]
    Date:     2009-12-08 16:11:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Code cleanup and changes after code review.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/CaptioningPluginInfo.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/loader/CaptioningLoader.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/Caption.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/CaptionFormat.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/CaptioningDocument.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as

    Hi Zpittman,
    What is you said ‘Code Review Tool’?
    I assume that you meant the Code Review feature in TFS. I tried it in Visual Studio 2013 with update 4 and TFS 2013 with Update 4, the whitespace was detected and the code review see it as a difference.
    If you don’t get the same result with me using VS and TFS, please upgrade your VS and TFS to the latest update.
    If the issue still exists, please
    reset your VS settings through Tools->Import and Export settings->Reset all
    settings->…. and repair your VS.
    If code review tool is a third-party tool or a third-party VS/TFS add-in, the official support of this tool can be a better place to resolve your issue.
    If I misunderstood anything, please feel free to come back.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn:osmf:] 13357: 1) Modified a integration tests to correspond with the change to PluginInfo becoming a class .

    Revision: 13357
    Revision: 13357
    Author:   [email protected]
    Date:     2010-01-07 17:05:22 -0800 (Thu, 07 Jan 2010)
    Log Message:
    1) Modified a integration tests to correspond with the change to PluginInfo becoming a class.
    2) Modified the DFXPParser class in the CaptioningPlugin to use the new TimeUtil class in the framework.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/TestCapti oningPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/TestMASTPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as

  • [svn:osmf:] 14465: Initial commit of refactored metadata API.

    Revision: 14465
    Revision: 14465
    Author:   [email protected]
    Date:     2010-02-26 21:16:35 -0800 (Fri, 26 Feb 2010)
    Log Message:
    Initial commit of refactored metadata API.  Note that this is the first step in a major, multi-step refactoring, so there may be some stability issues until the last step is made.  Highlights of the changes:
    - Simpify metadata API from Metadata + Facet + FacetKey, to a single Metadata class that exposes a key-value pair based API, plus change events.
    - Modify MediaResourceBase and MediaElement to expose add/remove/get methods for metadata, rather than a singular metadata property.  MediaElement dispatches change events via the new MediaElementEvent.
    - Rename/Refactor TemporalFacet to TimelineMetadata (ditto for event class), which extends Metadata and works with a generic TimelineMarker class to represent a marker on the media's timeline.
    - Remove MetadataNamespaces, the properties behind these client-facing namespaces (which previously were set through facets) can now be set through strongly-typed properties on MediaResourcBase, URLResource, or StreamingURLResource.  This includes media type, MIME type, subclip points, DRM metadata, and more.
    - Move CuePoint and CuePointType to metadata package.  CuePoint now subclasses TimelineMarker.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/posterframe/RTMPPosterF rameElement.as
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/com/akamai/osmf/samples/Syndicatio nMediaResolver.as
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarElement.as
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarPlugin.as
        osmf/trunk/apps/samples/plugins/ControlBarPluginSample/src/ControlBarPluginSample.as
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/elements/F4MElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/LoadFromDocumentElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/SWFLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/SoundLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/VideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeDisplayObjectTrait. as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeMetadataEvent.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/events/MediaElementEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/MetadataEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererBase.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererProperties.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaResourceBase.as
        osmf/trunk/framework/OSMF/org/osmf/media/URLResource.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Metadata.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/OSMF/org/osmf/net/DynamicStreamingResource.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/StreamingURLResource.as
        osmf/trunk/framework/OSMF/org/osmf/net/drm/NetStreamDRMTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastConstants.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/plugin/PluginInfo.as
        osmf/trunk/framework/OSMF/org/osmf/plugin/PluginInfoResource.as
        osmf/trunk/framework/OSMF/org/osmf/plugin/PluginLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestF4MLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestImageLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestLoadFromDocumentElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSWFLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSoundLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/compositeClasses/TestCompositeMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/f4mClasses/TestManifestParser.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayerWithDynamicStreamingVideoElem entSubclip.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayerWithVideoElementSubclip.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestURLResource.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataWatcher.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestDynamicStreamingResource.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetConnectionFactory.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamUtils.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestStreamingURLResource.as
        osmf/trunk/framework/OSMFTest/org/osmf/plugin/CreateOnLoadPluginInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/plugin/TestDynamicPluginLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/plugin/TestPluginManager.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/NullResource.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/SimpleResource.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBarBase.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/PinDownButton.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/PinUpButton.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/Caption.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/Tes tCaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/media/TestMASTProxyEl ement.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/proxyClasses/ProxyMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/events/TimelineMetadataEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/layout/BoxAttributesMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaType.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaTypeUtil.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/CuePoint.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/CuePointType.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataGroup.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataSynthesizer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/NonSynthesizingMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/NullMetadataSynthesizer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TimelineMarker.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TimelineMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAbsoluteLayoutMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAnchorLayoutMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestPaddingLayoutMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestRelativeLayoutMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaType.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaTypeUtil.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestCuePoint.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataGroup.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTimelineMarker.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTimelineMetadata.as
        osmf/trunk/libs/Syndication/bin/
        osmf/trunk/libs/Syndication/bin/Syndication.swc
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/CuePoint.as
        osmf/trunk/framework/OSMF/org/osmf/elements/CuePointType.as
        osmf/trunk/framework/OSMF/org/osmf/elements/proxyClasses/MetadataProxy.as
        osmf/trunk/framework/OSMF/org/osmf/events/FacetValueChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/FacetValueEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/TemporalFacetEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/BoxAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Facet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/FacetGroup.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/FacetKey.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/FacetSynthesizer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/LocalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MediaType.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MediaTypeFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MediaTypeUtil.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/NullFacetSynthesizer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacetKey.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestCuePoint.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAnchorLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestPaddingLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestRelativeLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestFacetGroup.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestFacetKey.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMediaType.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMediaTypeUtil.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTemporalFacet.as

    Hi,
    Can you mention the eclipse version you are using? And the platform in which you are trying to build?
    I feel its always better to be platform specific when you go in for headless build. I can see that the configs value in your properties file is "configs=*,*,*". Try changing it to appropriate value and build your product. For example, I use "configs=win32, win32, x86" for building my product in 32-bit windows machine.

  • Question: Inserting Close Captioning is not available...Why?

    I will need to add Accessibility and close captioning support. I have checked this off in the Project settings and migrated to slide one properties.
    Click on Accessibility and the panel defaults to three tabs. The directions I am seeing suggest text in this field will be read by an appropriate screen reader. However why is close caption and slide text buttons grey?
    Using CP 4.01 with the latest update 1658

    Hi there
    Closed Captioning will only be available if you have audio on the slide. Do you have audio?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Mac Caption

    Within the last month, my church has stepped up from a PC running Adobe Premiere to a G5 Quad, using FCP, with a Black Magic DeckLink Extreme. We produce a show for a local NBC affiliate. We purchased this system to be able to close caption our program. We are using Mac Caption, which we can import into FCP, but we can't get the captions to show when we output to DV. I've read several of the posts mentioning cropping, rendering, etc., but none seem to help us. Can anyone help?

    you must use MacCaption only after you have finished editing your video in FCP
    in FCP:
    finish your edit
    export as a DV file
    in MacCaption:
    open the DV file, add the captions, and save
    in FCP:
    create a new empty DV sequence
    import the new captioned copy of the DV file and edit into the new sequenece
    output to tape... do not render
    The method you are trying to use, where you import the captions from MacCaption into the NLE, to place them, does not work with Final Cut Pro. It is not currently on the compatability list. The Decklink hardware supports it, but Final Cut Pro does not. When you "render" the file created by FCP will not contain the line21 encoded captions.
    sorry to be the bearer of bad tidings, but that does seem to be the current situation with FCP and Closed Caption support.
    Best Regards
    Andy

  • Cannot see Closed Caption options

    Hi all,
    I'm trying to create captions. I watched a tutorial on Adobe's website, but I don't see any of the options that I need (eg I don't have an option for a Captions window, and when I click 'New Item' I don't see an option to create a new caption). I'm a newbie so I'm sure it's something obvious I'm doing wrong - any help much appreciated.
    David
    Using CS6 version 6.0.3 on PC.

    In CS6, caption support is limited to attaching a caption source to a timeline. You can see the captions in the Program Monitor, but you cannot edit them in any way through Premiere.
    The features you're talking about were introduced in Premiere Pro CC.

  • Premiere will not import any of the recommended Caption formats

    I have so far used qt.txt files to add open captions to my video projects.
    I would like to work with captions within Premiere Pro and have watched Adobe's video on how to do it.
    Recommended formats are .scc but several others are supposedly supported.
    I have tried to import .scc files and various flavors of xml files and adobe caption files.
    None of them are recognized as valid formats in my application.
    Do I need a plugin that is not installed? Or enable something or another? or why would I not be able to import the files?
    Thank you on beforehand.
    Gus

    ggaarde2 wrote:
    By the way I am using CS6
    That would be the problem. Closed Captioning support was completely overhauled in CC 7.0. Previously, support for captions was very limited. The workflow was simply to select a sequence in the Project panel, go to Sequence>Closed Captioning>Attach. You could then enable display of the captions in the Program Monitor, but you could not edit the caption content or control timing in any way.

  • [svn:osmf:] 10105: Removing the obsolete VAST plugin project.

    Revision: 10105
    Author:   [email protected]
    Date:     2009-09-09 16:57:57 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Removing the obsolete VAST plugin project.
    Removed Paths:
        osmf/branches/briggs-prototype/plugins/VASTPlugin/

    We opted for 1.0 over 2.0 just due to the general new-ness of the latter.  But we'd really like to hear feedback from those that are working regularly with VAST.  What would you like/expect OSMF to support?  Just 2.0?  Both 1.0 and 2.0?  Is 2.0 stable enough (and such an obvious improvement over 1.0) that we should consider supporting it?  Are current VAST users ditching 1.0 for 2.0 en masse?

  • [svn:osmf:] 14317: Pre-PARB metadata changes: Merge IIdentifier and ObjectIdentifier, rename to FacetKey.

    Revision: 14317
    Revision: 14317
    Author:   [email protected]
    Date:     2010-02-21 17:09:26 -0800 (Sun, 21 Feb 2010)
    Log Message:
    Pre-PARB metadata changes: Merge IIdentifier and ObjectIdentifier, rename to FacetKey.  Make similar adjustments to TemporalFacet class.  Move TemporalFacetEvent to events folder.  Update unit tests and samples.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarElement.as
        osmf/trunk/apps/samples/plugins/ControlBarPluginSample/src/ControlBarPluginSample.as
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/CuePoint.as
        osmf/trunk/framework/OSMF/org/osmf/elements/VideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/events/FacetValueChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/FacetValueEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/BoxAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Facet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/KeyValueFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/ObjectFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/f4mClasses/TestManifestParser.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAnchorLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestPaddingLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestRelativeLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestKeyValueFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataWatcher.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTemporalFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/TimerTimeTrait.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/Caption.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/Tes tCaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/media/TestMASTProxyEl ement.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/TemporalFacetEvent.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/FacetKey.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacetKey.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestFacetKey.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/IIdentifier.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/ObjectIdentifier.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacetEvent.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalIdentifier.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestObjectIdentifier.as

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

Maybe you are looking for

  • Issue With Report Builder After Installing SP3 for SQL 2008 R2

    Hello.  We are experiencing an issue with Report Builder 3.0 since installing SP3 for SQL 2008 R2 over the weekend.  You can no longer launch Report Builder from the Reporting Services URL (http://dicomweb/ReportServer/ReportBuilder/ReportBuilder_3_0

  • Unmarshalling error when invoking a remote call in weblogic 9.1/jdk 1.5.

    Hi, We are trying to upgrade the weblogic from 7.1 to 9.1. I am getting the following error "java.lang.ClassNotFoundException: Failed to load class <b>void</b> ", when a remote method whose return type is void is invoked. Also I am using jdk 1.5.0_04

  • Returning strings of the same name in a text file from an array

    Hi, Another quick question. I have a text file with lines consisting of one integer, and four strings. Currently, I am able to search through this file and find any of the variables listed within. However, if any of the variables are listed more than

  • Can I watch a DVD on my iPhone?

    Is there any legal way for me to watch a DVD on my iPhone?  My workouts are on DVD, and it would be much easier to bring my iPhone to the gym than my macbook. Thanks, Jaws

  • Nokia Lumia 610 3G connection

    i bought a brand new nokia lumia 610,but its connection to internet is by chance despite 3G net work availability.the Nokia C5 003 i owned connects in a split of a second to internet with google.i thought i would enjoy browsing with this new gadget .