Converting VHS to MPEG

I'm advising my mom purchase a new iMac to replace a 6 yr old Dell desktop. One of her main concerns is that she's currently in the middle of converting the family library of VHS tapes to digital video files. She's made some investments in hardware and software to do this work and has compatibility questions. I've assured her that it would "be easier on a mac" but am looking for a few answers myself.
Specifically, she's using a product from Pinnacle/Dazzle called a Digital Video Creator 150 (DVC150) which as I understand it converts the analog VHS input into a digital MPEG output that connects to the desktop via USB 2.0.
(A) Will this device (DVC150) work with OSX?
(B) What OSX software is needed? Would iMovie do this? The manufacturer of the DVC150 only ships Windows desktop software.
The closest I've come to an answer is page 15 of the iMovie 08 manual that describes recording directly into iMovie. If the USB DVC150 is interpreted as a "camera" and the picture is generated when you play the VHS, I could imagine this working.

(A) Will this device (DVC150) work with OSX?
While I believe the hardware would be compatible with MAC USB 2.0 drivers, I don't think you will find any current (or suitable older) software to capture the MPEG-2 streaming output from the device and store it as one or more files. Most early version from companies such as Pixela were plagued with problems and some, I believe, were written to only work with products made by specific manufacturers. Not even sure if they make Mac compatible software any more.
B) What OSX software is needed?
This would depend on you specific work flow. For instance, if you continue to do your capturing on the PC, make the files accessible to a Mac, and do your editing and burning on the Mac, then your would either need third-party, MPEG-based conversions software like MPEG Streamclip (free) w/the Apple QT MPEG-2 component ($20), FFmpegX (donation-ware), Visual Hub (pay-ware), etc. to manually convert the MPEG-2 files to a compatible, frame-level compression format. On the other hand, you could also try to "trick" iMovie '08 into importing and converting your files by using a DVD authoring application to turn your MPEG-2 video data into images of a DVD VIDEO_TS folder which you will have to buy.
Would iMovie do this?
Not with realtime streaming data. The iMovie '08 requires files to be stored to some medium such as a DVD, HDD, or memory card.
The manufacturer of the DVC150 only ships Windows desktop software.
This is one of your main problems. Nearly all editing on a Mac is done by editors capable of editing individual frames. Even the GOP MPEG-2 video it can import must be converted to "fames" of video data which correspond to specific "frames" of audio data in order to be edited.
The closest I've come to an answer is page 15 of the iMovie 08 manual that describes recording directly into iMovie. If the USB DVC150 is interpreted as a "camera" and the picture is generated when you play the VHS, I could imagine this working.
As indicated above, this requires the data be encapsulated in a file container, segments of which can be buffered and processed as needed. This cannot be done at anything approaching "real time" on most Mac platforms.
If I were faced with your situation and did buy a Mac, I would simply continue to use the PC as a capture only device but store the data on an external FW800/FW400/USB2.0 hard drive if available. That drive could then be connected to the Mac and the files (assuming they are of suitable length) converted for editing and distribution as needed. Frankly, your real problem was selecting an MPEG-2 ADC converter device in the first place. Had it been one of the more common FireWire DV ADC devices, it could have been simply plugged in to the Mac and worked with any editor and/or QT Pro, as well as, any number of capture utilities and third-party editors. Another piece of advice is to never make major changes in your work flow in the middle of a project.... From the "For What It's Worth Department."

