I'm trying to remux an episode of House from the windows media centre 7 WTV format to a format that is playable under windows Vista.
The episode is recorded from Freeview HD so is H.264/AAC. I have found a lot of information about this on the internet and have it 99% figured out but I'm having trouble with the audio.
I am using Graphedit to dump the audio/video to separate files (house.h264 and house.aac), then trying to remux the files into a Transport Stream using TSRemux.
This is working for the video but when I try to add the audio to TSRemux it tells me that it cannot detect the stream format.
Another strange thing is that no software seems to be able to do anything with the aac file except for winamp which plays it perfectly. (tried WMP12, MPC-HC, VLC, GSpot, MediaInfo, etc etc..)
My solution is to modify the filter graph to encode the audio into mp3, I haven't finished remuxing this yet so i don't know if it'll work, but i figure it should even if the audio is out of sync, but I'm mystified as to why i can't get TSRemux (or pretty much anything) to read my aac file.
If anyone can offer advice here I would appreciate it... I have no idea what i'm doing with these filter graphs and so far it's all been google/guesswork.