-
Posts
766 -
Joined
-
Last visited
Sheldon131's Achievements
High Guardian (10/12)
241
Reputation
Single Status Update
-
Does anyone knows something to convert .wmv to .mp4, .mkv or even .avi, please ?
Of course, without losing quality.
- Show previous comments 2 more
-
use ffmpeg as a command line like this:
ffmpeg -i input.wmv -map 0 -c copy output.XYZ
depending on the container you choose, some streams may get omitted. (like srt in mp4)
-
.wmv .mp4 .mkv and .avi are containers, not codecs. You can use mkvtoolnix to simply remux into an mkv container.
Already tried


-
.wmv is an old video codec. I don't think you can convert it. At least not without significant quality loss.

