Ayrton Sparling

Results 191 comments of Ayrton Sparling

Try running `ffmpeg -n 10 /usr/bin/ffmpeg -i 20050328-Who is Dinky.mp4 -y -acodec copy -vcodec libx265 -filter:v crop=1412:1020:254:56,scale=-1:720 -c:s copy -c:d copy -pix_fmt yuv420p -map 0:0 -map 0:1 -metadata:s:a:1 title="Unknown AAC...

> x265 [error]: Picture width must be an integer multiple of the specified chroma subsampling I never even knew this was a requirement, thank you for bringing it to my...

That shouldn't happen. h265ize doesn't do any video trimming... Can you upload the video so that I may test it?

I replied to this but I guess it never went through. Anyway, I did some reading up on segment linking and found it very interesting, thank you for bringing it...

> Complete log here This suggest an error occurred with ffmpeg, most likely due to an issue similar to the Monsters Inc issue. It seems like the snippet above is...

That might be my fault... try ``` ffmpeg -i "The Big Lebowski.mkv" -y -acodec copy -vcodec libx265 -filter:v crop=1920:1040:0:20 -c:s copy -c:d copy -pix_fmt yuv420p -map 0:0 -map 0:1 -map...

So... All's well that ends well? :P

Uww, good catch. Will fix that.

> I made an ugly patch I've seen worse lol In order to do this correctly we should use [minimatch](https://github.com/isaacs/minimatch). We would have `h265ize.ignore` files that may contain an number...

Awesome! Let me know if there's anything I can do to make it easier on you.