from your old 8mm video to TinyUDF to mp4
Like most people I have accumulated a mass of old technological devices over the years. VHS tapes and old 8mm camcorders have pretty much been obsoleted with the digital age. I recently embarked on a mission to clean house of my old toys but found it a bit of a challenge to convert my old home movies to something useful on my MacBook. This blog captures the steps I took in hopes it may be useful to others with similar circumstances, namely the following:
1) Sony or other brand 8mm cassette recorder that can playback the tapes that you want to convert to a digital format
2) DVD recorder that can burn a DVD from an input signal
3) Mac OSX computer
I was able to hook up my Sony handicam to my DVD recorder and burn a DVD from the analog tape. Seems simple right? Unfortunately my DVD recorder uses TinyUDF format which Mac does not recognize. Putting the completed disk in the drive no files would show up in finder, although it did correctly mount the disk. The problem seems to be permission related and the following steps allowed me to access the files:
1 – open a terminal window
2 – type ‘mount’
3 – identify the folder with the DVD contents. For me was : /Volumes/StorageLabs\ TinyUDF\ Volume
4 – copy the contents of the VIDEO_TS folder to your local drive and then recursively chown / chmod that folder so you can see it in finder (ie. chown -R user VIDEO_TS, chmod -R 777 VIDEO_TS)
5 – use a video converter program such as almersoft DVD ripper to convert the TS files to a .mp4 format
this might not be the best or quickest way to do this, but it did work.





