Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Avisynth Playback

  1. #1

    Default Avisynth Playback

    For various reasons I would like to play back avs files from avisynth onto my tv. I am using an apple tv running linux with xbmc on top of it. I see on the supported format page that avs files are supported but I do not think that this is an avisynth file. Could this feature be added? If it is already there how do I access it? If i can in fact play my avs files then I would be more than happy to pay the price of admission as I do not think that any other dlna server can serve avs up.

    Thanks

    -Syco54645

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Avisynth files are not currently available through Mezzmo - we have been experimenting with this, but don't have any results yet. If there's interest in this area then I'd be happy to give this a higher priority. It may be an interesting area to explore.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  3. #3

    Default

    Well it is definitely an interest and high priority to me. Haha. I would be willing to beta test or provide feedback on it as well. I suppose I should explain how and why I am using this as well. For many years I have been a fan of exploitation cinema... probably almost 20 now (my viewing was not much monitored as a child... which is a good thing though I monitor my children's viewing... haha) and I find it annoying when a movie suchas torso or last house on the left is transferred to be of impeccable quality so I use avisynth to create artifacts akin to the old grindhouse experience. I generally rip all of my films to divx so using avisynth for this makes sense. Also around once a week or so I do double features with my friends and they love the gritty transfers. This would make the experience all the better.

    If this has typos I am sorry. I am typing it from my phone...

  4. #4
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    I can't make any promises on how quickly this will be looked at, but if you can send a sample avisynth script to support (at) conceiva (dot) com, it may expedite things

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  5. #5

    Default

    Well as far as I know you need windows direct show support (ffdshow would work) to play back the avs files. Native playback would be nice but I would even take transcoding (technically the avs is transcoding in the first place) but would need to get a more powerful windows machine. I will be sending the script in a few minutes. I use a virtual dub plugin called MSU OldCinema Filter. http://compression.ru/video/old_cinema/index_en.html

    The AVS that I suggest using is the one on their page (with the paths adjusted for your paths of course). I really hope this can be figured out... I would be extremely happy by this.
    Code:
    LoadVirtualDubPlugin("..\VirtualDub\plugins\MSU Old cinema.vdf","Old_cinema", 0) 
    clip=AVISource("D:\work\video\film.avi", false, "RGB24")
    return clip.ConvertToRGB32.Old_cinema(247, 223, 181, 0, 1, 10, 10, 15, 70, 3, 20, 5, 50, 150, 0, 1, 100)

  6. #6

    Default

    Now I see that Mezzmo is using ffdshow. Really this should be a simple compiler switch for avs support. http://ffmpeg.org/faq.html#SEC26
    I just got even more excited... Hopefully this pans out.

  7. #7
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Mezzmo is using FFmpeg, not ffdshow (they're based on same libraries, but are two completely different things). Yes, there is a compiler switch in FFmpeg to add avisynth support, but that's only one side of the coin - Mezzmo has to tell FFmpeg to run your script before serving the file and there's no infrastructure to accommodate that at the moment.

    Thanks for the script, we'll look into this for sure, but no promises on when it'll be available yet

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  8. #8

    Default

    That is all I can ask for. Really hoping it can work. ffmpeg can have avisynth enabled at compile time though, but you guys probably already know that...

  9. #9
    Join Date
    May 2012
    Posts
    1

    Default

    Maybe I am missing something but I though that the general idea of AviSynth was to run between the AVS script file and the subscriber (i.e. player) so that to the player, except for the odd file extension, the file looks like an ordinary AVI or MPEG file. As far as I can tell this is what happens when one tries to play an AVS file in some media player like Media Player Classic.

    Instead of incorporating AviSynth into Mezzmo shouldn't it be possible for AviSynth to do its usual work BEFORE it gets to the Mezzmo Media Server and thus the Mezzmo Media Server would see the AVS file contents as a regular AVI or MPEG file. If so then shouldn't it just be a matter of allowing Mezzmo to display AVS files on the Media Server (currently they do not show up on the Media Server) and when the a use requests such a file, Mezzmo would try to stream it like any other file finding its contents to be an AVI or MPEG file (because AviSynth would be passing it the post processed file).

  10. #10
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Thanks for your thoughts. We have not yet determined the best implementation for AviSynth within Mezzmo & Mezzmo server, so your ideas are helpful.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Similar Threads

  1. Random Disconnections During Playback
    By MattHawkins in forum Mezzmo Questions and Support
    Replies: 8
    Last Post: 06-25-2012, 10:36 AM
  2. xbox 360 mkv playback
    By barit in forum Mezzmo Questions and Support
    Replies: 6
    Last Post: 06-09-2011, 07:40 PM
  3. Various playback issues on two different players
    By kaotik78 in forum Mezzmo Questions and Support
    Replies: 3
    Last Post: 04-05-2011, 10:07 AM
  4. No playback for MP4(H264) AAC
    By mark11 in forum Mezzmo Questions and Support
    Replies: 0
    Last Post: 03-13-2011, 07:21 AM
  5. VBR mp3 playback hangs
    By JNME in forum Mezzmo Questions and Support
    Replies: 2
    Last Post: 01-17-2011, 11:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •