AVI file only plays sound, NOT video in Premiere CS6 and Element

I tried getting this to work in Premiere pro cs6 or premiere element but it wouldn't accept this avi video file. When importing the avi file to either application, the file is imported but it shows up as an audio with no video. The video does play just fine in Windows Media Player. The file is archived as an avi file from a lorex dvr system with a codec IMM4. It is encrypted with the date and time which is very important to maintain.
I have tried the following, but same problem of no video, only sound persists.
Download the latest 32-bit static build of FFmpeg from here: Zeranoe FFmpeg - Builds
Open the archive; you'll probably need 7-Zip since the archive is a .7z file. Extract the ffmpeg.exe file in the archive (it's in the "bin" folder) to the folder containing your AVIs.
Create a text document (Notepad is fine) called "avi2mp4.bat" (no quotes) in the same folder as the AVIs, making sure to change the default TXT extension to BAT.
Paste the following into the BAT file:    @ECHO OFF
for %%a in (*.avi) do ffmpeg -i "%%a" -vcodec copy -acodec copy -f mp4 -y "%%~na".mp4
Once you save the BAT file, double-click it; your AVIs will be rewrapped to MP4s without any conversion. The MP4s will correctly import into Premiere Pro.
I would appreciate anyones insight on this matter.
The following is the GSpot report on the file:

I'm having the same problem.
CS3 works fine with the avi files, but CS6 can't decipher it.
Very aggravating - I thought CS6 was supposed to be an improvement.
Luckily I have not uninstalled CS3.
One solution I found was using Windows Movie Maker to open the file and then save it to a WMV format.
That opened correctly in CS6.
It's still another step I didn't need in CS3.

