Cannot convert flv to mp4 when I publish on html5

Hello

I have a project as incorpporates FLV files which where successfully imported.  When I publish on HTML5, flv files do not convert to Mp4.  Ironically, if I publish the entire project in mp4 it works?

Someone at - it ideas.

See you soon

Mark

P.S. I'm on Captivate 7

Solved

I have been using a third-party program to generate FLV files.  Although captivate 7 accept these files & publishes these files in certain formats (mp4), Adobe media encoder fails to convert these files into mp4 format, if you want to publish as html5.  To resolve this problem, I had to put the files in captivate as AVI or MP4 files. Adobe media encoder and then converts it to an acceptable FLV for captivate.  If I can post on HTML 5, the media encoder converts successfully.

A quick test, I tried to convert the third generated FLV files directly using the adobe F4v files Media Converter and then import them into captivate, however Adobe media encoder does not recognize flv format.

Therefore, if you come with a similar problem, I highly recommend that you bring in your video files in avi or mp4 and let Adobe media encoder to do its job.

See you soon

Mark

Tags: Adobe Captivate

Similar Questions

  • Error: "Eception TypeError: cannot read property 'getNumFrames" undefined "-when I test Flash/HTML5 in the browser

    I work in Flash / HTML5. When I publish directly from Flash, my project works very well. However if I open the HTML file directly in a browser, (I tested in Chrome and Safari on a Mac) I get this error message: easeljs - 0.8.1.min.js:13 Eception TypeError: cannot read property 'getNumFrames"of undefined a.load @ preloadjs - 0.6.1.min.js:12

    A google search suggested that the code tries to run before the document was loaded - so "undefined". However, I can see that the body of the HTML file tag seems to deal with this (I think) < body onload = "init (); »  ... The init() being the function that includes the Chargers how to control the loading of the file is made etc...

    Also, I get the error:

    XMLHttpRequest cannot load file:///Users/MyLocalPathToMyProject.../images/MyProject_atlas_.json. Original cross applications are only supported for Protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resources.

    Who could be responsible for the "undefined".

    Everyone knows about this problem? Can we simply cannot test it locally? Does anyone have a solution?

    Sprite sheets do not work from the local file system. Go to the publication settings and uncheck the sprite sheets.

  • Questions - editing when you publish a movie, it is up to the widescreen letterbox

    Get an overview of IM struggling to get my film to register and pay on the big screen, the video clips in 16:9 format, but when I publish them he crushes the 4:3, but with black lines each side.

    I changed the options in 16:9 and publish on dvd pal widescreen but I just get videos crushed as they were filmed in widescreen formats please help as running out of time to complete the video

    Liam

    Hi Liam,

    1. do you use Windows Movie Maker to publish the movie?

    2. What is the file format of the videos that you want to publish?

    3. are you able to play the movie using a different drive?

    If you are using Windows movie maker, and then try the following steps and check if it helps:

    Method 1:

    It is possible that some video filters installed on the computer are at the origin of the problem.
    You can try disabling the filter video in movie maker and check.

    Video filters in Windows Movie Maker: frequently asked questions

    Method 2:
    Alternatively, you can convert the video to a file format, this Director of windows supports.

    For more information, see the article:

    A file that you import into Windows Movie Maker wouldn't play correctly in Windows Vista

    Note: The above article suggests using third-party software. Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    For more information, see the articles:

    The movie settings: frequently asked questions

    Publish a movie in Windows Movie Maker

    Change Windows Movie Maker advanced settings

  • How to export flash in flv or mp4 format files

    is their not in flash directly convert the file to FLV or mp4

    When you do file/export/Export video... you have an option to perform the conversion using Adobe Media Encoder. Which could automatically process to give you a MP4 only once. Flash Pro itself does not video encoding.

  • Investigation of thumbnails: thumbnails of .flv and .mp4 are no longer works. Help?

    For awhile, I had photos for each video file. Recently the .flv and .mp4 thumbnails now appear as icons. How to bring back the thumbnails? Video selection and editing has been less hassle when they were stickers.

    Thank you.

    JK

    First of all, check in a window of Windows Explorer on the view menu "Vignettes" are selected.  You can try something else (e.g., list), then re - click thumbnails.

    Windows XP offers you support and a miniature video Manager (shmedia.dll), but as far as I know, it only handles files of the following types: .asf, .asx, .avi, .mpe, .mpeg, .mpg, .ogg, .ogm, .wmv

    You can see if the commands described here helps, but because the .flv and .mp4 are not in the list above, I suspect that they will not--> http://www.mydigitallife.info/how-to-enable-or-disable-media-and-video-thumbnail-preview-in-windows-xp/

    You will need to re - install some application allows you to display the .flv and .mp4 files which should re - install the thumbnail manager associated with him.

    Where the thumbnail handler is still in the system and is either corrupted or must be re-recorded (as described in the link above), you can determine the file name by using ShellExView if you run ShellExView, sort the output of 'type' (if it isn't already) and look for "miniature" entries  If you right-click on an entry and select 'Properties', you will get a list of file extensions that it manages.

  • 'Cannot convert FAT32 to NTFS disk.

    When I try to convert an order to my D drive, I get the following response cannot convert volume on this disk

    Hello

    I suggest you check out the following link.

    Convert a hard disk or partition to NTFS format

  • Cannot convert System.Object]

    I have a simple function, it is block param is defined as follows:

    param (

    [parameter (Position0, =

    Mandatory,=$true

    ValueFromPipeline=$true

    ( HelpMessage="VMHost Object")]

    [ValidateNotNullOrEmpty()]

    [VMware.VimAutomation.ViCore.Impl.V1.Inventory.VMHostImpl] $VMHost )

    The feature works as expected when it is called in this way:

    Get-VMHost | Test-VMHostOverCommitment

    Test-VMHostOverCommitment-VMHost (Get-VMHost MyHost)

    $MyHost = get-VMHost MyHost

    Test-VMHostOverCommitment-VMHost $MyHost

    But fails when invking as follows:

    Test-VMHostOverCommitment-VMHost (Get-VMHost)

    $AllHosts = get-VMHost

    Test-VMHostOverCommitment-VMHost $AllHosts

    This is the error:

    Test-VMHostOverCommitment: cannot process the transformation parameter argument '$vmhost '. Cannot convert value "System.Object []" type "System.Object []" type 'VMware.VimAutomation.ViCore.Impl.V1.Inventory.VMHostImpl '.

    Whence the System.Object []? The output of Get-VMhost is VMHostImpl objects. I can change the type of input of object as a solution, but then I lose the type of automatic type detection. I'm doing something wrong?

    See you soon,.

    Mike

    Hi Dimitar,

    Welcome to the VMware communities.

    Your explanation of the problem is right. I only would set it a little different. Like this:

    function Output-VMHost {
      param (
        [parameter(Position=0,
           Mandatory=$true,
           ValueFromPipeline=$true,
           HelpMessage="VMHost Object")]
        [ValidateNotNullOrEmpty()]
        [VMware.VimAutomation.ViCore.Impl.V1.Inventory.VMHostImpl[]]$VMHost)
    
      process {
        foreach ($ThisVMHost in $VMHost) {
          Write-Output $ThisVMHost.Name
        }
      }
    }
    

    Best regards, Robert

  • When you publish to SWF format, event video does not play

    When I publish to swf format, my 2 event videos show the shell of the PlayBar and a loading bar in the upper left corner, but nothing will happen. I have set the overall security for the folder containing my published Swf project, have also made sure that videos mp4 have been posted to the folder.

    Had to have IT add the extension .mp4 on the server. Everything humming along great.  Thanks for the help guys, looks like the missing on the server .mp4 extension was the problem all the time!

  • Cannot convert java.io.serialiazable to int error

    Dear members,

    I have the procedure in the AM which is as follows:

    public int countRecs (String headerID)
    *{*
    int count = 0;
    *...*
    *...*
    County = integer value assigned to SQL query*.
    *....*
    *...*
    return the count;
    *}*

    I call this procedure from the co of the page as follows:

    String headerID = "123".
    int count = 0;
    * Serialiazable para [] = {headerID}; *
    Count = (int) AM.invokeMethod ("countRecs", headerID);

    When I'm compiling my Commander I get the below error:

    Cannot convert java.io.serialiazable to int

    Kindly please help me to solve this error.

    Thanks in advance.

    Best regards
    Arun D. Reddy

    Arun,

    Sorry its my error, change to the

    Count = Integer.parseInt ((String) am.invokeMethod ("countRecs", para));

    Concerning
    Ravi

  • TypeError: Error #1034: Type coercion failed: cannot convert flash.display::MovieClip@64e6ca1 in fla

    Hi all

    I get this window pop-out error when I pressed a button. The earpiece button contains the following code:

    btn_start.addEventListener(MouseEvent.CLICK, gotoStart);
    function gotoStart(e:MouseEvent):void{ 
         btn_start.removeEventListener(MouseEvent.CLICK, gotoStart);
         gotoAndStop("START");
    }
    

    TypeError: Error #1034: Type ISP led constraint: cannot convert flash.display::MovieClip@64e6ca1 to flash.display.SimpleButton

    at flash.display::MovieClip/gotoAndStop()

    to attendanceCheck / gotoStart () [attendanceCheck::frame2:31]

    After searching the cause for a while, I can't find what's wrong with it...

    Help me please...

    Thank you

    Zainuu

    As I said, there is nothing wrong with this code.  So, since the error indicates that you treat a MovieClip, as if it were a SimpleButton control, somewhere in your design you have done something to try to force this MovieClip to be a button (or possibly vice versa if it's actually a button).  Check the properties panel and elsewhere to see if you have something that could be tempting to be that touches another object type than it is selected.

    Try to create a new movieclip and assign it to that name (detached from each other) and see if you still receive the error.  If it works, then I recommend just create a new movieclip and replace the current where the problem arose.

  • DateField as itemrender causes Error #1034: Type coercion failed: cannot convert '10/03/2006.

    I have itemrende onliner.

    < mx:DataGridColumn dataField = "solddate."
    headerText = "Date".
    itemRenderer = "mx.controls.DateField"
    rendererIsEditor = "true".
    editorDataField = "selectedDate" / >

    XML =

    < solddate > 10/03/2006 < / solddate >

    This translates

    DateField as itemrender causes Error #1034: Type coercion failed: cannot convert ' 10/03/2006' in Date.

    Is it possible for me to be

    1. change the output xml to the required format

    or

    2 convert the data within the itemrenderer

    The answer is here http://blog.flexmonkeypatches.com/2008/04/08/datefield-itemeditor-when-date-is-a-string/comment-page-1/
    
    or you can do it inline like
    
    DataGridColumn headerText="Date"                   editable="true"                    rendererIsEditor="true">                              DateField selectedDate="{new Date(Date.parse(data.@solddate as String))}"/>                                               DataGridColumn>
    
    
    
  • DW cannot convert the &lt; object &gt; tag created with swfObject 2

    I have a Flash video on an "integrated" static html page using the swfObject method 2. When I open the page in DW CS3 I get this error message:

    "This page contains < object > tags that may not work properly in the most recent versions of Internet Explorer. DM cannot convert the < object > tag. »

    Page plays the video the two local system on the server.

    this test page is here: http://www.rjdutton.com/about_movSWF2.html

    Relevant source code is:

    --> < object classid =... etc and

    --> < object type =

    Since this is the only code on the test page that refers to an object tag.

    The on-board Flash I have on the website (home page and the who we are page) now are incorporated using < embed > via Flash CS3 (AC_Run active content), but this method does not validate. the swfObject method 2 valid.

    I'm working on a Mac. Could someone check the page on the victory of the IE and see if the video is running?

    Can I ignore the message 'error' of Dreamweaver?

    Thanks - Susan

    I think that you will have no problem ignoring the message.

    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Adobe Certified Expert - ColdFusion 8
    Fordwebs, LLC
    http://www.fordwebs.com
    http://www.cfnoob.com

  • Cannot convert the SWF into a MovieClip

    I have a problem when I have a project as3 loading in an AS3 SWF that contains an another AS3 SWF containing a videoplayer, and I am getting error of failure of type coercian as above.

    TypeError: Error #1034: Type coercion failed: cannot convert work_client_overlay@39e9e0b1 to flash.display.MovieClip.
    to WorkClient / externalLoadComplete)
    function / http://adobe.com/AS3/2006/builtin::apply()
    to MethodInfo-(37)

    usually, when I load in a SWF file I put something like

    mc:MovieClip - new MovieClip() var;
    MC = MovieClip (ev.currentTarget.content) //where ev.currentTarget is a charger

    Then, I find that I can trigger functions in the SWF file that is loaded using the
    MC. SomeFunction();

    but this does not work in this case and the only reason I see is that there is a videoplayer loaded inside the SWf I am loading in...

    Any help would be greatly appreciated.

    Greg

    I solved it. The main class of my loaded SWF needed to extend the MovieClip and it prolonged only Sprite.

  • Cannot convert RichInputNumberSlider to int

    Hi all
    I have tried the panelDashboard component.
    I want to make a simple page with two components: an inputNumberSlider and a panelDashboard.
    I would like that the panelDashboard has the number of columns selected in the inputNumberSlider.

    I read the post of thi: < af:panelDashboard > component not made
    so I put in the "columns" of the panelDashboard of the value property: #{backingBeanScope.ins1.value}

    but I have this error:

    java.lang.IllegalArgumentException: cannot convert RichInputNumberSlider [UIXEditableFacesBeanImpl, id = ins1] of type class oracle.adf.view.rich.component.rich.input.RichInputNumberSlider in int
    at com.sun.el.lang.ELSupport.coerceToNumber(ELSupport.java:293)
    at com.sun.el.lang.ELSupport.coerceToType(ELSupport.java:373)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:194)
    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelDashboardRenderer.getColumns(PanelDashboardRenderer.java:384)
    Truncated. check the log file full stacktrace

    I want to convert to int, because if I set the 'columns' property # {backingBeanScope.ins1.value} without converting them, I do not see the panelDashboard.

    Why?

    I use Jdeveloper 11.1.1.0

    I do something similar. In my grain of support for dashboard, I just have a property of type string called 'prefNumCols' with the getters and setters.

    
    

    Then the dashboard is refers to this value simply and watches the foregoing as a partialTrigger

     
    

    Works for me :-)

    Published by: cafelatte, Sep 22, 2009 15:24

  • Do I need a converter for my Macbook when traveling in Ireland or just a form of adaptation?

    Do I need a converter for my Macbook when traveling in Ireland or just a form of adaptation?

    Just a form of adaptation.

Maybe you are looking for