I have a bunch of TV shows I have recorded and these play fine via the server, however I was getting sick of hearing the same intro over and over again so I made a bunch of avs files which just trimmed out the intro.
- Code: Select all
AviSource("X:\TV Shows\XYZ\Season 01\01.avi")
EnsureVBRMP3Sync()
Trim(1000,0)
These play fine on the computer.
Does PS3 Media Server support avs files? (I can't browse to them on the XMB)
I know there are settings for avisynth in the transcoders, but they're more global and the intro isn't always the same length. I also don't want to re-encode the original files as I'd like to keep them with the intro in (just not every time I play them on the PS3) and I don't really like the idea of having two different versions taking up HDD space.
So really being able to play avs files would be fantastic.
Thanks,
HD
Edit: I've already tried vfapi and makeAVIs to wrap them, and although these play on the computer the PS3 complains they are corrupt
