thenks for your help , i found an article in msdn that explains that when you try to get audio property from video exception will be throwen if the video has no audio , the sulotion for this problem acordding to msdn is just catch the exception and ignore it...
yftah1989
Posts
-
truble with videos -
truble with videosi'm using Microsoft.DirectX.AudioVideoPlayback in order to play some videos simultaneous . i want the user to be able to pick one of the videos as the lead audio and then i mute the others with video.audio.volume=-10000 normally its working great but if one of the movies dont have audio this action throws exception how i can know if certain video have audio in it ? does DirectX.AudioVideoPlayback.video.audio have any property for it? thanks in advence...
-
bypass web filteri am just so lonely this days and you are much brighter then me , my father was right i am a failure...
-
bypass web filterits just selfrighteous way to say that you dont know hwo to do it
-
bypass web filterparty pooper anyone else up to the challenge?
-
bypassing web filterhello my work internet computer has been blocked by fortiguard web filter and i can't access half of the websites i don't have admin user and i cant download any progrem including programming compailers can someone help me please? thanks in advenced
-
how to bypass web filterhello my work internet computer has been blocked by fortiguard web filter and i can't access half of the websites i don't have admin user and i cant download any progrem including programming compailers can someone help me please? thanks in advenced
-
bypass web filterhello my work internet computer has been blocked by fortiguard web filter and i can't access half of the websites i don't have admin user and i cant download any progrem including programming compailers can someone help me please? thanks in advenced
-
Open document from server on clientNot good for me, if the filename permissions on the server are minimum I can't open the file.
-
Open document from server on clientHi, I have a list of doc files located on a server, I need to open them on a client side in asp .net form. I don't want the users to be able to enter the directories or the files (security permissions) directly, \\servername\c$\directory name, so I removed all security permissions, but I still want the users to be able to open the files from the web site, can you help me? thanks, Yefi
modified on Tuesday, February 15, 2011 7:59 AM
-
how to combine audio file with video fileI have mp2 video file withount sound (mv2) and wav file. I want to create new file containning them both. i search over the web code for multiplexing mv2 and wav and i found nothing. if anyone framiliar with an open source code or have General direction for doing that it sure can help a lot Thanks in advance
-
regular expressins performanceI'm creating a new program. The ONLY thing which is important for me is the running time of the program. Should I use a regular expressions, or maybe should I write my own search code?
-
regular expressions performanceI'm creating a new program. The ONLY thing which is important for me is the running time of the program. Should I use a regular expressions, or maybe should I write my own search code?
-
Regular expressions performanceI'm creating a new program. The ONLY thing which is important for me is the running time of the program. Should I use a regular expressions, or maybe should I write my own search code?
-
Regular Expressions PerformanceI'm creating a new program. The ONLY thing which is important for me is the running time of the program. Should I use a regular expressions, or maybe should I write my own search code?
-
video & audio manipulationI dont know where to start , i dont want to build it from scratch and i like to get a general direction. i want to attach audio file to video file progrematically
-
video & audio manipulationi am trying to combine video file (mpg) with audio file (wav) i found nice class named aviwrapper while searching the internt but i'm trying to keep things simple thanks in advance
-
crate a new avi/wmv file from byte arrayI have a bytes array and I want to create a new video file, I need to know exactly what the fomat's structure should be and then add the data chunk.