I can rip the DVDs to my computer as VOB-files but I think I would like to have it in Xvid or something like that? Are there any guides and tools for it? I'm using osx on my desktop computer so preferably for osx

Not on a Mac i read...spinnersp wrote:there's some discussion on that here http://www.xbmc4xbox.org.uk/forum/viewt ... ?f=4&t=697
I'd also like to chime in here seeing as I have Macbook as my most powerful machine currently and a need to convert videos to better perform on my xbox now that I've upgraded the hard drive (finally). I found this bash script (OS X has a bash shell in its terminal) but I cannot seem to make it work. As far as I know I do have ffmpeg installed so I'm not sure what I'm doing wrong. The script runs, complains about line 13 confirms the directory exists and then ends.Oldxboxusa wrote:Not on a Mac i read...spinnersp wrote:there's some discussion on that here http://www.xbmc4xbox.org.uk/forum/viewt ... ?f=4&t=697
yes this is what i have, but ive got no idea which are the best settings to get good results.Dan Dar3 wrote:What's not on Mac, FFmpeg?
https://www.ffmpeg.org/download.html
I don't love it anymore, because i take it a chance on my old 2011 imac, overnight the cpu was so hot that it had become a damage and my imac was death.... Thats my opinion about that f...ing tool.Dan Dar3 wrote:I believe it's used by Handbrake itself for some formats:
https://trac.handbrake.fr/wiki/Encoders
I'll try this after work today and report back on my results. Hopefully it'll be as easy as that and I can get on with converting every thing for the new system...Dan Dar3 wrote:@Oldxboxusa
Yep, and hammers should come with a disclaimer, don't hit your fingers.
Look, there's a well known problem: video encoding requires a lot of CPU cycles which increases CPU temperature and crashes systems with poor or failing cooling.
Every system normally has an overheating threshold built-in and should simply shuts down when it reaches that instead of melting.
@bornagainpenguin
Very good, I was going to ask for the actual error. Doesn't look like line # matches your script, but anyways.
"rename" is not a standard Unix command, try changing into "mv" at line 11, or maybe even remove the entire line - i think it's trying to rename the input files to remove spaces, but later is quotes correctly in the commands, so to me that's a bit useless, but you'll find out when testing.
Code: Select all
ffmpeg -i "Rod Stewart ...mp4" -scodec copy -acodec copy -vcodec mpeg4 -b:v 3000k -maxrate 5000k -bufsize 4096k -s 1280x720 -f matroska "Rod Stewart ...mkv"
Really cool *thumbs up*bornagainpenguin wrote:I'd also like to chime in here seeing as I have Macbook as my most powerful machine currently and a need to convert videos to better perform on my xbox now that I've upgraded the hard drive (finally). I found this bash script (OS X has a bash shell in its terminal) but I cannot seem to make it work. As far as I know I do have ffmpeg installed so I'm not sure what I'm doing wrong. The script runs, complains about line 13 confirms the directory exists and then ends.Oldxboxusa wrote:Not on a Mac i read...spinnersp wrote:there's some discussion on that here http://www.xbmc4xbox.org.uk/forum/viewt ... ?f=4&t=697
If there is a better way (for Macs) I'd love to hear it!
--bornagainpenguin
UPDATE: Added screenshot of error.
Err, actually that was just my test file. I really have about 500 music videos organized by artist to do. If someone knows how to make it run recursively once it runs at all that'd save me a ton of headache!Dan Dar3 wrote:Good, or just take from the script what you actually need - that seems to have been written do convert one or more files in a folder, you open up a command prompt yourself navigate to the files and simply run the command for your one file:
It's only rocket science until your first test flightCode: Select all
ffmpeg -i "Rod Stewart ...mp4" -scodec copy -acodec copy -vcodec mpeg4 -b:v 3000k -maxrate 5000k -bufsize 4096k -s 1280x720 -f matroska "Rod Stewart ...mkv"
Ok but never overnight. It was the first time where a PC goes too hot by a tool. By the way macs are not cheap. [SLEEPY FACE]Dan Dar3 wrote:@Oldxboxusa
Is your question whether you can convert the file to reduce the file size? Then yes, provided you change a combination or all at the same time: video codec, picture size or bitrate (smaller). Personally, I prefer a good bitrate to a larger picture size - XBMC4Xbox does a decent job at up-scaling content encoded with a healthy bitrate (you can think of that is the amount of "detail data" in a picture, like sand or little stones depending on the size of it, where the picture size is like an iron mesh holding the sand.)
Look, I think you should give Handbrake another go, play with all the parameters in the UI interface and see at the bottom the ffmpeg command line it produces. You can take that out and run it yourself in a shell if you still think that Handbrake did whatever it did to your computer. And I recommend reading the guide as well:
https://trac.handbrake.fr/wiki/HandBrakeGuide