Media Companion
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Media Companion

Discussion and development board for the program Media Companion.
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 How to handle Offline DVD collections - Ideas welcome!

Go down 
+2
billyad2000
StormyKnight
6 posters
Go to page : Previous  1, 2
AuthorMessage
billyad2000
Admin
billyad2000


Posts : 1326
Join date : 2008-09-20

How to handle Offline DVD collections - Ideas welcome! - Page 2 Empty
PostSubject: Re: How to handle Offline DVD collections - Ideas welcome!   How to handle Offline DVD collections - Ideas welcome! - Page 2 Icon_minitimeSat Apr 10, 2010 3:32 pm

StormyKnight wrote:
billyad2000 wrote:
ffmpeg is an external program, and as far as I know there is no way to launch it quietly.

There is a section on this page that describes how to start an invisible process, it may be of help.

http://www.thescarms.com/dotnet/Process.aspx

Thanks for the link, i've been using the shell command to run ffmpeg, eg
Code:
Shell(instruction)

The process method is a little longer but a lot more versatile, eg.
Code:
Dim myProcess As Process = New Process
myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden
myProcess.StartInfo.CreateNoWindow = False
myProcess.StartInfo.FileName = applicationpath & "\ffmpeg.exe"
Dim proc_arguments As String = "-r 1 -b 1800 -qmax 6 -i """ & applicationpath & "\Settings\%03d.jpg"" -vcodec msmpeg4v2 """ & mediapath & """"
myProcess.StartInfo.Arguments = proc_arguments
myProcess.Start()
myProcess.WaitForExit()
This runs silently, with no more interuptions Smile
Back to top Go down
http://billyad2000.co.uk
jrball
New User
New User



Posts : 1
Join date : 2010-05-13

How to handle Offline DVD collections - Ideas welcome! - Page 2 Empty
PostSubject: Re: How to handle Offline DVD collections - Ideas welcome!   How to handle Offline DVD collections - Ideas welcome! - Page 2 Icon_minitimeThu May 13, 2010 6:15 pm

Offline collections works great, but I have a question. I don't use the dvd cases, but have all the movies stored in dvd binders to save space. Is there any way that I could add a location (i.e. Binder 1, page 1) that would be read by the application, or XBMC? Could I manually enter something in the xml file for the movie location?

something like <location>Binder 1, page 1</location>

would that work?
Back to top Go down
vatansever223
New User
New User



Posts : 3
Join date : 2010-11-22

How to handle Offline DVD collections - Ideas welcome! - Page 2 Empty
PostSubject: Re: How to handle Offline DVD collections - Ideas welcome!   How to handle Offline DVD collections - Ideas welcome! - Page 2 Icon_minitimeMon Nov 22, 2010 7:30 pm

Here is a link to the demo movie I made above
megaupload.com Z7990CSC

___________

Octopus
MusicpublishersLondon50
Back to top Go down
Sponsored content





How to handle Offline DVD collections - Ideas welcome! - Page 2 Empty
PostSubject: Re: How to handle Offline DVD collections - Ideas welcome!   How to handle Offline DVD collections - Ideas welcome! - Page 2 Icon_minitime

Back to top Go down
 
How to handle Offline DVD collections - Ideas welcome!
Back to top 
Page 2 of 2Go to page : Previous  1, 2
 Similar topics
-
» DVD Database, Offline Movie collections.
» Wall of posters working concept - Need ideas.
» Offline movies
» Periods in the movie title!
» Harry Potter Wedding Ideas?

Permissions in this forum:You cannot reply to topics in this forum
Media Companion :: Media Companion :: General Discussion-
Jump to: