home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
General Forums
Newcomers Forum
DVD Ripping and IMDB
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="stallion11885" data-source="post: 513552" data-attributes="member: 97980"><p>I wrote a little batch file that I can launch right from MediaPortal's menu with MyPrograms to encode dvd's. I'm using anydvd and Handbrake CLI. I'm new at this, but everything works really well. Here is my code-</p><p>[code]dir d: | find "Volume in drive" > name.txt</p><p>for /F "tokens=6" %%i in (name.txt) do set name=%%i</p><p>del name.txt</p><p>echo Project Name: %name%</p><p></p><p>"C:\Program Files (x86)\HandBrake\HandBrakeCLI.exe" -i "D:\VIDEO_TS" -o "Z:\Movies\%name%.mkv" -L --preset="MKV"</p><p></p><p>start ejectcd.exe[/code]</p><p></p><p>(I didn't write all the code, I found it arround the net but not really sure from who)</p><p></p><p>It works really well until I get a dvd with a label of DVD_Video or something like that. I was wondering if there was a tool somewhere that I could add a line to bring in the IMDB title instead of the DVD drive volume name.</p></blockquote><p></p>
[QUOTE="stallion11885, post: 513552, member: 97980"] I wrote a little batch file that I can launch right from MediaPortal's menu with MyPrograms to encode dvd's. I'm using anydvd and Handbrake CLI. I'm new at this, but everything works really well. Here is my code- [code]dir d: | find "Volume in drive" > name.txt for /F "tokens=6" %%i in (name.txt) do set name=%%i del name.txt echo Project Name: %name% "C:\Program Files (x86)\HandBrake\HandBrakeCLI.exe" -i "D:\VIDEO_TS" -o "Z:\Movies\%name%.mkv" -L --preset="MKV" start ejectcd.exe[/code] (I didn't write all the code, I found it arround the net but not really sure from who) It works really well until I get a dvd with a label of DVD_Video or something like that. I was wondering if there was a tool somewhere that I could add a line to bring in the IMDB title instead of the DVD drive volume name. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Newcomers Forum
DVD Ripping and IMDB
Contact us
RSS
Top
Bottom