bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
320 stars 42 forks source link

why is wmv output can not be played on media player classic? #46

Closed the-liquid-metal closed 2 years ago

the-liquid-metal commented 2 years ago

wmv output can not be played on media player classic, but can be played on vlc.

bartekmotyl commented 2 years ago

Can source be played on media player classic? In general, Simple Video Cutter uses ffmpeg to perform conversion, so if something is wrong with the output file, then it is probably caused by ffmpeg. But I rather think the opposite - media player classic may not support this format (codec?)

Just to note: one can try to create a custom profile in order to pass custom options to ffmpeg.

the-liquid-metal commented 2 years ago

Can source be played on media player classic?

Yes, MPC can play it.

media player classic may not support this format (codec?)

If ffmpeg do lossless, than the codec should be the same.

bartekmotyl commented 2 years ago

Do you maybe have a n example of such file? Maybe one of videos found on https://filesamples.com/categories/video ?

bartekmotyl commented 2 years ago

Closing as not possible to reproduce.