Similar Messages

  • How can I convert an AUDIO MPEG-4 to an MPEG3 format? I need it for a Powerpoint Presentation

    How can I convert an AUDIO  MPEG-4 to another type of file, such as MPEG3  or mp3

    Use Handbrake.
    You can download it for free from this site:
    http://www.macupdate.com/info.php/id/12987/handbrake
    Good luck

  • How do i convert mpg and mpeg files

    ok i got all my mpg and my mpeg files on i-tunes
    and i can watch the perfectly
    but when i try to put them on my ipod it doesnt work
    I know i have to convert them
    But what is the best program to use for converting mpg and mpeg files for my ipod

    when i try to use this it says it converts succesfully
    But than wehn i go to look for the converted vid
    I can find it
    I even tried changing where it goes and i cant find it still
    what should i do from here

  • I am trying to import movie files into to iMovie. They are home videos so I use handbrake and VLC to put them onto the computer and convert them to MPEG-4 files. I successfully imported two of the videos but the others are not working, they are all MPEG-4

    I am trying to import movie files into to iMovie. They are home videos so I use handbrake and VLC to put them onto the computer and convert them to MPEG-4 files. I successfully imported two of the videos but the others are not working, they are all MPEG-4 files. Now, they are not compatible. How to I get them into imovie?

    Hi
    I use
    • DV-PAL or DV-NTSC - or -
    • AIC
    Yours Bengt W

  • Is quality better with software for converting VHS to DVD than using an actual converter?

    Is quality better with software for converting VHS to DVD than using an actual converter?

    Not sure what you mean by "actual converter".
    If you mean if you just played a VHS tape to a DVD recorder and recorded like that... You will get close to the quality of the VHS.
    If you have a good capture software and hardware you might be able to clean the video and audio up. But VHS is pretty limited in quality.

  • Is the software from Roxio that converts VHS to DVD compatible with Yosemite?

    Is the software from Roxio that converts VHS to DVD compatible with Yosemite?

    Check the Roxio web site.

  • Could someone please recommend the best program to convert AVI and MPEG files for use (and exporting) into IMovie 11?

    Hi - I understand I need to convert AVI and MPEG files for use within IMovie 11. I have one particular file that has a watermark stating "Created with Flip4Mac WMV Demo". Can someone please recommend the best program for a novice?  Thanks!

    Hi Susan,
    It is no simpler converting vobs to mp4 than mpg (mpeg2).
    There is *always* a loss of quality converting video from one lossy-compressed format to another, e.g. mpeg2 to mp4.
    So, if you want to not lose any quality, then converting vobs to mpeg2 (mpg) is the thing to do (since there will be no video/audio re-compression), assuming Lr5 will accept them (sorry, but I do not know). example commands:
    Mac: ffmpeg -i myvideo.vob -sameq myvideo.mpg
    Win: ffmbc -i myvideo.vob -sameq myvideo.mpg
    If Lr5 won't accept them, then you can convert to mp4 with minimal quality loss using a command like:
    Mac: ffmpeg -i myvideo.vob -sameq myvideo.mp4
    Win: ffmbc -i myvideo.vob -sameq myvideo.mp4
    You may need variations of these commands depending on encoding of vob.
    Note: -i means -input-file; -sameq means -same-quality, as much as possible.
    ffm... is smart enough to avoid re-encoding, if possible, when -sameq is used, and makes reasonable choices for audio/video codecs based on extension of output file.
    Of course, you'll need to download/install ffm... program if not already on your machine, and execute commands in a terminal or command window.
    Do keep us posted please .
    Cheers,
    Rob

  • Converting Files to Mpeg 4 instead of H.264(x264)

    Hi all. I need some help here. I'm using Handbrake to convert my DVDs to files for my Apple TV 2. My problem is that Handbrake takes 3 hours or more for a 90 minute movie. Homie don't play that. I've got like 50 movies I want to convert, and using mpeg 4 is faster! My question is, what settings can I use so that I can convert to mpeg 4 and still be able to watch the file on my Apple TV 2? I have checked the settings on the Apple site, but I still can't figure out how to set my target data rate so I don't go over the allowed limit!
    Thank you!

    My question is, what settings can I use so that I can convert to mpeg 4 and still be able to watch the file on my Apple TV 2? I have checked the settings on the Apple site, but I still can't figure out how to set my target data rate so I don't go over the allowed limit!
    1) To access the MPEG-4/Simple@L1 video encoding profile, switch the Video Codec from the "H.264 (x264)" setting to the "MPEG-4 (FFmpeg)" setting.
    2) To limit display dimensions to fit within the 640x480 (or 1200 macroblock) limitation, set the Anamorphic setting to "None" in the Picture Settings window.
    3) To set the video data rate limit, select the "Average bitrate (kbps)" Quality option and enter a setting of "2500" Kbps or less.
    Be advised that while MPEG-4 Part 2 encoding is much faster, the codec is less efficient than the H.264/x264 codecs and the quality of a MPEG-4, Simple@1 coded file is roughly equivalent to what you would get with an H.264 encoded file having a bit rate in the 1,000-1,250 Kbps range.

  • Converting VHS to DVD with preserved closed captions

    Can this be done via DV capture?
    I'm trying to convert some of my old out of print VHS tapes to DVD, since they are obscure enough to probably never see an official DVD release. I figured firewire/DV would be perfect for the job because...well, my Mac already has that built-in. My intended workflow is to capture via DV using an ADS Pyro A/V Link analog->DV converter box (see tip below if you're trying something similar by the way).
    Anyway, being the quasi-perfectionist that I am, I'd like to make as close a copy to the original as possible, preserving the closed captions. In researching this I've found that this data is stored in "line 21" which is normally not a viewable portion of the video signal, rather like metadata. I have read that DV does support this data in the "VAUX" data area, however before I even begin, I am concerned that any step of my intended workflow might not preserve this data (reencoding in the converter box, transferring into iMovie/FCP, reencoding onto DVD). I presume that any amount of editing to the captured video will hose the captions if they are preserved, but I'd only shorten the black padding at the beginning and ending of the program if anything, which I can't imagine would scramble it too bad.
    I have read many suggestions of just manually transposing the CC text to subtitles instead, however since the DVD spec does support true closed captions, I figure it's gotta be possible somehow.
    I'd like to be able to do this without purchasing a PCI capture card. And I'd also like to be able to do this without spending $6000 on a certain Mac captioning app (a ridiculous price for functionality which in my opinion should be free). I've seen some pretty cheap VCR+DVD combo standalone units on the market, but I'd like to think my Mac, as expensive as it was, will suffice.
    Am I asking too much? Should I just give it a try to see if everything magically works? And if my current setup is not up to this task, what sort of setup would I need to realize my goal?
    (Tip: By the way, if anyone is trying to convert VHS to DVD with a similar setup, be warned that the marketers of such analog->DV converter boxes generally don't mention that you'll also need a time base corrector (TBC) to do anything useful with less-than-perfect analog source video; I've found that without such a device, the video tends to drop frames like mad on rough spots of the source tape [I'm talking drops measured in seconds]. Too bad TBCs cost more than the converter box itself usually. Odd that those VCR+DVD combo boxes ostensibly must have a built-in TBC by definition, and yet often are cheaper than a standalone TBC...)
    Power Mac G4 dual 867 Mirrored Drive Doors   Mac OS X (10.4.4)  

    Ok well I tested it by going VCR->DV converter->iMovie->iDVD, and the closed captions were lost at some point. The tape does have closed captions when played in the VCR, and I know my DVD player displays closed captions properly (I tested a commercial disc both in the Mac and in a standalone DVD player and those showed captions), but the DVD I created doesn't display closed captions either in the Mac DVD Player or the standalone unit.
    So...anyone think maybe importing into Final Cut Pro and burning with DVD Studio Pro would work better for this than iMovie? I imagine there would be no difference (since iDVD uses the same Compressor app as DVDSP).
    So I guess I'm stuck. At this point I can't even use the DVD/VCR dub machine since it won't allow dubbing of copy-protected tapes (even though this tape will likely never see a DVD release and it's crappy VHS quality anyway and it's just for my own personal use as a backup)...any suggestions?

  • How to convert vob to mpeg with mpeg to vob converter for mac

    MPEG has standardized the following compression formats and ancillary standards: MPEG-1, MPEG-2, MPEG-3, and MPEG-4. MPG is one of a number of file extensions for MPEG-1 computer files.
    VOB is based on MPEG-2 program stream format.MPEG to VOB Converter for Mac can both convert MPEG (MPEG-1, MPEG-2, MPEG-3, MPEG-4) to VOB for Mac and convert VOB to MPEG on Mac OS X (Snow Leopard included). Moreover, it could convert HD MPG (MPEG-2 HD) to VOB and VOB to HD MPG (MPEG-2 VIDEO) on Mac OS X.
    Free download mac vob to mpeg converter.
    Step 1, Import or drag and drop VOB or MPEG file to this Mac VOB to MPEG (MPG) Converter.
    Step 2, Choose output format as VOB or MPEG (MPEG-1, MPEG-2, MPEG-3, and MPEG-4). You are allowed to trim, crop video, and set video biterate, resolution, and screen size before conversion.
    Step 3, Click “Convert” to start VOB to MPEG or MPEG to VOB conversion. This powerful software support ripping DVD and converting VOB and MPEG in batch.
    Note: If you are not satisfied with the original video effect, you can trim, crop, add watermark and set brightness with this applicaton, learn how to edit vob on mac snow leopard
    Tips: A good, open source tool for playback VOB is MPlayer OSX and VLC Media Player, and Apple DVD player. If you wish to burn the VOB files to a standard DVDR disc, you need to have all the other standard DVD files as well, including IFO and BUP files. If you have all of the required files, you can get solutions with freewares like handbrake.
    vob to mpeg converter for mac;mpeg to vob converter for mac;vob to mpeg mac;convert vob to mpegmac;convert mpeg to vob mac;convert .vob to mpeg mac

    !http://www.dailyllama.com/news/2004/images/golden_honey_spam_large.jpg!

  • Converting VHS into my FCE project

    I know this may not be the right place for this question, but I am sure some of you have had this challenge before. I am trying to convert VHS to DVD using my camcorder and an S plug. So I can place the footage in a project I am working on. When I hit the record button I am just recording a black screen. I feel this is something I am over looking, because I have done this in the past (with a different camcorder and VCR machine) but now it is not working.
    I am plugging the S jack into the machine and then the camcorder. Then hitting play on the VCR and while the camera is in the playback mode I am hitting record on that and it is recording the black screen instead of the VHS. Does ANYONE have any ideas? I need to get this project done asap, so I need to get the footage recorded asap.
    Thanks
    ruez

    Hi
    To be able to get material into a miniDV (tape) Camera there are some musts.
    • Camera must have analog in (as written previously)
    • The eventual SCART connector that came with Camera is one way - to VHS-VCR and
    not the other way around. This needs a SCART connector WITH an In and Out switch.
    If Camera doesn't have analog in. Then You need an Analog/Digital Box as Canopus ADVC 55, 110 or 300.
    There are several others to cheaper and expencive.
    ADVC 55 - one way from VHS-VCR to Mac via FireWire
    ADVC 110 - both ways - This is very good because You then can connect a small TV
    and in real time judge quality while editing in FinalCut (and iMovie up to HD 6)
    ADVC 300 - timebase correction - Very helpful if tapes are old (with drop-outs)
    (resulting in less baby-sitting - Drop outs stops import = restart)
    Yours Bengt W

  • Converting vhs through DAC-100

    I'd like to convert VHS cassettes from JVC VCR to imovie HD. I've got a DAC-100 converter (made by datavideo), and I can't see what I'm doing wrong. I'm using the s-video connection. I've checked all that I can (dipswitches are different on datavideo website to the instructions), but I'm just getting a blue screen (it says camera connected, and there's an import button at the bottom of the screen - when I press that it says camera playing). Nothing else happens.
    I'm probably not doing something really obvious (I got the DAC=100 because it seemed the least complicated way to transfer vhs - i tried some other means, but I couldn't figure those out either...).
    Any assistance would be really appreciated.

    Hi Ian and welcome to the forums!
    I am not familiar with the DAC-100 (I use a Canopus to do this, which is very similar) but having looked at the specs there is no obvious reason why it shouldn't work.
    You need to connect your VHS player to the DAC by S-video (for the video, but this does not not carry sound) and by the red and white RCA cables for the sound. The DAC has to be connected to your Mac by firewire cable or iMovie will not work.
    You should set sound as 16 bit, 44,100 hz. You do this in Audio MIDI setup, which is in your utilities folder.
    Lastly, read the instructions for how to toggle the dip switches!
    In iMovie, if it recognizes the device, when you click on the camera icon it should show up as an option.

  • How to convert VHS  home movies to DVD?

    How do I get best quality converting VHS to DVD. I will need to use iMovie as some need heavy editing. I know I can get them into iMovie via firewire using the D/A converter on my newer Canon camcorder. My Question (s)? is /are: What settings & format should I use to import into iMovie8 and to export to iDVD for best possible quality when played on a large screen (50inch). Several of the tapes were in such poor shape that the D/A converter on the canon wouldn't play them and I had to digitize them by playing through Eye-Tv(not the best solution but the only one I could come up with). Thanks in advance for any guidance you can give.
    Dave

    How do I get best quality converting VHS to DVD.
    Use iMovie 06 instead.
    iMovie 08 now uses single-field processing. This means every other horizontal line of the video is thrown out, which reduces the sharpness of the footage.
    I find I get the best quality using iMovie 06 and iDVD 08 (use Professional Quality encoding in iDVD 08).
    iMovie 06 is a free download to iLife 08 owners. (THEY WANT YOU TO HAVE IT!)
    http://www.apple.com/support/downloads/imovieHD6.html
    To get your VHS video into iMovie, look at the Canopus ADVC300. Audio and Video go in, FireWire comes out. It also comes with a nice Macintosh application that works flawlessly with iMovie 06 and iDVD 08 (not sure about iMovie 08).
    The program that comes with the ADVC300 has some nice filters that can improve video and audio of the source material. The ADVC300 will take Audio and Video from any source and convert it to FireWire (iMovie will treat it like a camera).
    http://www.canopus.com/products/ADVC300/index.php
    You will need to use a "Real" Mac, (with a Firewire input).

  • Software to convert VHS- DVD (w/out digital camcorder)?

    Hey everybody,
    I was wondering if anybody was aware of any software for converting VHS tapes to DVD wth your Mac that is Lion-ready? I'm looking to be able to plug my VCR into my Mac and encode in real time via some sort of component to USB cable (because I don't own a digital camcorder). If you could also point me in the direction of the required hardware to complete this process that would be awesome!
    Thanks,
    Tyler

    Have been doing this for some time, my setup:
    I use an ancient "Symphonic" VCR player connected to an Elgato Eyetv Hybrid USB dongle.  That plugs into my G5 Mac, 10.5.8, which runs Eyetv software v. 2.5.3.
    Recording is dead simple after fiddling around a bit with software settings for channel, etc.  Start the player, hit "record" on the software and wait for the end.
    The recording is saved in some obscure ".eyetv" format with file size about 4 GB per hour of recording.  The software has export to a variety of formats including QT Movie which results in a substantially larger file size.
    Quality?  Well, it's viewable and usable for archive purposes.  I'm fine with it but more discriminating folks may want something better.  I end up burning the video on a DVD using iDVD and that's not the greatest anyway.
    There are various Elgato units available, and the Eyetv Hybrid seems to run bout $130.
    Hope that helps.

  • Converting .flv in MPEG Streamclip - video 'fuzzy'...

    Hello - I converted my flv files in MPEG Streamclip, to DV; Qtime; AVI -- also downloaded Perian, so that I could use downloaded w/videos from YouTube, etc... I then imported them into Final Cut, however, I noticed the video quality isn't as good, and a bit pixilated/fuzzy. Is there a way to make the video more crisp/clear, when converting flv in MPEG Streamclip? Thanks!

    For flash compression i would recommend you use On2 VP6 codec, instead of the sorrenson spark codec. As far as making them clearer, unfortunately you get what you put in. So taking a FLV which is a delivery format and converting it to a video format you are not going to get any better quality then the original clips.
    For a conversion setting in mpeg streamclip, i recommend Apple DV/DVCPRO-NTSC, Quality 100%, Sound Uncompressed.

Maybe you are looking for