Virtual file system thing helpz
- gotenks794
- Joined: Mon Jul 30, 2007 4:39 pm
Virtual file system thing helpz
Kso I'm trying to use the frame serving method for the first time. My script [which is: DSS2("E:\The Sky Crawlers\FullDisc\SKY_CRAWLERS\BDMV\STREAM\00011.m2ts")] plays fine in Vdub, but when I quick mount it I get an error in the folder instead of the fake video thing. Am I missing something? Is the problem that it's a .m2ts file? Or maybe that I'm using DSS2? Help please.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: Virtual file system thing helpz
What error?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Virtual file system thing helpz
Directly using an m2ts like that for editing is a bad idea. You should just transcode it. Alternatively, demux the H.264 stream with eac3to or tsmuxer and remux it in mkv with mkvtoolnix, and then use ffvideosource on this newly made mkv. That way editing directly will be feasible and frame accurate. Asking frames in random order out of an m2ts isn't too reliable.
- gotenks794
- Joined: Mon Jul 30, 2007 4:39 pm
Re: Virtual file system thing helpz
The error is a txt file that is called "error" and says "(null)".Zarxrax wrote:What error?
Ok, I'll try mkv.mirkosp wrote:Directly using an m2ts like that for editing is a bad idea. You should just transcode it. Alternatively, demux the H.264 stream with eac3to or tsmuxer and remux it in mkv with mkvtoolnix, and then use ffvideosource on this newly made mkv. That way editing directly will be feasible and frame accurate. Asking frames in random order out of an m2ts isn't too reliable.
- gotenks794
- Joined: Mon Jul 30, 2007 4:39 pm
Re: Virtual file system thing helpz
I demuxed the m2ts then muxed into mkv successfully, but I still get "error" in the folder...