Posts: 5,026
Threads: 174
Joined: 2015 Jan
Thanks: 3156
Given 2924 thank(s) in 1282 post(s)
Country:
I've been using Adobe's Media Encoder to change my H.264 files to AVI (Lag or Magic) just fine. But I notice when it comes to VC-1, I seem to be gaining about 3 second inexplicably. That's enough to cause all sorts of sync errors. So does anyone know another (better) way to convert VC-1 to AVI? I tried Vdub and it didn't like VC-1 either.
Also I can't get TSMuxer to accept VC-1 when I was trying to convert my MKV to a TS, anyone else have this problem?
Posts: 2,251
Threads: 82
Joined: 2015 Jan
Thanks: 488
Given 844 thank(s) in 439 post(s)
The video enhancer app is just a virtualdub front-end, no? I just use avisynth and FFMpegSource2 to load the video. Something like this:
FFMpegSource2("vc-1-video.mkv").killaudio()
You can then load the .avs file into your AVI encoder.
Posts: 300
Threads: 24
Joined: 2015 Jan
Thanks: 39
Given 86 thank(s) in 48 post(s)
I used an avs script to load a VC-1 m2ts into vdub, when I converted Superman Returns to lagarith for editing.
Posts: 5,026
Threads: 174
Joined: 2015 Jan
Thanks: 3156
Given 2924 thank(s) in 1282 post(s)
Country:
Thanks guys, Doombot gave me some advice also. Still trying to get this working.
Posts: 5,026
Threads: 174
Joined: 2015 Jan
Thanks: 3156
Given 2924 thank(s) in 1282 post(s)
Country:
I ended up trying, ffinputdriver which allows me to load VC-1 encoded footage into vdub which then I convert to AVI. Anyone try this before?
Also I was using MKVextract to demux my VC-1 MKV which apparently caused addtional trouble. So with advice from Doombot, I used eac3to which demuxed the MKV much better.
I think that created a new AVI in sync with the audio. Unfortunately, I now have to cut it up and copy my color grades over from the bad AVI. Sigh. I hate VC-1