Click here to Skip to main content
15,892,072 members

Comments by j ongamer13 (Top 17 by date)

j ongamer13 1-Mar-22 11:58am View    
It does everything normally but when it tries to join them all together it fails.
j ongamer13 1-Mar-22 11:41am View    
It's now throwing 'An invalid media type was specified.'
j ongamer13 1-Mar-22 11:36am View    
It returns D:\Temp\/MovieMakerTemp\2.mp4 I think I did some slashes wrong
Edit: For clarification, D:\Temp\ is my temp folder
j ongamer13 1-Mar-22 10:57am View    
group.AddTrack().AddVideo(videos[v]); causes the error. videos[v] should return something like C:/Users/User/AppData/Local/Temp/MovieMakerTempFolder/5.mp4
j ongamer13 4-Jan-22 8:17am View    
Is there a simpler way of doing this since thats almost 300 lines of code