What's new

10bit or Hi10 MKV Files (1 Viewer)

Dave Upton

Audiophile
Moderator
Reviewer
Joined
May 16, 2012
Messages
4,409
Location
Houston, TX
Real Name
Dave Upton
My primary playback methods are to use Dune boxes, as they are the most consistent experience for me so far playing Blu-ray ISO files and mkv's over my LAN. That said - some of the content I have is in this 10 bit format which the Dune devices can't play back.
Does anyone know of a reasonably automated/easy method to convert these to be more compatible?
 

Dave Upton

Audiophile
Moderator
Reviewer
Joined
May 16, 2012
Messages
4,409
Location
Houston, TX
Real Name
Dave Upton
Google saved me :)

This is your lucky day!
The solution to your problem can be found at the end of this thread:
http://www.networkedmediatank.com/sh...ht=anime+10bit
Quick summary:
1) Make this into a .BAT file
@echo off
setlocal
FOR /f "delims=" %%i IN ('dir /b *.mkv') DO call :recode "%%i"
goto :done
:recode
set oldfile=%1
echo %oldfile% | find /i "[8bit]" > nul:
if not errorlevel 1 goto :eof
set newfile=%oldfile:.mkv= [8bit].mkv%
if exist %newfile% goto :eof
echo %oldfile%
set tmpfile=%oldfile:.mkv=.tmp.mkv%
if exist %tmpfile% del /f /q %tmpfile%
x264 --preset veryfast --tune animation --crf 18 -o %tmpfile% %oldfile%
mkvmerge -o %newfile% -D %oldfile% %tmpfile%
if exist %tmpfile% del /f /q %tmpfile%
goto :eof
:done
endlocal
2) Install MKVTOOLNIX 5.6.0 into windows http://www.bunkus.org/videotools/mkv....6.0-setup.exe
3) Download x264.exe http://x264.nl/ (Get 8bit version..not 10bit)
Place x264.exe ; above batch (.BAT) file ; and the shortcut to MKVMERGE GUI (Which should appear as a shortcut on your desktop after installing mkvtoolnix.. all together in a folder. Place anime you which to convert in folder and run batch file. Done.
Original method and directions: http://commiesubs.com/how-to-convert-10bit-to-8bit/ ((Use above .bat file instead of encode.bat))
Enjoy..
 

Dave Upton

Audiophile
Moderator
Reviewer
Joined
May 16, 2012
Messages
4,409
Location
Houston, TX
Real Name
Dave Upton
mattCR said:
Probably one of the best and easiest to use is VidCoder.

http://vidcoder.codeplex.com/

1.4.16 is the most current. Pretty easy to input one MKV, output another, based on whatever rules you want, including conversion, reduction, etc.
Matt - does VidCoder preserve subtitles? One of the major problems I have is with imported anime Blu-ray's that I ripped to 10 bit accidentally.
 

mattCR

Reviewer
HW Reviewer
Senior HTF Member
Joined
Oct 5, 2005
Messages
10,897
Location
Lee Summit, Missouri
Real Name
Matt
Dave Upton said:
Matt - does VidCoder preserve subtitles? One of the major problems I have is with imported anime Blu-ray's that I ripped to 10 bit accidentally.
If you tell it to, yes. You can go through the options and preserve subtitles, etc.

Your method also works, and that's a stream method. The issue with that is you get high quality but not a lot of benefits for storage. It's up to you. ;)
 

Users who are viewing this thread

Sign up for our newsletter

and receive essential news, curated deals, and much more







You will only receive emails from us. We will never sell or distribute your email address to third party companies at any time.

Forum statistics

Threads
357,034
Messages
5,129,195
Members
144,286
Latest member
acinstallation172
Recent bookmarks
0
Top