Search found 377 matches

by AlBundy
Sun Aug 17, 2014 10:53 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip episodes or main-feature from DVD or BD

I'll check this in the next days - I'm pretty sure that I've tested a local DVD-Folder-structure.
by AlBundy
Sun Aug 17, 2014 8:46 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip episodes or main-feature from DVD or BD

Try

D:\Tools\handbrake>hb.rb --input "E:\test\Movie" --output "E:\encode\#title#_#pos#.mkv"
by AlBundy
Sun Aug 17, 2014 7:54 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip episodes or main-feature from DVD or BD

I have not tested my script with recursive conversion of directories - with files (e. g. iso) it should work.
by AlBundy
Tue Aug 05, 2014 6:06 pm
Forum: Command Line Interface And Scripting
Topic: Exit AppleScript Shell Upon Conversion Complete
Replies: 1
Views: 727

Re: Exit AppleScript Shell Upon Conversion Complete

Not sure but you can try to add

Code: Select all

exit $?
at the end of your last command line (after the ";" )

Or remove bash - c
by AlBundy
Sat Aug 02, 2014 8:02 pm
Forum: Command Line Interface And Scripting
Topic: Why does HandbrakeCLI needs to create previews?
Replies: 2
Views: 883

Re: Why does HandbrakeCLI needs to create previews?

Why does creating the preview takes sometimes forever?
It would be better if handbrake detect that creating the preview stucks and skip the track.
by AlBundy
Sat Aug 02, 2014 7:34 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip episodes or main-feature from DVD or BD

Mounting the ISO should work because I convert most of my movies directly from BD.
by AlBundy
Fri Aug 01, 2014 9:45 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip episodes or main-feature from DVD or BD

The error on the first try come because you haven't put the output in quotes ruby hb.rb --input G: --output "D:\SOMEFOLDER\encode\Series - S01E#pos#.mkv" --min-length 00:40:00 --audio deu,eng --subtitles deu,eng --audio-copy --skip-commentaries --bluray --verbose As written in verbose outp...
by AlBundy
Wed Jul 30, 2014 9:35 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip episodes or main-feature from DVD or BD

I. didn't try to convert a bluray-iso - I'm converting directly from disc to hdd.

You could try - - verbose - tthis should give some more info.
If this doesn't work try HandbrakeCLI - - input "D:\SOMEFOLDER\SOMEISO_S1_D1.iso" - - scan - t 0

Maybe you data is still encrypted?
by AlBundy
Wed Jul 30, 2014 8:18 pm
Forum: Command Line Interface And Scripting
Topic: Why does HandbrakeCLI needs to create previews?
Replies: 2
Views: 883

Re: Why does HandbrakeCLI needs to create previews?

Seems to be an encryption problem? Tried above command with --preview 1 [22:16:53] bd: title 14 has 24 chapters [22:16:53] scan: decoding previews for title 1 [22:16:53] scan: title angle(s) 1 Scanning title 1 of 3, preview 1, 66.67 %aborted.c byte. scrambled data ? Filtering libbluray/bluray.c:619:...
by AlBundy
Wed Jul 30, 2014 8:14 pm
Forum: Command Line Interface And Scripting
Topic: Why does HandbrakeCLI needs to create previews?
Replies: 2
Views: 883

Why does HandbrakeCLI needs to create previews?

This command HandbrakeCLI --input f: --scan -t 0 --min-duration 3600 stucks since over 5min here [22:06:10] scan: decoding previews for title 1 [22:06:10] scan: title angle(s) 1 Scanning title 1 of 3, preview 1, 51.67 %libbluray/decoders/m2ts_filter.c:194: missing sync byte. scrambled data ? Filteri...
by AlBundy
Wed Jul 30, 2014 6:17 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 127702

Re: [Script] rip all episodes or only main-feature from DVD

I've uploaded my last version - not sure about the changes.

Directly converting blurays with my script works really good - with enabled qsv I need only 20-30min to convert the main-feature from a BD.
--> I've added all necessary links to my first post.

Al
by AlBundy
Tue Jul 29, 2014 6:32 pm
Forum: Windows
Topic: Need help Dredd 3D SBS
Replies: 3
Views: 904

