Error saving file

The place to discuss linux version of MakeMKV
Post Reply
anothergene
Posts: 19
Joined: Sun Apr 04, 2010 12:24 am

Error saving file

Post by anothergene »

I'm trying to use makemkvcon to rip one of my Pashendale BD. I first used the backup function to rip it to my hd and now I'm trying to extract the main title with the mkv command as follows:

Code: Select all

 makemkvcon mkv file:/mnt/alpha/rips/paschendale/ 0 /srv1/download/paschendale/paschendale.2008.mkv
the Debug error I get is as follows:

Code: Select all

MakeMKV v1.5.5 beta linux(x64-release) started
Debug logging enabled, log will be saved as /home/gmoreau/MakeMKV_log.txt
Opening files on harddrive at /mnt/alpha/rips/paschendale/
File 00003.mpls was added as title #0
File 00014.mpls was added as title #1
Title #00010.m2ts has length of 31 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00001.m2ts has length of 32 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00014.m2ts has length of 82 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00003.m2ts has length of 10 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00012.m2ts has length of 31 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00009.m2ts has length of 31 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00006.m2ts has length of 12 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00007.m2ts has length of 12 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00021.m2ts has length of 1 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00019.m2ts has length of 10 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00005.m2ts has length of 16 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00011.m2ts has length of 61 seconds which is less than minimum title length of 120 seconds and was therefore skipped
Title #00000.m2ts has length of 12 seconds which is less than minimum title length of 120 seconds and was therefore skipped
File 00015.m2ts was added as title #2
Operation sucessfully completed
Saving 1 titles into directory /srv1/download/paschendale/paschendale.2008.mkv
DEBUG: Code 2 at I'Xq'lV0;EIY%V@9#8lY6IO:121261635
DEBUG: Code 0 at 8d+:9FW?k8TfIFq#q6<[:121262739
0 titles saved, 1 failed
any ideas?
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Error saving file

Post by mike admin »

You have to specify destination folder, not a filename.
anothergene
Posts: 19
Joined: Sun Apr 04, 2010 12:24 am

Re: Error saving file

Post by anothergene »

mike admin wrote:You have to specify destination folder, not a filename.
well, that's a big duh on my part.... thanks very much.
Post Reply