cannot open video >> Sale >> FORUM lowesmall.shop
FORUM lowesmall.shop

FORUM lowesmall.shop



SearchSearch   Users   Registration   Entrance
Today: 16.07.2025 - 12:47:02
Pages:  1  

cannot open video

Advertising


AuthorMessage

funkyboss

main user




Statistics:
Messages: 457
Registration: 08.28.2001

Help please. I am following the avisynth tutorial. I tried many .avi files but all of them when played in Windows Media Player, it says "AviSource: Could not open video stream in any supported format." However, when I used DirectShowSource on an mp4 file, I was able to see the video. Is there something missing to be able to display .avi files? Thanks.

---------------------
~Sean I beat him in a slushbox while handing a sippy cup to my toddler son. ~Mickey
Message # 1 08.06.23 - 16:07:08
RE: cannot open video

Reed

main user




Statistics:
Messages: 444
Registration: 05.01.2002

You need to have an appropriate VfW codec installed for the video format used by the .avi. Use GSpot or MediaInfo to determine the codec required. ffdshow will decode most formats. Alternatively, try using DirectShowSource - normally this will open any file capable of being opened in Windows Media Player.

---------------------
Message # 2 08.06.23 - 16:11:46
RE: cannot open video

LuxoM3

main user




Statistics:
Messages: 5,848
Registration: 03.05.2001

Yeah, DirectShowSource was able to play the avi file. Thank you so much! I have three mp4 video files without audio and a single file just containing audio. I would like to join all 3 videos and the single audio for all of them. Will this script work? a = DirectShowSource("z:\TimeLapse\blackscreen.mp4") b = DirectShowSource("z:\TimeLapse\title.mp4") c = DirectShowSource("z:\TimeLapse\mainmovie.mp4") sound_track = WAVSource("d:\audio.mp4") AudioDub(a+b+c, sound_track) Also, I noticed during my initial testing that we use Windows Media Player to watch it. However, how do we generate the new video assuming we are happy with our avs script? I want to save it as an MP4 format. Thanks.

---------------------
Message # 3 08.06.23 - 16:19:13
RE: cannot open video

M34sale

main user




Statistics:
Messages: 509
Registration: 08.06.2002

Your script should work, as long as all three videos have the same properties (dimensions, frame rate, etc). If not, you will have to add code to your script to convert one or more videos to the required properties before they can be joined. To create a new video, feed your script to a suitable encoder (eg Handbrake).

---------------------
Message # 4 08.06.23 - 16:25:16
RE: cannot open video
midi output, but no input ....... SampleTank Help : Previous topicNext topic: Selectable subtitles.
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants