+ Reply to Thread
Results 1 to 10 of 10
-
Thanks for the replies.
The avs script is a one line DirectShowSource(my-file.m2ts).
I have ffdshow & CoreAVC installed. Only AVC & VC-1 are effected. The m2ts files will play in MPC but not using an avs script.
Also I noticed that trying to open the original m2ts with Graphedit, I get an error message "Some of the streams in this movie are in an unsupported format" then will display the audio graph.
I have a dual boot (both) XP pro setup and using the 2nd boot everything works fine with Avisynth & Graphedit.
I did install Xvid4psp and Net Framework 3.0 yesterday and thinking that caused the problem I un-installed both but NO. Did a system restore to a week back and the same problem. -
haali media splitter installed? did you turn "on" h264 in ffdshow to libavcodec? or set the merit of coreavc higher as the default decoder?
-
Graphedit is a tool used for directshow filters.
Since you are using DirectShowSource() in avisynth, it will use the same directshow filters you have installed on your system by default (unless you map something different in graphedit). If you used DGAVCdec and AVCSource() instead on a h264 .m2ts stream, for example, it would use it's own decoder (which is based on libavcodec).
The warning you get "Some of the streams in this movie are in an unsupported format" may refer to other types of unsupported audio like TrueHD, EAC3 or perhaps PGS or subtitle tracks. Or perhaps you didn't turn them on in the ffdshow audio configuration
Your script should be something like this, and the syntax is important. If you can play the file directly in mpc, you should be able to open the .avs in mpc as well: (assuming your fps is 23.976)
DirectShowSource("PATH\myfile.m2ts",fps=23.976)
If your .m2ts is a VC-1 stream, then you need to install Windows Media Format 11 SDK. Use mediainfo to determine what type of video stream you have. -
-
Megahurts - I don't know if this is any help to you or not, but on my PC, I have no choice when working with AviSynth. I used to get the same error as you but all the time on all kinds of files. I accidentally stumbled on the fact that if I use MPC to open the *.avs script file and start the file playing, only after that will AviSynth work reliably for me and open the file. It's no problem because it hardly takes any time for me to do this extra step with MPC, but I learned that if I do this every time, AviSynth works for me without the error. I have noticed that once I open a file in MPC, that sometimes I can actually get AviSynth to work correctly with different scripts and different files that I have not played in MPC, even a few days later.
-
This sounds like codec conflict to me. You seem to have the right codecs and splitters, but you may have also not-right codecs and/or splitters that may get priority under certain circumstances (certain players, certain files, etc.) causing WCS (Windows Confusion Syndrome). It might be time to do a clean sweep of all codecs and splitters and reinstall just what you need.
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books
Similar Threads
-
Help with multiple .m2ts files to one .m2ts
By neworldman in forum Blu-ray RippingReplies: 10Last Post: 4th Sep 2013, 10:16 -
AVISynth Error DirectShowSource: Timeout waiting for graph to start - .m2ts
By onesikgypo in forum Video ConversionReplies: 2Last Post: 22nd Jun 2010, 21:30 -
How to convert m2ts files to mp4 files with sound
By diets in forum Blu-ray RippingReplies: 8Last Post: 18th Jan 2010, 11:17 -
Converting m2ts files to more manigable files
By soledsoled in forum ffmpegX general discussionReplies: 3Last Post: 22nd Jun 2008, 20:49 -
Combining Sony mpeg2 files with m2ts files
By hsid in forum EditingReplies: 8Last Post: 2nd Mar 2008, 20:51