Rip/Conversion & Playback (ffmpeg/handbrake/makemkv)

ChickenLegs69

Member
Messages
27
Reaction score
3
Hi - You've all been really helpful before (and readily accepting this question may be better placed on a DVD forum, but hoping that I can ask of your expertise/experiences again please (it was through this forum we resolved a camera movie issue with ffmpeg)

Two parts to this, but both stem from the same activity. Ripping Blue Ray and normal shop bought DVD's (our own personal collection) to put on our Synology NAS (together with all my still photos of course).

Blue Ray - MakeMKV used, MKV file created, Handbrake then used to created MP4 (but I've trimmed back on the quality to speed the whole process up. MP4 plays back on laptop browser, Synology's own Video Station, and VLC. Go stream the same file on my TV using the same Synology media server and an "unrecognized file format" is displayed. My thought process, Handbrake "did" something, or I set an incorrect setting in the tool. This led me to trying to resolve this a different way. I then used ffmpeg to create a MP4 of the MKV file. My laptop browser doesn't like the new MP4 (unrecognized), TV still wont play, Video Station plays (but only via the app, not accessing via browser).

1) How can I rip a blue ray and place in a MP4 container that allows playback on all my devices that doesn't take 8 hours plus in Handbrake?

2) I understand ffmpeg moves the same "files" from one container (MKV) to another (MP4) without issue, yet this causes an additional challenge in the fact that it won't play in a browser. Does anyone know why and how to overcome this please?

DVD - Handbrake, good tool, I want to rip highest quality but not wanting to wait the 6+hours for each disc to finish. Creates MP4, OK, plays on all devises (VLC, Browser, Video Station, TV). As mentioned before, to rip at the desired quality, takes 8+ hours so, following the ffmpeg logic of just putting the same files in a different container, I created an MKV (did I need to do this?, is there a better way) and then ran ffmpeg to convert to MP4, guess what? unrecognized file format.

I've 200+ films (a mix of Blue Ray and DVD) that I'm looking to make available on my media server

Any tips/tricks/detailed advise greatly received please!

Notes:

ffmpeg command used: ffmpeg -i filmname.mkv -codec copy filmname.mp4

I've not tried any of my own camera shot movies in this process (other the Fuj' conversions/interlaced issues I had to which this forum helped resolved)
 
1) How can I rip a blue ray and place in a MP4 container that allows playback on all my devices that doesn't take 8 hours plus in Handbrake?
Hardware acceleration or an overnight batch run is the only way to do this transcoding task, if your players don't like something that is simply remuxed.

ffmpeg hardware acceleration can be a royal PITA, so I usually just do overnight handbrake batch runs instead...
 
Do you use windows or mac?

MakeMKV is great but handbrake is like a lite encoder. It's okay but it can't give you ProRes or 10 bit. I would recommend putting your MKV's through Hybrid Media Encoder. For your SD DVDs it can deinterlace using QTGMC and also the SD film based material, it'll do a really good job of removing 3:2 pulldowns.

Double check though that the footage is interlaced though because some people aren't very good at encoding discs and they'll come out progressive with burned in interlacing which is an issue. To double check that, I would recommend getting switch player by telestream to QC your videos.

For Blu ray captures, what you're going to want to do is take your MKV and use the program FFWORKS. It's just a really useful gui for ffmpeg. There's a preset that comes with it where you can encode 10 bit h265s. This is good for HD and UHD content. This will yield the best results. That's what I currently use to view material on my plex server.

I hope that was helpful, and if you have any questions feel free to reach out!
 

Keyboard shortcuts

Back
Top