Problems converting to flv from mov

Ive got quicktime pro and i try to convert my mov files to an flv file and it works but when i go to play the file at about 70% of the way through the video it will freeze. if i fast forward the video it will continue to play the last 30% but without volume. it does this on all mov files i convert.
i've got another converter on a pc that will convert the mov files to flv with no problems but i want to be able to do it on the mac.

If you have QuickTime 7.2 installed, encoding FLV video will work properly only if the audio track in the source video is encoded at 44kHz. Otherwise, the FLV will stop playing two-thirds of the way through.
If necessary, use QuickTime Pro to re-encode the source video so that its audio track is 44kHz. Then encode into FLV.
See this Adobe TechNote:
http://www.adobe.com/go/kb402508

Similar Messages

  • Problem Converting AVI (DV) to MOV (DV)

    I have a number of AVI (DV) files that were previously imported on my PC, which I want to covert (using my Mac) to the more Mac friendly MOV (DV) file format.
    I read that the best way to achieve this is to open the AVI files in Quicktime Pro and to convert the files to MOV using “SAVE AS”, as opposed to “EXPORT”. I understand that the benefit of using “SAVE AS” is that there is no recompression of the DV stream and that only the Container is changed (which results in a lossless conversion).
    The problem is that the new MOV (DV) file is significantly larger than the original AVI (DV) file. For example, the size of a 13.5 minute clip increases from 2.95 GB to 5.88 GB.
    I wouldn't expect such a significant change in file size if only the Container is indeed being changed.
    I have also tried MPEG Streamclip to do the conversion, but I get the following message when I try to open the AVI (DV) file “File open error: this movie file is not supported”.
    I have confirmed using Gspot that the AVI (DV) file is a 'Type 1' as opposed to a 'Type 2' file. Gspot also indicates the following information about the file “Multipart OpenDML AVL (3 parts). I don’t know if this is relevant.
    Any advice would be greatly appreciated.

    UPDATE PROBLEM SOLVED:
    I was able to fix this problem by following a reply that I received on forum.videohelp.com. Basically, I was able to fix the problem by using a program called DVdate to convert my AVI (DV) files from Type 1 to Type 2. Now all is well. Here is the link below to the answer.
    http://forum.videohelp.com/threads/331883-Problem-Converting-AVI-(DV)-to-MOV-(DV)?p=2057056#post2057056

  • Problem Converting standby database from snapshot to physical

    Any help willl be greatly appreciated...
    I am trying to convert a standby database that is in "snapshot" mode back to "physical" standby and I am encountering problems in the process from the "DGMGRL" command line.
    Both instances are on the same physical machine. Everything was working fine untill I tried to change the db from snapshot to physical. The DGMGRL starts the conversion process and is able to shutdown but when trying to restart the instance is fails and reports that the service is not defined.
    Here is the issue I am facing:
    C:\app\MMJ\product\11.1.0\db_1\BIN>
    C:\app\MMJ\product\11.1.0\db_1\BIN>set ORACLE_SID=I11G1 <======= the primary database
    C:\app\MMJ\product\11.1.0\db_1\BIN>dgmgrl
    DGMGRL for 32-bit Windows: Version 11.1.0.6.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys/password@i11g1sb <===== the standby database currently in snapshot mode
    Connected.
    DGMGRL> connect sys/password@i11g1 <==== the primary database
    Connected.
    DGMGRL> convert database 'i11g1sb' to physical standby;
    Converting database "i11g1sb" to a Physical Standby database, please wait...
    Operation requires shutdown of instance "i11g1sb" on database "i11g1sb"
    Shutting down instance "i11g1sb"...
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "i11g1sb" on database "i11g1sb"
    Starting instance "i11g1sb"...
    Unable to connect to database
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Failed.
    You are no longer connected to ORACLE
    Please connect again.
    Unable to start instance "i11g1sb"
    You must start instance "i11g1sb" manually
    Failed to convert database "i11g1sb"
    DGMGRL> show configuration
    Configuration
    Name: DGConfig1
    Enabled: YES
    Protection Mode: MaxPerformance
    Databases:
    i11g1 - Primary database
    i11g1sb - Snapshot standby database (disabled)
    Fast-Start Failover: DISABLED
    Current status for "DGConfig1":
    SUCCESS
    DGMGRL> exit
    C:\app\MMJ\product\11.1.0\db_1\BIN>set ORACLE_SID=I11G1SB
    C:\app\MMJ\product\11.1.0\db_1\BIN>sqlplus /nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Wed Mar 25 11:40:16 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL> connect / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 426852352 bytes
    Fixed Size 1333648 bytes
    Variable Size 369100400 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 6086656 bytes
    Database mounted.
    Database opened.
    ==============>>>> as you can see I can start the standby database without any problems and even query the table in which I made some changes. I had added the record with "Region_ID"=30. I have
    SQL> select * from hr.regions;
    REGION_ID REGION_NAME
    30 JAPAC
    1 Europe
    2 Americas
    3 Asia
    4 Middle East and Africa
    SQL>
    The same table on the primary database has the following records in the same table:
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\MMJ>set ORACLE_HOME=c:\app\mmj\product\11.1.0\db_1
    C:\Documents and Settings\MMJ>set ORACLE_SID=i11g1
    C:\Documents and Settings\MMJ>
    C:\Documents and Settings\MMJ>cd %ORACLE_HOME%
    C:\app\MMJ\product\11.1.0\db_1>cd bin
    C:\app\MMJ\product\11.1.0\db_1\BIN>
    C:\app\MMJ\product\11.1.0\db_1\BIN>
    C:\app\MMJ\product\11.1.0\db_1\BIN>sqlplus /nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Wed Mar 25 11:43:10 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL> connect / as sysdba
    Connected.
    SQL>
    SQL> select * from hr.regions;
    REGION_ID REGION_NAME
    1 Europe
    2 Americas
    3 Asia
    4 Middle East and Africa
    20 JAPAC
    40 JAPAC
    6 rows selected.
    SQL>
    =======> The TNSPING works fine against both the databases.
    C:\app\MMJ\product\11.1.0\db_1\BIN>set O
    ORACLE_HOME=c:\app\mmj\product\11.1.0\db_1
    ORACLE_SID=I11G1SB
    OS=Windows_NT
    C:\app\MMJ\product\11.1.0\db_1\BIN>
    C:\app\MMJ\product\11.1.0\db_1\BIN>tnsping i11g1sb
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 25-MAR-2009 16:56:42
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    c:\app\mmj\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = MHost)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAM
    E = I11G1SB)))
    OK (230 msec)
    C:\app\MMJ\product\11.1.0\db_1\BIN>tnsping i11g1
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 25-MAR-2009 16:56:47
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    c:\app\mmj\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = MHost)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAM
    E = I11G1)))
    OK (30 msec)
    C:\app\MMJ\product\11.1.0\db_1\BIN>lsnrctl
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 25-MAR-2009 16:57:01
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> set current_listener i11g1
    Current Listener is i11g1
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MHost)(PORT=1523)))
    Services Summary...
    Service "I11G1" has 1 instance(s).
    Instance "I11G1", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0
    LOCAL SERVER
    Service "I11G1SB" has 1 instance(s).
    Instance "I11G1SB", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:55 refused:1
    LOCAL SERVER
    Service "I11G1SB_DGMGRL" has 1 instance(s).
    Instance "I11G1SB", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "i11g1.mhost" has 1 instance(s).
    Instance "i11g1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:6 refused:0 state:ready
    LOCAL SERVER
    Service "i11g1XDB.mhost" has 1 instance(s).
    Instance "i11g1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: MHost, pid: 3944>
    (ADDRESS=(PROTOCOL=tcp)(HOST=MHost)(PORT=1430))
    Service "i11g1_DGB.mhost" has 1 instance(s).
    Instance "i11g1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:6 refused:0 state:ready
    LOCAL SERVER
    Service "i11g1_XPT.mhost" has 1 instance(s).
    Instance "i11g1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:6 refused:0 state:ready
    LOCAL SERVER
    Service "i11g1sb.mhost" has 1 instance(s).
    Instance "i11g1sb", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "i11g1sbXDB.mhost" has 1 instance(s).
    Instance "i11g1sb", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: MHost, pid: 7336>
    (ADDRESS=(PROTOCOL=tcp)(HOST=MHost)(PORT=1931))
    Service "i11g1sb_DGB.MHost" has 1 instance(s).
    Instance "i11g1sb", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "i11g1sb_XPT.mhost" has 1 instance(s).
    Instance "i11g1sb", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    LSNRCTL>

    Thanks for the response.
    So, here is the status now....with a little background...
    After my original post, I started to read the manuals and I found the sql command to convert the database back from snapshot to physical standby (sb).
    That worked fine and I had my snapshot sb back to physical sb.
    So when you posted the suggestion, I already had my db in physical sb mode. I said no problem, I will convert it back to snapshot and then back again using dgmgrl instead of sql+
    Well here is how my listener is configured now.
    SID_LIST_I11G1 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = I11G1.MHOST)
    (ORACLE_HOME = c:\app\mmj\product\11.1.0\db_1)
    (SID_NAME = I11G1)
    (SID_DESC =
    (GLOBAL_DBNAME = I11G1SB.MHOST)
    (ORACLE_HOME = c:\app\mmj\product\11.1.0\db_1)
    (SID_NAME = I11G1SB)
    (SID_DESC =
    (GLOBAL_DBNAME = I11G1SB_DGMGRL)
    (ORACLE_HOME = c:\app\mmj\product\11.1.0\db_1)
    (SID_NAME = I11G1SB)
    Then using dgmgrl I tried to change the db from p-sb to s-sb and the results are not good....
    "i11g1 >"dgmgrl
    DGMGRL for 32-bit Windows: Version 11.1.0.6.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL>
    DGMGRL> connect sys/[email protected]
    Connected.
    DGMGRL>
    DGMGRL>
    DGMGRL> convert database 'i11g1sb' to snapshot standby;
    Converting database "i11g1sb" to a Snapshot Standby database, please wait...
    Database "i11g1sb" converted successfully
    DGMGRL> show configuration
    Configuration
    Name: DGConfig1
    Enabled: YES
    Protection Mode: MaxPerformance
    Databases:
    i11g1 - Primary database
    i11g1sb - Snapshot standby database
    Fast-Start Failover: DISABLED
    Current status for "DGConfig1":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show configuration
    Configuration
    Name: DGConfig1
    Enabled: YES
    Protection Mode: MaxPerformance
    Databases:
    i11g1 - Primary database
    i11g1sb - Snapshot standby database
    Fast-Start Failover: DISABLED
    Current status for "DGConfig1":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database 'i11g1sb';
    Database
    Name: i11g1sb
    Role: SNAPSHOT STANDBY
    Enabled: YES
    Intended State: APPLY-OFF
    Instance(s):
    i11g1sb
    Current status for "i11g1sb":
    SUCCESS
    DGMGRL> show database 'i11g1';
    Database
    Name: i11g1
    Role: PRIMARY
    Enabled: YES
    Intended State: TRANSPORT-ON
    Instance(s):
    i11g1
    Current status for "i11g1":
    Error: ORA-16778: redo transport error for one or more databases
    DGMGRL> exit
    Not sure if the following (notice the typo in the service name) in the parameter (log_archive_dest_2) definition on the standby d/b has anything to do with this. I did not get this error when I initially converted to s-sb.
    also I checked all my session notes, I did not type the command to set this parameter on the standby d/b and so it was not a typo on my part. However, it seems to have come from the rman script supplied with the obe. This script is supposed to clone the primary d/b to a standby db and in the process replace the string /i11g1/ with /i11g1sb/.
    SQL> show parameter log_archive_dest_2
    NAME TYPE VALUE
    log_archive_dest_2 string service=i11g1sbsb async valid_
    for=(online_logfile,primary_ro
    le) db_unique_name=i11g1sb
    SQL>
    SQL>
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    i11g1sb
    SQL>
    Given all this, the archive logs seem to be shipping correctly to the sby d/b.
    "i11g1sb >"cd C:\app\MMJ\flash_recovery_area\i11g1sb\ARCHIVELOG\2009_03_30
    "i11g1sb >"dir
    Volume in drive C is Local Disk
    Volume Serial Number is 3189-6472
    Directory of C:\app\MMJ\flash_recovery_area\i11g1sb\ARCHIVELOG\2009_03_30
    30/03/2009 09:05 PM <DIR> .
    30/03/2009 09:05 PM <DIR> ..
    30/03/2009 05:41 PM 35,627,008 O1_MF_1_137_4X2H4JJM_.ARC
    30/03/2009 05:41 PM 1,910,784 O1_MF_1_138_4X2H4LVC_.ARC
    30/03/2009 09:04 PM 10,447,360 O1_MF_1_139_4X2V03RW_.ARC
    30/03/2009 09:05 PM 8,654,848 O1_MF_1_140_4X2V3BWB_.ARC
    4 File(s) 56,640,000 bytes
    2 Dir(s) 39,716,225,024 bytes free
    "i11g1sb >"
    "i11g1 >"dir
    Volume in drive C is Local Disk
    Volume Serial Number is 3189-6472
    Directory of C:\app\MMJ\flash_recovery_area\I11G1\ARCHIVELOG\2009_03_30
    30/03/2009 09:05 PM <DIR> .
    30/03/2009 09:05 PM <DIR> ..
    30/03/2009 04:09 PM 35,627,008 O1_MF_1_137_4X29QHTV_.ARC
    30/03/2009 04:24 PM 1,910,784 O1_MF_1_138_4X2BMOC7_.ARC
    30/03/2009 06:32 PM 10,447,360 O1_MF_1_139_4X2L4J3X_.ARC
    30/03/2009 09:05 PM 8,654,848 O1_MF_1_140_4X2V37KL_.ARC
    4 File(s) 56,640,000 bytes
    2 Dir(s) 39,716,229,120 bytes free
    I am tempted to start all over again, but I'd rather use this opportunity to debug this issue (as a learning exercise). I can always start from scratch. That brings up another Q: What do I need to do to blow away all traces of the stand by database (including all the archive logs etc...) keeping my primary intact. I'd also like to blow away all snapshot and archive logs for the primary as well.

  • Problem converting to INT from an XML file

    Hi folks, I hope you can help with this one, as it's been driving me nuts...
    Basically (and I'll try to keep this brief!) my project takes in an extremely basic XML file. I've never really done this before, but I seem to have got most of it working apart from taking in attribute values which I want to use as integers.
    Essentially, each element relates to objects of a basic class I have set up, while each attribute relates to the variables for the object. When the XML file is read, a new object is set up for each element and is stored in a linked list. That was supposed to be the difficult bit, but it turns out it hasn't been...
    The XML file looks a little bit like this (only the elements are shown to save space):
    <Object name="My object" description = "blah" x_axis = "96" y_axis="23" />
    <Object name="Another one" description = "blah, again" x_axis = "83" y_axis="40"/>
    etc. etc. The problem relates to the x_axis and y_axis attributes. While the description and name attributes are assigned correctly, for some reason the x_axis and y_axis attributes are both given values of zero when I convert them from Strings to Ints. After much printing to the console, kicking and screaming, I think I've narrowed the problem down to the following code:
    if (attrib.getName() == "x_axis")
    int myX = Integer.parseInt(attrib.getValue()); // converting a string to an int
    myObject.setSoundX_Axis(myX);
    // And, of course, I do the same sort of thing for the Y axis.Anyone know why I'm getting zero values? Is it something to do with the way I'm converting the string to an int in Java?
    Cheers for any help.

    int myX = Integer.parseInt(attrib.getValue());I don't see anything wrong. Try printing out the value of attrib.getValue() to see if it is what you expect. You may want to try:
    String s = "" + myX;
    if ( s.compareTo(attrib.getValue() != 0 ) {
        System.out.println("Don't compare: myX=" + myX + " getValue=" + attrib.getValue());
    }

  • Generate AVI files. Convert in AVI from MOV. QUICKTIME PRO??

    Hi,
    First of all, I'd like to ask you an apology if my problem has been solved in another post, but I couldn't find it.
    I have an AVI file and I’d like to add the subs (srt file) My idea was to open the AVI file with a program, to add the file and finally to generate a new AVI file with the subs included.
    I had the wrong idea that with Quicktime I could make that, but after several intentions I have realized that I haven’t the Quicktime Pro, what I have is Quicktime X and with this version is not possible to generate an AVI file the way I need.
    I have read a few posts about the differences between Quicktime 7 Pro and Quicktime X, and before thinking in buy the Quicktime 7 Pro license, I want to know if it will make what I want.
    I also need to convert a MOV file into an AVI file or another smaller which I could share by email. I prefer AVI format because all users (MAC & WINDOWS) can play it.
    I am not sure if the Quicktime 7 Pro is the better solution for me. Maybe you know another program which I can get what I need.
    Thank you in advance, best regards.
    FJT

    If you are also running the 3ivX codec module and the movie is a DivX AVI, then you you may need to run the file through 3ivX's DivX Doctor II. This utility updates DivX .avi videos to 3ivX QT (.mov) videos. (This assumes other files still play correctly with audio.)
    http://www.3ivx.com/divxdoctor/
    "After the conversion you will be able to play the video smoothly, and the audio glitches inherent in the AVI format will be fixed" -- according to the 3ivX site.

  • Problem converting long AVI to MOV

    I am trying to convert one hour AVI file into a MOV format using Quicktime
    PRO on a PC.If I try and convert a short AVI video of less than 5 minutes I
    can can convert it and change the settings of both Video and Audio to suit
    my specification.If however I try and convert a longer AVI say one hour I
    can only set the video characteristics but NO audio at all.The audio
    settings area is greyed out and not changeable.
    My question is this.Is it possible to convert a long AVI video (say 1 hour)
    to a MOV format in Quicktime PRO on a PC and still be able to set the audio
    to the required specification?
    Thanks Stu
    P.S im using QT Pro 7.3

    If the audio settings in the export dialog can't be adjusted then the audio codec used in the file isn't supported by QuickTime Pro export.
    MPEG-1 is playback only.
    MPEG Streamclip (free) can convert your AVI with MPEG-1 audio.
    http://perian.org can also help QuickTime Pro with some codecs used in AVI's.

  • Any way to convert a file from Movie playlist to TV show playlist?

    Hi, I just uploaded a few tv shows from my computer to itunes, but unfortunately, the tv show i uploaded went to the Movies playlist.
    I cannot drag the file over to tv show no matter how hard i try. It stays on Movies.
    Is there any way to change this?
    Thanks!

    You can right click on the title, and choose GET INFO, there's a tab there, i think it's OPTION and choose TV SHOW (default is on MOVIES)

  • How do you convert a file from .mov to .avi in quicktime pro

    I'm using a kodak Z50 digital camera that records video files as .mov files. I was told I could convert the files to .avi files using quicktime pro, but I can't figure out how to do it. Anyone know?

    I am assuming you already are able to open the movie
    in QT Player. Use Export in the File menu, choose
    Movie to Avi in the drop-down Export Menu and then
    click on Options to choose one of the pre-loaded avi
    codecs for the compression. You may also want to
    search for and install one of the newer codecs, such
    as 3ivx or divx since the preinstalled codecs are all
    rather old.
    eMac 700
    mhz   Mac OS 9.2.x  
    Thanks for the help. It worked, but the quality of the video is poor. Is there anything I can do about this?

  • Problems converting my iPhotos from iPhone 3 to iPhone 4 thru iTunes

    My MacBookPro had 5GB of space before I started tranferring everything from iP3 to iP4. During the transfer, everything moved from the 3 to the 4 EXCEPT my photos. I have about 6000 of them. It kept saying something about "optimizing" them for the iPhone 4. Fine. But now my MacBookPro has ONLY 34 MB of space left. Where did the 5GB go and how do I get my photos moved over?
    Thanks

    http://support.apple.com/kb/ht2109

  • It takes 11 hours to convert to flv format from Quicktime

    I edited a DV movie from camera using FCP and one hour final movie after adding all animations and effects in .mov format which was about 12 GB takes about 11 hours to be converted to flv format is this usual or I need to do some thing.
    My system configuration is
    Power PC G5
    3500 MB RAM
    1.1 TB hard disk.
    I used Marcromedia Flash Encoder
    OS Mac OS X 10.5.8
    is there some thing that can be done to shorten the time as the compressor of FCP wont submit batch.That is an error I am getting in it.
    http://support.apple.com/kb/TA47672?viewlocale=en_US
    and any of the solution suggested above does not seems to work.
    This post is not about compressor problem I had asked that on another thread
    http://discussions.apple.com/thread.jspa?threadID=2374397&tstart=0
    but it says to install an old OS which is not some thing logical I feel to be able to use compressor I wont be downgrading my OS.
    What I want to know is to be able to convert to flv from .mov format so much time is it a usual thing or some thing can be done to shorten it.

    That's what I meant. You just need a good compression codec.
    Can you help to identify or let me know a few codecs I will try.
    Is FLV the only resource you streaming server will use?
    Yes it has to be flv.The decision is not in my hands it will be a Linux Server so if you are aware of any better file format let me know.I can suggest.
    You can use hardware compression systems to go directly to several different >low grade codecs but I've never used them.
    I do not have any such hardware but anyways
    thanks for this suggestion.

  • Audio off when converting from mov to flv

    I have an mov file that I am trying to convert with the media encoder, but when I run it through, it throws off the audio just slightly. I have tried converting to flv and mp4 with the same results. What is causing this? Can I fix it? I need to be able to convert the file so I can use it in a Captivate project.

    I resolved the issue.  I googled the issue and the answer was right there. Turns out that one audio clip (out of dozens in the project) was somehow corrupted. A small yellow triangle was the indication.  Once I deleted that clip all of the other audio came back into the project.  I simply pasted a fresh version of that audio clip into the project and the all was not lost.

  • Can I change audio codec when convert flv to mov ?

    I just get Total Video Converter from App store to convert my downloaded flv to mov.  My question is how can I change the audio codec to ac3, aac, or mp3?
    Below is its screenshot:

    A simple problem, I think you are beginner to this app.  In the tool bar, you can find a button "Settings", click it, you will get a window named "Options", and there are 4 tabs: "Video", "Audio", "Resize", "Crop&Pad", and "Audio" tab is the right you need like below:
    There, you can set your desired audio codec with option "Audio Codec"
    Hope this can help you. Good luck.

  • Convert .flv to .mov

    How do you convert .flv to mov.? as FCP won't load .flv files

    I am using MPEG Streamclip, having installed the Perian plugin, and successfully converted FLV to MOV. My problem is that I have been given 4 files, presumably from the same source, and 1 works 3 don't. Any ideas why?

  • How do I convert my iphone videos (.mov) to .flv files?

    How do I convert my iphone video (.mov) to .flv files?

    Or try to search in the App Store.
    I am using ifunia media-converter, the one that got from Mac App Store, successfully converted dvd and HD video for me, seems it support converting mov to flv.

  • How to convert a .flv file into a Youtube sharing .mov file via Compressor?

    I'm trying to convert a .flv file into a Youtube sharing .mov file via Compressor but every time I submit it, it fails due to error code -50. It worked two hours ago (albeit, very slowly) with another .flv file but now it refuses to even try. Please help!

    Sorry you're having problems, but it's not surprising. The error code is invalid media.
    The easy way is to forget about Compressor and upload the Flash file directly to You Tube with their uploader.
    You'll also save a generation of compression loss.
    Good luck.
    Russ

Maybe you are looking for

  • Exif info from JPEG exports from LR 5.6 doesn't display in some photo viewers

    I've noticed that when I export JPEGs from LR, the Exif for things like the aperture, shutter speed, and exposure doesn't display in photo viewers like Gallery and QuickPic on my Android tablet.  Using an Exif reader, the fields are there.  I think I

  • Playing from built-in speakers while on dock

    SO my new 5th generation iPod nano will charge on my dock but when I try to listen to music it comes out of the iPod and not the dock stereo... can I fix this?

  • Best way to import already edited videos

    All I want to do is take a movie from my video camera that is already edited and convert it to a quicktime movie. The project is only 7 minutes long, but when I capture it, it slices it up into a bunch of files that still have skips when I put them i

  • SOAP in Integration Engine

    Hi,      I got a basic doubt...XI uses SOAP message, is this is up to SOAP (1.1 or 1.2 ) specification by W3C or SAP's proprietary format of SOAP ? can we call SOAP message instead of XML message directly? is that technically correct ? Thanks and Reg

  • Delete an ENTIRE podcast?

    Hi Does anyone know how to delete an entire podcast? The show, the header...everything? I'm the owner- I changed servers and upgraded extensively, but the old podcast is still out there. It's confusing for first time visitors. We're talking about Smo