sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
414 stars 94 forks source link

Question: Can we convert video from .wmv to .mp4 using this library? #189

Closed ankit4vision closed 2 years ago

ankit4vision commented 2 years ago

Question: Can we convert video from .wmv to .mp4 using this library?

I have a requirement and based on that I have a list of pre-recorded videos in .wmv formate. I need to convert all of them in .mp4.

Currently, I am able to record the video in .mp4 using this lib, But is there any way to convert the video in .mp4 from the existing video?

sskodje commented 2 years ago

No, this library is focused on screen recording, not video conversion :) I suggest looking into ffmpeg or the many tools built around it for video conversion.