VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. I need a directshow filter for the Animation codec. Can somebody help me? Thanks.
    Quote Quote  
  2. What animation codec? Use MediaInfo or GSpot to get detailed information about the codec. ffdshow has decoders for most common codecs.
    Quote Quote  
  3. Originally Posted by jagabo View Post
    What animation codec? Use MediaInfo or GSpot to get detailed information about the codec. ffdshow has decoders for most common codecs.
    http://en.wikipedia.org/wiki/Animation_codec
    ffdshow doesn't seem to support it.
    Quote Quote  
  4. Look for "QTRLE" in ffdshow and enable it

    You need a directshow splitter for MOV . I don't know of any free ones, but nero has one

    What are you trying to do that needs to use directshow ?
    Image Attached Thumbnails Click image for larger version

Name:	qtrle.jpg
Views:	153
Size:	41.1 KB
ID:	3812  

    Last edited by poisondeathray; 11th Oct 2010 at 16:30.
    Quote Quote  
  5. Originally Posted by poisondeathray View Post
    Look for "QTRLE" in ffdshow and enable it

    You need a directshow splitter for MOV . I don't know of any free ones, but nero has one

    What are you trying to do that needs to use directshow ?
    It appears to be enabled, but nothing is working :/.

    I want to encode the video using x264.
    Quote Quote  
  6. Originally Posted by roflwaffle View Post
    Originally Posted by poisondeathray View Post
    Look for "QTRLE" in ffdshow and enable it

    You need a directshow splitter for MOV . I don't know of any free ones, but nero has one

    What are you trying to do that needs to use directshow ?
    It appears to be enabled, but nothing is working :/.

    I want to encode the video using x264.
    Don't use directshow to encode; it's not necessarily frame accurate and can give problems. The reason it's not working for you is probably your pins don't connect (you don't have a MOV splitter)

    Use ffmpegsource2
    http://code.google.com/p/ffmpegsource/

    e.g.

    vid=FFVideoSource("video.mov")
    aud=FFAudioSource("video.mov")
    AudioDub(vid,aud)
    ConvertToYV12() #use interlaced=true if your format is interlaced
    Quote Quote  
  7. Originally Posted by poisondeathray View Post
    Originally Posted by roflwaffle View Post
    Originally Posted by poisondeathray View Post
    Look for "QTRLE" in ffdshow and enable it

    You need a directshow splitter for MOV . I don't know of any free ones, but nero has one

    What are you trying to do that needs to use directshow ?
    It appears to be enabled, but nothing is working :/.

    I want to encode the video using x264.
    Don't use directshow to encode; it's not necessarily frame accurate and can give problems. The reason it's not working for you is probably your pins don't connect (you don't have a MOV splitter)

    Use ffmpegsource2
    http://code.google.com/p/ffmpegsource/

    e.g.

    vid=FFVideoSource("video.mov")
    aud=FFAudioSource("video.mov")
    AudioDub(vid,aud)
    ConvertToYV12() #use interlaced=true if your format is interlaced
    Thanks, I'll look at this tomorrow .
    Quote Quote  
  8. Originally Posted by roflwaffle View Post
    Originally Posted by poisondeathray View Post
    Look for "QTRLE" in ffdshow and enable it
    It appears to be enabled, but nothing is working :/.
    Just to be sure: ffdshow has both VFW and DirectShow decoders. Be sure you enabled the right one. Start -> All Programs -> ffdshow -> Video Decoder Configuration.
    Quote Quote  
  9. Originally Posted by poisondeathray View Post
    Originally Posted by roflwaffle View Post
    Originally Posted by poisondeathray View Post
    Look for "QTRLE" in ffdshow and enable it

    You need a directshow splitter for MOV . I don't know of any free ones, but nero has one

    What are you trying to do that needs to use directshow ?
    It appears to be enabled, but nothing is working :/.

    I want to encode the video using x264.
    Don't use directshow to encode; it's not necessarily frame accurate and can give problems. The reason it's not working for you is probably your pins don't connect (you don't have a MOV splitter)

    Use ffmpegsource2
    http://code.google.com/p/ffmpegsource/

    e.g.

    vid=FFVideoSource("video.mov")
    aud=FFAudioSource("video.mov")
    AudioDub(vid,aud)
    ConvertToYV12() #use interlaced=true if your format is interlaced
    Oops- before I forget, thanks . I tried it a while back and it worked.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!