Search found 349 matches

by skittle
Fri Apr 30, 2010 7:01 pm
Forum: MakeMKV for Linux
Topic: SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download
Replies: 7
Views: 16569

Re: MakeMKV 1.5.5 for Linux Problems

something wrong with your download then: skittle@Skittle-PC:~$ md5sum makemkv_v1.5.5_beta_bin.tar.gz 1ab84a65f5712207bbf7b5f0172f840f makemkv_v1.5.5_beta_bin.tar.gz download 1 second ago ;) skittle@Skittle-PC:~$ tar -xvzf makemkv_v1.5.5_beta_bin.tar.gz makemkv_v1.5.5_beta_bin/ makemkv_v1.5.5_beta_bi...
by skittle
Fri Apr 30, 2010 6:48 pm
Forum: MakeMKV for Linux
Topic: SOLVED: MakeMKV 1.5.5 for Linux Problems - Bad Download
Replies: 7
Views: 16569

Re: MakeMKV 1.5.5 for Linux Problems

Yes, the link still says 1.5.4, but just download 1.5.5 manually:

also,:

Code: Select all

cat ~/source/makemkv/makemkv_v1.5.5_beta_bin/makefile.linux
...
ifeq ($(ARCH),x86_64)
ARCH=amd64
ARCH_OK=1
endif
...

Code: Select all

skittle@Skittle-PC:~/source/makemkv/makemkv_v1.5.5_beta_bin/bin$ ls
amd64  i386
[edit]
by skittle
Fri Apr 30, 2010 5:45 pm
Forum: MKV file processing and playback
Topic: Simple Howto for re-encoding (bluray) MKV's (linux)
Replies: 31
Views: 202884

Re: Simple Howto for re-encoding (bluray) MKV's (linux)

mkfifo is only for piping from mplayer. The command you posted will work just fine, and it should use ffms2 as default. if you want to do a quick test, add --frames 1000 --preset ultrafast ;) also note --tune should only be used if your source matches the tune option. (ie --tune film for film, anima...
by skittle
Fri Apr 30, 2010 5:40 pm
Forum: MakeMKV for Linux
Topic: update script
Replies: 2
Views: 8193

update script

simple update script for makemkv. change directories and vars to your needs ;) #makemkvupdate.sh read -p 'makemkv version : ' version #ie 1.x.x echo updating to : makemkv_v$version wget http://www.makemkv.com/download/makemkv_v$version\_beta_bin.tar.gz -P /home/<user>/Download wget http://www.makemk...
by skittle
Fri Apr 30, 2010 5:33 pm
Forum: MKV file processing and playback
Topic: Simple Howto for re-encoding (bluray) MKV's (linux)
Replies: 31
Views: 202884

Re: Simple Howto for re-encoding (bluray) MKV's (linux)

of course! ffms2 can accept almost any input (anything ffmpeg can). might want to pipe from mplayer, or avisynth+wine+avs2yuv to do filtering as DVDs sometimes have weird telecine and such.
Also I forgot to mention that ffms2 barfs on .m2ts and .ts so use pipes if your source is ts or m2ts.
by skittle
Fri Apr 30, 2010 7:51 am
Forum: MKV file processing and playback
Topic: Simple Howto for re-encoding (bluray) MKV's (linux)
Replies: 31
Views: 202884

Re: Simple Howto for re-encoding (bluray) MKV's (linux)

This is no longer needed, ffms2 was updated to fix this issue Hi, sorry it seems ffmpeg was updated recently and ffms2 was not. please check out slightly older revision (same date as latest ffms2) of ffmpeg: #no longer needed, ffms2 was updated to support latest ffmpeg, but if it breaks again use t...
by skittle
Thu Apr 29, 2010 8:53 pm
Forum: MKV file processing and playback
Topic: Simple Howto for re-encoding (bluray) MKV's (linux)
Replies: 31
Views: 202884

Simple Howto for re-encoding (bluray) MKV's (linux)

This will cover my favorite method: using x264 compiled with FFmpegSource2 input directly, or if crop/resize is needed pipe from mplayer->x264. In either case, end up muxing everything together with mkvmerge gui. I do not suggest using x264 from repository. It will likely be very outdated and not co...
by skittle
Thu Apr 29, 2010 3:59 pm
Forum: General MakeMKV discussion
Topic: Drive Speed
Replies: 9
Views: 13590

Re: Drive Speed

do not use anydvd+makemkv. makemkv does not need it and can cause issues.
by skittle
Tue Apr 27, 2010 8:58 pm
Forum: MakeMKV for Linux
Topic: Fast and efficient.
Replies: 6
Views: 12576

Re: Fast and efficient.

Yes, I can do a howto, will put it on the faq page and mkv processing section later.

will cover compiling x264 with ffms2 suport, and piping from mplayer method. note that this method will work in windows and osx too... but probably wont need to compile your own stuff.
by skittle
Tue Apr 27, 2010 4:50 pm
Forum: MakeMKV for Linux
Topic: Fast and efficient.
Replies: 6
Views: 12576

Re: Fast and efficient.

crowfax: When I re-encode, I do it by hand. I have x264 compiled with FFmpegSource/lavf input for direct encoding of most formats. There is a patch for x264 in the works that can do cropping and resizing too, but it doesnt work against latest git. So if I need to resize or crop, I pipe from mplayer ...
by skittle
Fri Apr 23, 2010 3:03 am
Forum: General MakeMKV discussion
Topic: [Feature Request] Easy stream extract
Replies: 8
Views: 12187

Re: [Feature Request] Easy stream extract

he means your rip will have better quality than what you can buy from itunes
by skittle
Thu Apr 22, 2010 4:33 pm
Forum: General MakeMKV discussion
Topic: Conversion Time
Replies: 3
Views: 7489

Re: Conversion Time

a regular old BD-ROM drive will be enough. unless you want to burn, then you need r/rw
by skittle
Thu Apr 22, 2010 4:29 pm
Forum: MakeMKV for Linux
Topic: How-To Install Guide for Ubuntu
Replies: 14
Views: 62672

Re: How-To Install Guide for Ubuntu

Hi, please post the error message. Also are are you in the oss/bin source folder with 'makefile.linux' ? also make sure that you do the same for both OSS and BIN folders.
by skittle
Wed Apr 14, 2010 11:12 pm
Forum: General MakeMKV discussion
Topic: the file is to big
Replies: 7
Views: 16625

Re: the file is to big

makemkv does NOT re-encode the video or audio. Use handbrake/mencoder/ffmpeg/x264 on the resulting mkv file from makemkv if you want to make it smaller.