HandBrake 1.0.0 Released
41–50 of 181 posts
Re: HandBrake 1.0.0 Released
#42It is amazing to see software that is about 10 years old just hitting 1.0. Never really quite understood that. Is the developer just not confident in it that it is in beta for a while? or is it just a style of versioning? Anyways glad to see development on handbreak.Great software!
Lots of open source takes 10 years to hit 1.0. Though 1.0 usually has a different meaning in both world's. 1.0 usually includes a set of features the project had in mind at the beginning in open source. Whereas in closed source it usually means the first version that works to a minimal extent. Closed source 1.0 equals open source 0 point something.
Re: HandBrake 1.0.0 Released
#43I love this software. I rip my kids' DVDs using it and play them on a Raspberry Pi with Kodi. This way I don't have to wade through menus, language selection (never defaults to mine), commercials, and ridiculous piracy warnings (I paid for it! Don't treat me like a criminal).
Yes, the absurd of piracy warnings is ridiculous Really makes me think twice about giving them my money
Re: HandBrake 1.0.0 Released
#44HandBrake found me a defective RAM module on my PC: it freezed in the middle of video conversion - every single time on exactly the same video position. After further investigation I found the "bug" in my RAM...
Re: HandBrake 1.0.0 Released
#45I just downloaded it for the first time in a while 3 days ago and noticed that H.265 exists and compresses twice as well at the same quality level... how in the hell did I miss that? (VLC will play them). I did a test on a full-rez MKV and worked great
Until hardware H.265 decoding is introduced to the popular media center hardware, H.264 will remain the codec of choice for most people.
Re: HandBrake 1.0.0 Released
#46Earlier quoted context omitted.
Yes, the absurd of piracy warnings is ridiculous Really makes me think twice about giving them my money
Nothing makes me want to go out and pirate something purely as an act of defiance than unskippable piracy warnings.
Re: HandBrake 1.0.0 Released
#47I'm a huge fan of HandBrake and excited to see them still improving the application. The last time I used a DVD ripper was >5 years ago but it was an essential tool for me earlier in life. I'm happy to see I will still have it available should I need to use it.
Re: HandBrake 1.0.0 Released
#48HandBrake found me a defective RAM module on my PC: it freezed in the middle of video conversion - every single time on exactly the same video position. After further investigation I found the "bug" in my RAM...
If Handbrake fails, it's only because your hardware is broken.
Re: HandBrake 1.0.0 Released
#49I ask as someone who uses ffmpeg regularly, what does Handbrake offer over ffmpeg?
Re: HandBrake 1.0.0 Released
#50It is amazing to see software that is about 10 years old just hitting 1.0. Never really quite understood that. Is the developer just not confident in it that it is in beta for a while? or is it just a style of versioning? Anyways glad to see development on handbreak.Great software!
Versioning is generally arbitrary. I actually don't know why people pay so much attention to it. 1.0 for some people, is 0.1 for others. 1.0 might mean it's stable, or it could meant that it's feature complete. As you say it could also be used to convey the confidence the developers have in the software. The thing I find most important myself is conveying compatibility, i.e. semver. To me that tells me it will be eas…
Contrarily, I've noticed in Rails that A LOT of major refactoring and functionality has been added via minor bumps that, while still backwards compatible for Rails itself, often breaks custom implementations, usually related to javascript modules and configs.
Overall, though, I agree with you.