Similar Messages

  • Panasonic .MOV files only play audio no video in Premiere Elements 11??? Not Working Help

    Panasonic .MOV files only play audio no video in Premiere Elements 11??? Not Working Help

    It all depends on the codec the file uses, Karli.
    What model of camcorder is this video coming from?
    Are you working on a Mac or a PC? Have you got the latest version of Quicktime, per the program requirements? When you started your project, did you select the settings for a DSLR at 720p? This is a vital step since it will activate the components your computer will need to work with many of these types of files.
    BY THE WAY, KARLI--
    PLEASE do not post the same question more than once on this forum! You've already got a thread going with this same question and several responses posted. It's very confusing when you post the same question a second time and start a whole new discussion.

  • .avi files only play sound after update

    I have a few .avi videos that used to play both audio and video before the 7.13 update yesterday, and now these .avi files only play audio, and the video is non-existant.
    I re-installed my DivX codecs, and I'm not sure what to do next.

    I am having the same problem.
    Does anybody have a resolution to this issue?

  • IPhone 4: connecting to TV for the 1st time with new "Composite AV Cable" only plays sound, not video on TV. However, this new cable works fine with old iPod to play videos on TV. Suggestions?

    I'm trying to connect my iPhone 4 to my TV to play videos via use of a new "Composite AV Cable" but only sound will play off TV, not video.  I've tried every yellow/red/white input on the TV but to no avail.  Any suggestions?

    The iPhone 4, unlike iPod, doesn't ask you to set for PAL or NTSC.  In fact, in the SETTINGS/Video menu it only asks if you want to "Start Playing From Beginning", "Closed Captioning" and "Home Sharing".  I was surprised it had no settings like the iPod at all.

  • AppleTV will only play audio, not video

    My AppleTV will only play audio, not video via Airplay. I've verified correct settings, reset iPad, AppleTV and router with no success.  Please help!

    Welcome to the Apple Community.
    What is it that you were playing, some providers block their content from AirPlay.

  • Mov files only play sound

    I wanted to send (email) a movie clip shot from an ipad 2 to our parents.  When I open up the mov attachment on my pc I only get sound the video doesn't come in and is purple or green.  The video will only open up in itunes, it also opens up and plays great on the device that created it (ipad 2).  How do I get it to open on my pc in quicktime, I have installed the latest quicktime download for Windows XP but same problem.

    Yes, it does. It just doesn't
    play i n Elements 9.

  • Video File from PC will transfer to Playbook but will only play sound note picture

    I have trnasferred vidoe files from my laptop to Playbook, but whne I play the file on Playbook only the sound plays not the picture? Any ideas out there?

    I find MP4 to work the best for videos
    Media types that are supported on the BlackBerry PlayBook
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Stream only playing sound (no video) in latest Mac browsers?

    I built an app using SMP 1.6.274 inside Flex Hero targeting Flash 10.1.102.64.
    The  app ran fine in an OSX 10.6.7 running Firefox 3.4, but not Safari 5.05  or Chrome 11.0.696.65 on a Mac: the stream plays only sound and shows no  video.
    I installed the latest version of Flash Player  10.2, on the chance that there was a conflict with the older Flash  Player and the newer Chrome and Safari browsers, but that didn't solve  the issue. I then downloaded Firefox 4.0, and it also plays only the  sound.
    So I tried to install Flex 4.5.20967, the latest  build and target Flash Player 10.2, but ran into a number of problems  (mainly losing the connection to the spark.components.Application), so  rebuilt the application back around Flex Hero, but still have no video  on all three Mac browsers.
    I verified that everything is working fine from the FMS server by running older players.
    I am not sure what else to do at this point and am wondering if someone can point me in the right direction.
    Thanks.

    With Flash Player 10.2 the new StageVideo API became available. Using this new API enables hardware accelerated video rendering, boosting video performance and reducing CPU usage.
    In the latest OSMF builds (starting with the OSMF 1.6 Sprint 1 build) support for the StageVideo is enabled by default.
    What you've experienced it's a known limitation of using OSMF or SMP in a Flex application, where the video is shown behind all the Flex components.
    To make your video visible, you have to set backgroundAlpha=”0″ for your mx:Application or other flex containers of your video.
    Alternatively, if you don't want the performance boost you get from using StageVideo, you can disable it and your app should work as expected.
    Here's how you do that: OSMFSettings.enableStageVideo = false;
    As for your latest post, Chrome has it own version of Flash Player bundled with the browser and it manages the updates by itself.
    I suspect you still have 10.2 installed in chrome. Use Chrome to visit this link to learn what version of Flash Player it's using: http://www.adobe.com/software/flash/about/
    I hope this helps!

  • HT3209 Prometheus only plays sounds, no video.

    I downloaded Prometheus today and it only plays the sounds, no video.  Anyone else having this problem?  I have downloaded the movie 3 times with the same problem.  Is there a contact for Itunes to report broken downloads?

    I am having the same exact issue, the non HD  version that comes with it plays fine but the HD one will not show anything other then a blackscreen. I have no problems playing any other HD content and i can play bluray discs fine on my pc.

  • I have an Apple Composite AV cable for my iPhone 4S, and it's only playing audio not video. What's going on?

    It's only playing audio but not showing video. What's going on?

    Does the app you're using support video out?

  • TV shows downloaded from Itunes are only playing audio, not video.  What's going on?

    Hi there,
    My tv shows aren't playing.  I've checked both ones that I just downloaded as well as ones that have been there for awhile.  None are playing video -- just audio.  Any idea what could be going on here?  I did go into disk utility and repaired permissions (found this on another site), but that hasn't helped.  Dying to see that last episode of Breaking Bad!!!!  Please help if you can.

    I shut down and restarted and it seems to be working...

  • Airplay iTunes 11 only streams sound, no video, What's the fix?

    I have macbook Pro Mid 2011. Watching video from itunes library through airplay and Apple TV works fine for both video and audio. Streaming movie from itunes store only plays sound, no video. Tried other videos from You Tube and they worked fine. Is there a fix here?

    I have macbook Pro Mid 2011. Watching video from itunes library through airplay and Apple TV works fine for both video and audio. Streaming movie from itunes store only plays sound, no video. Tried other videos from You Tube and they worked fine. Is there a fix here?

  • HT5517 When im doing an airplay how come only audio no video on the TV? and its showing to my iphone this device can only play sounds to airplay!

    When i'm doing airplay ther is no video only audio! and from my iphone its say this device can only play sound to airplay!!!

    what video are you trying to stream via airplay?
    currently only video from youtube app or ipod app is supported.
    any other app will only stream the audio.

  • Some of my video files only play for a five second duration in QuicktimeX.

    A few video files I have only play the clip for five seconds, but when I play the same exact clips in VLC they work, it is only 3 or 4 video files, but it is a problem, also when you see the little video icon, you see the video, for the ones that only play for five seconds, you see blotches, and a grey picture. Is there any way to fix this problem? The file format is in .avi

    When trying to play open the inspector (CMD + I) and mention what the codecs are.
    Install (free) Perian 1.2

  • My iPad (4th gen) will not play sound from videos played via Facebook. Anybody have suggestions?

    My iPad (4th gen) will not play sound from videos played via Facebook. Anybody have suggestions?
    I've restarted my iPad, there are no available updates that I am aware of.

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

Maybe you are looking for

  • Infrared remote no longer working

    I have a mid 2007 MacBook Pro (3,1) (A1226). The infrared remote used to work, but no longer does. I was hoping for some troubleshooting input. I've researched a bit and at this point, I'm thinking it's a hardware failure and I need to replace some h

  • Font smoothing, font sizing, sub-pixel tuning, OS X vs Windows

    I have a query regarding font the font smoothing implementation in OS X. Having just come from the Windows world (using ClearType) naturally comparisons will be made. I am trying to get fonts looking as readable as possible on my Mac. I have 19" LCD

  • Closed lid Mac keeps getting woken up by EHC2

    Hello community ! My MacBook Pro (15-inch 2.4/2.2GHz) started this several months ago : I close the lid to put it to sleep, but it randomly wakes up - sometimes several times an hour.  The Apple logo lights up, the drive makes the 'wake up' sound, an

  • LG monitor won't let me shut down completely

    I just got an LG monitor (L1932). When connected to my mac running 10.4.7, it won't shut down all the way. The mac appears to completely shut down, but then it immediately boots back up, almost as if I had chosen "Restart" instead of "Shut Down." It

  • Text data source and Info object?

    Hi I have created Texts data source in R/3 and our onsite folks have asked me to create relavant info objects in BW as well.I need to validate against the data source created in R/ 3for use short med or long text all should support mulilang.Can any b