Re: Need help Dredd 3D SBS

Not sure but seems to be a problem with one of the dts-tracks. [matroska @ 000000000c0f1760] Application provided invalid, non monotonically increasing dts to muxer in stream 5: 172991 >= 172905 ERROR: avformatMux: track 5, av_interleaved_write_frame failed with error 'Error number -22 occurred'
by AlBundy
Sun Jul 27, 2014 8:04 pm
Forum: Benchmarks
Topic: Intel(R) Core(TM) i7-4770K CPU x264 vs. qsv_h264
Replies: 1
Views: 10178

Re: Intel(R) Core(TM) i7-4770K CPU x264 vs. qsv_h264

encoding with x264 (preset veryfast) hb.rb Copyright (C) 2014 AlBundy This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt. This is free software, and you are welcome to redistribute it under certain conditions. For questions, feature-requests etc. visit: https://forum.handbr...
by AlBundy
Tue Jul 22, 2014 6:06 pm
Forum: Mac
Topic: how to rip it all from dvd?
Replies: 4
Views: 1769

Re: how to rip it all from dvd?

You can use my script: viewtopic.php?f=10&t=26163

Code: Select all

hb.rb --input d: --output "c:\#title#_#pos#.mkv"
Al
by AlBundy
Tue Jul 22, 2014 5:09 pm
Forum: Command Line Interface And Scripting
Topic: Is it possible to utilize makemkv to convert bluray and dvd
Replies: 5
Views: 2276

Re: Is it possible to utilize makemkv to convert bluray and

Thanks - this seems to work on windows too.

I've copied libmmbd64.dll from makemkv into the same folder as HandbrakeCLI.exe (64bit version)
Now I can read blurays directly. :-)
by AlBundy
Sun Jul 20, 2014 10:43 pm
Forum: Development
Topic: QSV without active monitor
Replies: 0
Views: 1529

QSV without active monitor

On windows I have to setup a fake monitor to get qsv to work, because I have an AMD card installed. AFAIK Nvidia users can setup programs to run on the integrated card in the Nvidia control panel. Had some of the developers seen this post: https://forum.handbrake.fr/viewtopic.php?f=11&t=29958 Ma...
by AlBundy
Sun Jul 20, 2014 10:29 pm
Forum: Command Line Interface And Scripting
Topic: Is it possible to utilize makemkv to convert bluray and dvd
Replies: 5
Views: 2276

Is it possible to utilize makemkv to convert bluray and dvd

To backup my movies I usually rip DVDs with DVDDecryptor as iso and blurays with makemkv as mkv to my hdd and convert them afterwards with handbrake. Is it possible to utilize makemkv as "input" for handbrake (afaik makemkv has a streaming option). Or is it possible to use makemkv librarie...
by AlBundy
Thu Jul 03, 2014 8:20 pm
Forum: Command Line Interface And Scripting
Topic: Selecting subtitles by language, bounty for new feature
Replies: 2
Views: 856

Re: Selecting subtitles by language, bounty for new feature

My scripts works with languages instead of track numbers and supports filtering by duration: viewtopic.php?f=10&t=26163
by AlBundy
Thu Jul 03, 2014 8:15 pm
Forum: Command Line Interface And Scripting
Topic: Check which videos need to be done and convert set amount
Replies: 2
Views: 866

Re: Check which videos need to be done and convert set amoun

Have a look at my script: viewtopic.php?f=10&t=26163
It skips the input if target already exists.

Al
by AlBundy
Thu Jun 26, 2014 5:54 am
Forum: Feature Requests
Topic: Small change for manicure.rb
Replies: 8
Views: 1621

Re: Small change for manicure.rb

Thank you.
by AlBundy
Sat Jun 14, 2014 12:26 pm
Forum: Windows
Topic: CLI keeps crashing on Windows
Replies: 8
Views: 1657

Re: CLI keeps crashing on Windows

Depending on your Hardware you can also enable hardware-acceleration in the nightly builds which gives a huge performance boost.

viewtopic.php?f=11&t=29498
viewtopic.php?f=9&t=30010

Al