VideoHelp.com Forum
+ Reply to Thread
Results 1 to 16 of 16
Thread
  1. Member
    Join Date: Aug 2009
    Location: Myanmar
    I have some difficulties with VC1 file format.

    My problem is that I DEMUX the M2TS file and then I got the result VC1 and ac3. After that I try to play that VC1 file and i had download almost all the drivers but the VC1 still cannot run on my PC..

    can anyone help me to solve...
    Quote Quote  

  2. Mod Neophyte Super Moderator redwudz's Avatar
    Join Date: Sep 2002
    Location: AZ, USA
    Wrong forum and bad subject title. Moving you to Newbie/General Forum.

    And Dboyz, in the future please use a more descriptive subject title in your posts to allow others to search for similar topics. I will change yours this time. From our rules:
    Try to choose a subject that describes your topic.
    Please do not use topic subjects like Help me!!! or Problems.
    Thanks,
    Moderator redwudz
    Quote Quote  

  3. Member edDV's Avatar
    Join Date: Mar 2004
    Location: Northern California, USA
    I can play VC-1 files fine but I have no idea which program install loaded the codec. I wish MS DirectShow codecs were associated with the program that loaded them. Maybe they are?
    Recommends: Kiva.org - Loans that change lives.
    http://www.kiva.org/about
    Quote Quote  

  4. Member
    Join Date: Aug 2009
    Location: Asia
    Originally Posted by edDV
    I can play VC-1 files fine but I have no idea which program install loaded the codec. I wish MS DirectShow codecs were associated with the program that loaded them. Maybe they are?
    If you're using MPC-HC, right-click in the frame while the video is playing and, in the Filters submenu, you'll see the decoders/filters being used on the video. The video codec in use will be among them.

    VC-1 is played back by Windows Media Format, which is included in Windows Media Player. You can download the WMF library/codec separately from WMP.
    Quote Quote  

  5. Unregistered El Heggunte's Avatar
    Join Date: Jun 2009
    Location: unknown
    Dboyz wrote:

    My problem is that I DEMUX the M2TS file and then I got the result VC1 and ac3. After that I try to play that VC1 file and i had download almost all the drivers but the VC1 still cannot run on my PC..
    "Pure" VC-1 streams cannot be played back without an adequate DirectShow source filter.
    As far as I know, there exists only one of such filters available --- its filename is
    "vc1esparser.dll", and is included in the VC-1 SDK from Microsoft. N.B.: it was
    created for demonstration purposes only, which means it is not capable of
    "real-istic" playback. If you try to use it in Avisynth, you'll have to specify the
    correct frame rate and frame count in the script.
    Quote Quote  

  6. Member
    Join Date: Aug 2009
    Location: Myanmar
    I had installed VC-1 SDK from Microsoft. It still doesn't work.
    Quote Quote  

  7. Member
    Join Date: Sep 2007
    Location: Canada
    Don't demux it to raw .vc1, leave it in the .m2ts container.

    Very few players can play raw files outside of the container
    Quote Quote  

  8. Unregistered El Heggunte's Avatar
    Join Date: Jun 2009
    Location: unknown
    Originally Posted by Dboyz
    I had installed VC-1 SDK from Microsoft. It still doesn't work.
    Have you «registered» the filter

    Code:
    Copy the DLL to your system32 directory,
    and then run the following command:
    
    regsvr32 vc1esparser.dll
    And poisondeathray is right --- VC-1 streams are best dealed while inside an
    adequate container (M2TS, MKV, ASF, AVI). Differently from the well-known
    MPEG elementary streams (m1v and m2v), nobody has cared about creating decent
    source filters for that format. In fact, you will find that several MPEG splitters actually
    do NOT support MPEG-1 video properly. :P

    HTH!
    Quote Quote  

  9. Member
    Join Date: Aug 2009
    Location: United States
    Something else to consider, RipBot264 can read a .m2t file with VC-1 video and ac3 audio and convert that into .mkv, .mp4, or avchd (all of which can be played with programs like VLC.) This conversion shrinks the size, but does take up a lot of computer processing power to do, so it may or may not be an option for you.
    Quote Quote  

  10. Member
    Join Date: Aug 2009
    Location: Myanmar
    thanks guys~ By the way! will the pure VC-1 possible to play..
    Quote Quote  

  11. Member
    Join Date: Aug 2009
    Location: Asia
    Originally Posted by minerva.thegift
    Something else to consider, RipBot264 can read a .m2t file with VC-1 video and ac3 audio and convert that into .mkv, .mp4, or avchd (all of which can be played with programs like VLC.) This conversion shrinks the size, but does take up a lot of computer processing power to do, so it may or may not be an option for you.
    That's not the right thing to do. He's trying to play VC-1, not re-encode it to H.264, which will damage the quality.

    Originally Posted by Dboyz
    By the way! will the pure VC-1 possible to play..
    No, not in most players. Like poisondeathray said, don't demux it from the container. If you have, find a way to remux it.
    Quote Quote  

  12. Unregistered El Heggunte's Avatar
    Join Date: Jun 2009
    Location: unknown
    Originally Posted by Dboyz
    thanks guys~ By the way! will the pure VC-1 possible to play..
    It depends. Hardware players surely will NOT play VC-1 elementary streams.
    As for the DirectShow-based players (WMP, MPC, etc.), if you have installed
    ( = registered ) the VC-1 filter from Microsoft, then yes, they will playback any
    *.vc1 file

    (BUT, as I said before, the video will run too fast, or too slow, or
    with variable frame rate, or with tons of macroblock artifacts, or with all these
    "features" at the same time ).
    Quote Quote  

  13. Member
    Join Date: Aug 2009
    Location: Myanmar
    thanks for your help everyone!.. Now I can play the pure VC-1 on my PC ....................
    Quote Quote  

  14. Member
    Join Date: Aug 2009
    Location: Myanmar
    El Heggunte !

    One of my PC play VC-1 very fast. How can i solve that problem.
    Quote Quote  

  15. Unregistered El Heggunte's Avatar
    Join Date: Jun 2009
    Location: unknown
    Originally Posted by Dboyz
    El Heggunte !

    One of my PC plays VC-1 very fast. How can i solve that problem.
    Unless you're able to understand and to improve the source code(s) provided by the
    VC-1 SDK documentation, you cannot.

    I said it would happen, didn't I? :P

    Cheers.
    Quote Quote  

  16. Member
    Join Date: Aug 2009
    Location: Myanmar
    so I have to understand all the source code?

    gosh ! man

    help me more! if you can

    El Heggunte
    Quote Quote  




Similar Threads

  1. Help! Handbrake crashes shrinking vc1 file
    By moggsy in forum Video Conversion
    Replies: 0
    Last Post: 13th Dec 2010, 13:49
  2. VC1 in AviSynth help.
    By BlueBlack in forum Blu-ray Ripping
    Replies: 5
    Last Post: 2nd Jul 2010, 11:28
  3. Realplayer files to another file format or dvd format
    By vieya in forum Video Conversion
    Replies: 8
    Last Post: 25th Dec 2009, 12:12
  4. (Sony) MTS File Format difficulties
    By frankiefoo in forum Camcorders (DV/HDV/AVCHD)
    Replies: 8
    Last Post: 5th Nov 2009, 06:57
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools