FLV files do not work on the creation of dvd

Cannot watch or burn flv files

Hi John,.

Welcome to the Microsoft community.

As I see that you are unable to burn or watch FLV files in Windows DVD maker.  FLV files are supported in Windows DVD maker. where you are facing trouble with this in Windows DVD maker.

I suggest you to convert the file to the following supported file format and check.

".asf", ".avi", ".dvr-ms", ".m1v", ".mp2", ".mp2v", ".mpe", ".mpeg", ".mpg", ".mpv2", '.wm' and '.wmv '.

You can use your favorite search engine to find a suitable software which helps you convert the file.

NOTE: 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.

Reference link:

Convert music, videos, and pictures from one format to a different http://windows.microsoft.com/en-US/windows-vista/Convert-music-videos-and-pictures-from-one-format-to-another (also applies to Windows 7)

Hope it will be useful. If you still have questions, please reply and we will be happy to help you.

Tags: Windows

Similar Questions

  • Sound does not work after the creation of DVD

    When I saw my movie in still the audio works but after that I have export to DVD, it no longer works. Any ideas?

    Thank you

    Chris

    Well, you've done most of the things I would say. This individual WAV would be high on my list.

    This leaves wondering what brand of blank media are you burning at?

    Also, as a test, you can burn the file and then play this folder with DVD playback software? How does it work?

    One last thought, your audio is connected to your set-top player, or whatever it is you are testing on. Please don't laugh, as has happened at least two other posters over the years.

    Good luck

    Hunt

  • Can I do a clean install of Windows 7 Pro 64 bit on Vista Ultimate 32-bit upgrade. Installation file will not work. The error is described below.

    The XPS 730 with Intel Q9450 computer yourself running Windows 7 64 bit? The details of performance show that it is capable of 64-bit. When I try to install Windows 7 pro 64-bit upgrade, the installer will not work. I get an error that reads:
    The version of this file is not compatible with the version of Windows that you are running.

    I'm currently running Vista Ultimate 32 bit. Everything that I read on Microsoft and elsewhere says that you can go from Vista 32 bit to an operating system Windows 7 64-bit as long as you do the clean install. I'm that far away since I can't even run the installation.
    Maybe nobody knows what could be the problem?

    Hi Hal K,

    Thank you for visiting Microsoft Answers.

    If you are currently running a 32-bit version of Windows, you can only perform an upgrade to another 32-bit version of Windows. Similarly, if you run a 64-bit version of Windows, you can perform an upgrade to another 64-bit Windows version.

    If you want to move from a 32-bit version of Windows to a 64-bit version of Windows, and vice versa, you will need to back up your files and then perform a custom of the version of Windows you want to install installation.

    You can see the following link, installation and reinstallation of windows: http://windows.microsoft.com/en-us/windows7/Installing-and-reinstalling-Windows

    http://Windows.Microsoft.com/en-us/Windows7/32-bit-and-64-bit-Windows-frequently-asked-questions

    Swati K - Microsoft support technician
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The contents of the folder WAV files will not work unless the folder is on the desktop.

    Re: Windows Vista Home Premium 32 bit W/sp2 installed.

    I created a new folder for Wav files and set it on my desk until I was finished downloading the files for convenience purposes. I then used them to slightly change the default sounds for different commands, events and others. Everything worked fine until I moved the folder on the desktop to another location. Files located in the folder assigned and uncorrupted but will no longer work when the event or the command is enabled. If I move the folder to the desktop everything works well again. No error or anything are reported. The files in the folder will simply not work unless the folder is on the desktop. Is that all I could do to fix this?

    Hello

    1. what happens when you play the file from another location, you receive error message?

    2 - is that happen with some .wav files or all files?

    3. did you try copied the contents of the file and save it to another location and check the number?

    Step 1: Restart the computer to boot to verify if any third-party application is causing the problem.

    Follow the steps provide in the article below to perform the clean boot. http://support.Microsoft.com/kb/929135

    Note: Make sure to restart the computer to normal startup followed step 7 in the link.

  • USB formatted on the windows computer and then loaded with the IOS El Capitan files does not work on the Windows computer

    I tried to format a usb drive on my iMac home for use on a Windows computer. I tried to format it on the iMac with El Capitan and format on the Windows computer, but with the same question.  The files are corrupted and do not function correctly on the Windows computer at work.  The files are a combination of audio files and writing.  Is there a way to overcome this problem.  When I used earlier versions of IOS are not usability issues.

    iOS is for iPhones and iPads, but you also state El Capitan, so I guess that's what you're talking about.

    There are a lot of audio formats, many writing programs, so it is quite difficult to determine if this is a problem of format of file or a problem of disc format.

    Even if it's an mp3 player, wmv or any other file extension, there are more for the 'format' of an audio file of the extension.

    These designations are just wrappers that contain audio information. Audio information can be encoded in a variety of different formats and still be an mp3 or wmv. An mp3 player that plays on Windows cannot play on a Mac due to using a codec that is not installed on the Mac. Apple recently purged the operating system of older, obsolete codecs. As a general rule, VideoLan VLC can play most audio and video files on Mac and Windows.

    Were what type of writing files? Word, Pages, TextEdit,...?

  • the .swf and .html files does not work while the .fla file works great

    Hi I'm new to actionscript, and I have a question. The fla file works perfectly and runs the timer function and reads the xml file to create an RSS feed, but when I publish and choose HTML wrapper and then choose 14 Flash swf and html file load the photos and the text field but isn't something else please help.

    Thanks in advance.

    import flash.net.URLLoader;

    import flash.net.URLRequest;

    import flash.events.Event;

    import flash.text.TextField;

    import flash.text. *;

    import flash.utils.Timer;

    import flash.events.TimerEvent;

    var RSSLoader:URLLoader = new URLLoader();

    var RSSURL:URLRequest = new URLRequest ("http://sports.yahoo.com/soccer//rss.xml");

    RSSLoader.addEventListener (Event.COMPLETE, RSSLoaded);

    RSSLoader.load (RSSURL);

    var RSSXML:XML = new XML();

    RSSXML.ignoreWhitespace = true;

    var title: TextField;

    var desc:TextField;

    var allText:TextField;

    title = new TextField();

    allText = new TextField();

    var i: int;

    function RSSLoaded(e:Event):void {}

    trace ("xml load file here");

    RSSXML = XML (RSSLoader.data);

    for {(var selectedItems:String in RSSXML.channel.item)

    title. Text = (RSSXML.channel.item [selectedItems] .title + "/");

    title.wordWrap = true;

    tfLog.text += title.text;

    tfLog.wordWrap = true;

    trace (title. (Text);

    }

    }

    var t:Timer = new Timer (200);

    t.addEventListener)

    TimerEvent.TIMER,

    function(EV:TimerEvent): void

    {

    tfLog.text tfLog.text.substr = (1) + tfLog.text.charAt (0);

    }

    );

    t.Start ();

    var picTimer:Timer = new Timer (2000);

    picTimer.start ();

    picTimer.addEventListener (TimerEvent.TIMER, timehandler);

    function timehandler(event:TimerEvent):void {}

    setChildIndex (getChildAt (7), 0);

    }

    A way around that is to have a PHP file on your server that reads the XML feed and your swf reads the data from the PHP file rather than directly from the external domain.

  • video files do not work on the rocket / battery life only half

    I can't read music on my Sansa 4 GB rocket videos. I use Sansa media converter. I want to watch videos on it but I wait like 20 to 30 minutes just to appear in the menu and see just a black screen when I try to watch it. I think a new firmware update might help. Did someone herd all the rumors when a new will be available? I really like the "rocket", but I noticed that there are a lot of bugs in the programming.                                                                                                                                Also the battery life lasts about 12 hours (assumed to be 24 hours).  I have an extended through shack radio warranty is possible that they will be able to fix this?                                                                                                                                                                                                                                                                              Thank you for your time, Sansa65

    Not sure of your video problem, but can only talk about music? Format (WMA, Ogg, FLAC, MP3)? Bitrate? Using MP3 at 128 Kbps should give you 24 hours. If you use FLAC or (my favorite) Oggs, or a higher rate, then you are going to consume more energy. If this is not the case and that you use 128 Kbps MP3s, then load the "rocket" completely up, play music on it until it dies (don't stop it, it stop automatically when the battery is too low), then load it completely upwards without interruption (the battery icon stops flashing and disappears from the Lightning). You should not discharge/recharge the battery as it more than twice. This should recalibrate the battery (such as, to synchronize the farm while she knows exactly how responsible it is). Sometimes, when a battery test it in the factory or use over a long period of time UN-calibrates the battery.

  • Document file does not work in the start menu

    Start men: Document file on the right says 0 bytes and does not at all.

    If the file is 0 bytes in size there is nothing to open as it is empty.

    I hope this helps.

  • MP4 music files does not work with the slide show in el Capitan/LR6?

    Since the upgrade to El Capitan on my Macbook Air LR6 refuses to add music files to iTunes for slideshow music library - starts the process, but does not end? Someone else out there there having this problem?

    Hi tedlemon,

    Suggest make you sure QuickTime player are updated.

    In addition, Lightroom should also be updated.

    See this link for update of Lightroom: keeping up-to-date for Lightroom

    Kind regards

    Claes

  • Mail does not work after the creation of iCloud email

    Hello

    After you have configured the email address of iCloud I am unable to use the email, I click on mail, but noting happens, all the functions on the mail is grayed out.  Currently, I use e-mail, but if I want to use iCloud email address I won't be able to any suggestions.  I tried the start and restart but still no joy.

    Can I use iCloud on messages and FaceTime.

    Thank you

    Kind regards

    rachealfromva

    A test, you have a different e-mail account, you can add to see if it works?

  • jsbin file is not working in the startup scripts folder

    Hello

    I use ID CC 2015.3 in Windows 7. I placed a jsxbin in the startup scripts folder, but it is not for me. Please notify.

    Have you seen this?

    Indiscripts: JavaScript binary ramming (CS4/CS5)

  • What file formats are accepted by the creation of dvd

    I can't so much by such a simple task

    with XP, it worked fine. Why did you change it windows if it works don't trouble is my policy.

    That's why I use Avid tools and with this new windows 7 I can't even install the drivers I am now seriously in re installation of my windows xp and windows 7 to the store for a full refund on return!

    [Moved from comments]

    See - f http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/windows-dvd-maker-what-format-does-it-recognize-to/0cc677b0-8fae-4ea1-b0d2-f06724d7e08for info

  • Hi quite regular, the "save under ' and 'delete' does not work in the file menu?

    Hey delete it and save that the buttons do not work in the menu file, any help please

    Is that what you want to do? A web site, or the browser itself?

  • Firefox worked, today has not started with the error the version of this file is not compatible with the version of windows you are using.

    Computer is Windows 7 Ultimate 64 bit. Firefox has work fine for over a year on this computer. Nothing has been changed or updated updated except Windows update indicates that it installed updates on August 19. I had computer week before because only out of town, back entrance and began August 18, but Firefox has worked that day. Does not use FF again until today. Today August 22, firefox does not start, shortcut icon changed program not there. Exe in the folder when you click Poster error message says the version of this file is not compatible with the version of Windows, I am running. Exe of Firefox shows created on 20 August. I suspect the update, Windows or FF but lean towards windows, which was spent, who broke things. I noticed that IE 10 updates, updates of .NET framework and the malicious software removal tool have been installed. I tried to restart the computer, has not set. Tried to run as administrator, did not work. I don't want to uninstall FF, at least have to because of all the things I have here, bookmarks, last past passwords, etc..

    Hello

    Some Firefox problems can be solved by performing a clean reinstall. This means that you remove Firefox program files (not the profile folder, where the bookmarks are stored) and then reinstall Firefox. Please follow these steps:

    Note: You can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from http://www.mozilla.org office and save the installer to your computer.
    2. Once the download is complete, close all Firefox Windows (click on quit in the file menu or Firefox).
    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    Please report back to see if this helped you!

    Thank you.

  • The new tab (+) does not work, or the file/new tab feature

    The new tab (+) does not work. The function of the file/new tab does no more work. Both had worked correctly until noon today. I haven't added any software, plug-ins or extensions today, I do not have the Ask toolbar. I tried several of the suggestions made on this site, nothing helps.

    This problem may be caused by an extension that does not work in the current version of Firefox.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do not click on the reset button on the start safe mode window or make changes.

Maybe you are looking for