anyc / avcut

Frame-accurate video cutting with only small quality loss
GNU General Public License v2.0
120 stars 14 forks source link

The beginning of converted video is pixelated #2

Closed benbro closed 8 years ago

benbro commented 8 years ago

Command ./avcut/avcut small.mp4 test.mp4 3 5

Video file: http://techslides.com/demos/sample-videos/small.mp4

anyc commented 8 years ago

I think this is fixed with the latest commits (e.g., 75e5627). Please check if it works for you too.

benbro commented 8 years ago

The beginning of the converted video is still pixelated. Tested with the linked video.

anyc commented 8 years ago

Hm, which player do you use? It worked here with mpv and mplayer. I will try it again later, maybe I missed something.

benbro commented 8 years ago

VLC 2.2.1 on Windows totem-video on ubuntu 15.04

anyc commented 8 years ago

Hm, I tried it with VLC 2.2.1 on Linux and it plays fine. I also fixed some other bugs with the latest commits, could you please check it again?

benbro commented 8 years ago

With the previous version the beginning was pixelated. With recent commit it looks fine. Thanks