imemories-trendyhub.com Open in urlscan Pro
172.67.177.57  Public Scan

URL: https://imemories-trendyhub.com/
Submission: On February 17 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

Name: Shipping InfoPOST

<form method="post" id="shipping_info" name="Shipping Info" novalidate="novalidate">
  <div class="row">
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_email" class="form-field-label">Email</label>
        <input type="email" placeholder="Email" autocomplete="email" name="form_fields[shipping_info_email]" id="form-field-shipping_info_email">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[shipping_info_fname]" id="form-field-shipping_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[shipping_info_lname]" id="form-field-shipping_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[shipping_info_address]" id="form-field-shipping_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[shipping_info_address2]" id="form-field-shipping_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[shipping_info_city]" id="form-field-shipping_info_city">
      </div>
    </div>
    <div class="col-4 py-1 pl-0 pr-1">
      <div class="wrapper country valid-field">
        <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[shipping_info_country]" class="valid" id="form-field-shipping_info_country" autocomplete="country">
          <option value="us" selected=""> United States</option>
        </select>
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[shipping_info_state]" id="form-field-shipping_info_state">
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[shipping_info_zip]" id="form-field-shipping_info_zip">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Required</label>
        <input type="tel" placeholder="Phone" data-validate-required="true" name="form_fields[shipping_info_phone]"
          id="form-field-shipping_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getimemories.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: PayPal Shipping MethodPOST

<form method="post" id="shipping_address" name="PayPal Shipping Method" novalidate="novalidate">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-0"></div>
    <label for="form-field-paypalShippingInfo-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-1"></div>
    <label for="form-field-paypalShippingInfo-1">Use a different shipping address</label>
  </div>
  <div id="alt-shipping_info" class="section shipping alt-paypal-shipping-address gu-hidden gu-checkout-shipping-info">
    <input name="form_fields[paypal_shipping_info_email]" type="hidden" id="form-field-paypal_shipping_info_email">
    <div class="row">
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_fname" class="form-field-label">First Name</label>
          <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[paypal_shipping_info_fname]" id="form-field-paypal_shipping_info_fname">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_lname" class="form-field-label">Last Name</label>
          <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[paypal_shipping_info_lname]" id="form-field-paypal_shipping_info_lname">
        </div>
      </div>
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address" class="form-field-label">Address</label>
          <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[paypal_shipping_info_address]" id="form-field-paypal_shipping_info_address">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
          <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[paypal_shipping_info_address2]" id="form-field-paypal_shipping_info_address2">
        </div>
      </div>
      <div class="col-12 py-1 px-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_city" class="form-field-label">City</label>
          <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[paypal_shipping_info_city]" id="form-field-paypal_shipping_info_city">
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-lg-1">
        <div class="wrapper country valid-field">
          <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
          <select name="form_fields[paypal_shipping_info_country]" class="valid" id="form-field-paypal_shipping_info_country" autocomplete="country">
            <option value="us" selected=""> United States</option>
          </select>
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_state" class="form-field-label">State</label>
          <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[paypal_shipping_info_state]" id="form-field-paypal_shipping_info_state">
        </div>
      </div>
      <div class="col-4 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_zip" class="form-field-label">Zip code</label>
          <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[paypal_shipping_info_zip]" id="form-field-paypal_shipping_info_zip">
        </div>
      </div>
    </div>
  </div>
  <div class="section phone-number-header">
    <div class="divider"></div>
    <div class="title">
      <div class="row">
        <div class="col-1 pl-0 pr-2">
          <img decoding="async" width="30" height="30" data-cfsrc="https://getimemories.io/wp-content/themes/giddyupio-prototype/images/phone.png" alt="" loading="lazy"
            src="https://getimemories.io/wp-content/themes/giddyupio-prototype/images/phone.png">
        </div>
        <div class="col-11 px-0">
          <h2>Phone</h2>
        </div>
      </div>
    </div>
    <div class="row pt-2 pb-1">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" data-validate-required="true" name="form_fields[shipping_info_phone]"
          id="form-field-paypal_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getimemories.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="shipping_method" name="Shipping Method">
  <div id="shipping_method">
    <div class="option">
      <div class="radio"><input type="radio" name="shipping-method" id="form-field-shipping_method_radio"></div>
      <label for="form-field-shipping_method_radio">Free Shipping</label>
      <p class="price shipping-rate">$0.00</p>
    </div>
  </div>
</form>

<form id="payment-form" style="display: none;">
  <div id="card-element">
  </div>
  <div style="margin-top: 10px; visibility: hidden;" id="card-errors" role="alert"></div>
</form>

Name: Payment InformationPOST

<form method="post" id="payment_info" name="Payment Information" novalidate="novalidate">
  <div class="row pt-2 pb-1">
    <div class="wrapper">
      <label for="form-field-payment_info_cc" class="form-field-label">Card Number</label>
      <input type="text" pattern="[0-9]*" placeholder="Card Number" autocomplete="cc-number" name="form_fields[payment_info_cc]" id="form-field-payment_info_cc">
    </div>
  </div>
  <div class="row py-1">
    <div class="col-6 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-payment_info_exp" class="form-field-label">MM / YY</label>
        <input type="text" pattern="[0-9]*" placeholder="MM / YY" autocomplete="cc-exp" name="form_fields[payment_info_exp]" id="form-field-payment_info_exp">
      </div>
    </div>
    <div class="col-6 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-payment_info_cvc" class="form-field-label">CVC</label>
        <input type="number" pattern="[0-9]*" placeholder="CVC" name="form_fields[payment_info_cvc]"
          id="form-field-payment_info_cvc"><a class="cvc-tip" data-title="3-digit security code usually found on the back of your card. American Express cards have a 4-digit code located on the front."><img src="https://getimemories.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="billing_address" name="Shipping Method">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-0"></div>
    <label for="form-field-billing_method_radio-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-1"></div>
    <label for="form-field-billing_method_radio-1">Use a different billing address</label>
  </div>
</form>

Name: Billing AddressPOST

<form method="post" id="billing_info" name="Billing Address" novalidate="novalidate">
  <div class="row">
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[billing_info_fname]" id="form-field-billing_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[billing_info_lname]" id="form-field-billing_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[billing_info_address]" id="form-field-billing_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[billing_info_address2]" id="form-field-billing_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-billing_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[billing_info_city]" id="form-field-billing_info_city">
      </div>
    </div>
    <div class="col-12 col-lg-6 px-0 py-lg-1 pl-lg-0 pr-lg-1">
      <div class="wrapper country">
        <label for="form-field-billing_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[billing_info_country]" class="valid" id="form-field-billing_info_country" autocomplete="country">
          <option value="us" selected=""> United States</option>
        </select>
      </div>
    </div>
    <div class="col-6 col-lg-3 pl-0 py-1 pl-lg-1 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[billing_info_state]" id="form-field-billing_info_state">
      </div>
    </div>
    <div class="col-6 col-lg-3 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[billing_info_zip]" id="form-field-billing_info_zip">
      </div>
    </div>
  </div>
</form>

Text Content

MAIN ALERT TEXT...

Error text

Ok
How It Works How It Works Reviews Reviews Pricing Pricing
Call Today | (800) 845-7986
Order now Order now


CONVERT YOUR HOME MOVIES & PHOTOS TO DIGITAL

Get ready to enjoy your most cherished memories like never before! We
professionally convert all of your home movies and photos into a digital format
so you can easily view, share, and enjoy them on every device.

Order Now & Save 50%
100% Safe & Secure Digitized in USA
1,000,000+ Happy Customers
As seen on:










100 Million+
Memories Digitized

1 Million+
Happy Customers

15,000+
5 Star Reviews

Risk-Free
We've Never Lost A Memory



ENJOY YOUR FAVORITE MEMORIES ON EVERY MODERN DEVICE

Don’t leave your most precious memories behind — bring them into the 21st
century with iMemories!

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9

Order Now & Save 50%
100% Safe & Secure Digitized in USA


EASY & AFFORDABLE


HOW IT WORKS

We've digitized over 100 million memories over the past 17 years and have never
lost or damaged one.

 1. Ship Your Memories - Fill up your Safeship kit with your family photos and
    videos — no need to label or organize anything!
 2. Professional Digitization - Our digitization experts will carefully convert
    your memories to a modern digital format for you to enjoy immediately.
 3. We Return The Originals - Once digitized our team carefully packs up your
    memories and returns all of the originals to you for safekeeping.

That’s it! Instantly watch on your phone, tablet, computer, or smart TV — plus
share them on social media for all to see!


17 YEARS EXPERIENCE


KEEPING YOUR MEMORIES SAFE IS OUR TOP PRIORITY.

We’ve digitized 100 million memories over the past 17 years — and we’re proud to
say we’ve never lost or damaged one.

How? It’s simple — we go above and beyond to ensure the safety of your memories
at every step. The shipping box is crush-proof, and we’ve partnered with FedEx
to ensure prioritized delivery. When they arrive at our state-of-the-art
facility, every memory is tagged and tracked under 24/7 video surveillance.

In short, all you have to do is place your memories in the box and send it off.
We guarantee the rest!




WE DO IT ALL


WE CONVERT EVERY TYPE OF FORMAT

Our state-of-the-art facility uses the most advanced digitization technology
currently available to safely convert everything from videotapes and film reels
to photos, slides and more:

 * Videotapes: VHS, VHS-C, Betamax, 8mm, Hi8, Video8, Digital8, MiniDV,
   MicroMini
 * Films: 8mm, Super 8, 16mm 
 * Photos: Photo prints, slides, negatives 
 * DVDs & MiniDVDs

Every memory is carefully uploaded by hand by our experts and even better, this
streamlined process only takes 1-2 weeks! 

Order Now & Save 50%
100% Safe & Secure Digitized in USA



NO ONE DOES WHAT WE DO. PERIOD.



Enhance Memories (For Free!)

Our expert staff restores your memories to look as good as new!

Easily Search, Edit & Organize

Our simple drag-and-drop interface makes managing your files a breeze!

Stream & Share

The iMemories app gives you instant access to all of your memories to download
and share in stunning quality.

Order Now & Save 50%
100% Safe & Secure Digitized in USA



OVER 1 MILLION HAPPY CUSTOMERS

5.0 star rating
Denise‎
Verified Buyer

VERY PLEASED WITH THE WHOLE PROCESS!

This was the best decision I have made! I have wanted to convert our personal
vhs tapes for some time, and finally made the move to digital with iMemories. My
experience was excellent and they kept me updated on every step of the way. It
was quick, and so easy to do! The only regret I have is that I didn't do this
sooner! thank you iMemories for quality service!

5.0 star rating
Izabel‎
Verified Buyer

WELL DONE! SUPER PROFESSIONAL.

I sent my 8mm family films. They loaded them up in a timely manner in two parts.
They gave me time to upload to my own medium, though I could have made an
account. I didn't chose to. They have returned my films in perfect condition. My
family was very pleased as these were films of my grandparents in early
adulthood and children in childhood. Got to see mom as a child and teen. Very
cool!

5.0 star rating
Carla‎
Verified Buyer

BEST PRESERVATION OF MEMORIES, EVER

Great service. I have had about 20 tapes converted. They were on 3 separate
orders. All turned out great. Also ordered DVDs for some of them. Again, GREAT!!
I'm getting another shipment ready. Finally convinced family members that their
memories wod be SAFE with imemories. All originals have been returned. BEST
thing I've ever done with tapes.

5.0 star rating
Lwos‎
Verified Buyer

THIS WAS AN EASY AND GREAT EXPERIENCE

This was an easy and great experience. I put all my films and tapes in their box
and sent it off. They emailed me an itemized bill of each film and I could pick
which ones I wanted. ( I had sent so many in…over 23 pieces and the bill was
higher than I could pay at that time). It was easy to delete the pieces I would
save for another time. I chose to digitally receive and it has been so much fun
for my family watching and laughing at these old memories. This is a perfect
gift for all. I can pull up films on my phone and show the grandparents… really
easy and super fun.

5.0 star rating
Patricia B‎
Verified Buyer

THE PAST REVEALED TO THE NEXT GENERATION

iMemories fully followed through with the promises they made to convert the
media I sent to digital within the expected time period. I am so excited to view
over 30 years of slides and video film footage my father took of our family of 9
and the film footage I took when my children were youngsters. It is indeed an
emotional journey that now can be passed down to my grandchildren who will
cherish the memories for years to come.

5.0 star rating
Denise‎
Verified Buyer

VERY PLEASED WITH THE WHOLE PROCESS!

This was the best decision I have made! I have wanted to convert our personal
vhs tapes for some time, and finally made the move to digital with iMemories. My
experience was excellent and they kept me updated on every step of the way. It
was quick, and so easy to do! The only regret I have is that I didn't do this
sooner! thank you iMemories for quality service!

5.0 star rating
Izabel‎
Verified Buyer

WELL DONE! SUPER PROFESSIONAL.

I sent my 8mm family films. They loaded them up in a timely manner in two parts.
They gave me time to upload to my own medium, though I could have made an
account. I didn't chose to. They have returned my films in perfect condition. My
family was very pleased as these were films of my grandparents in early
adulthood and children in childhood. Got to see mom as a child and teen. Very
cool!

5.0 star rating
Carla‎
Verified Buyer

BEST PRESERVATION OF MEMORIES, EVER

Great service. I have had about 20 tapes converted. They were on 3 separate
orders. All turned out great. Also ordered DVDs for some of them. Again, GREAT!!
I'm getting another shipment ready. Finally convinced family members that their
memories wod be SAFE with imemories. All originals have been returned. BEST
thing I've ever done with tapes.

5.0 star rating
Lwos‎
Verified Buyer

THIS WAS AN EASY AND GREAT EXPERIENCE

This was an easy and great experience. I put all my films and tapes in their box
and sent it off. They emailed me an itemized bill of each film and I could pick
which ones I wanted. ( I had sent so many in…over 23 pieces and the bill was
higher than I could pay at that time). It was easy to delete the pieces I would
save for another time. I chose to digitally receive and it has been so much fun
for my family watching and laughing at these old memories. This is a perfect
gift for all. I can pull up films on my phone and show the grandparents… really
easy and super fun.

5.0 star rating
Patricia B‎
Verified Buyer

THE PAST REVEALED TO THE NEXT GENERATION

iMemories fully followed through with the promises they made to convert the
media I sent to digital within the expected time period. I am so excited to view
over 30 years of slides and video film footage my father took of our family of 9
and the film footage I took when my children were youngsters. It is indeed an
emotional journey that now can be passed down to my grandchildren who will
cherish the memories for years to come.

5.0 star rating
Denise‎
Verified Buyer

VERY PLEASED WITH THE WHOLE PROCESS!

This was the best decision I have made! I have wanted to convert our personal
vhs tapes for some time, and finally made the move to digital with iMemories. My
experience was excellent and they kept me updated on every step of the way. It
was quick, and so easy to do! The only regret I have is that I didn't do this
sooner! thank you iMemories for quality service!

5.0 star rating
Izabel‎
Verified Buyer

WELL DONE! SUPER PROFESSIONAL.

I sent my 8mm family films. They loaded them up in a timely manner in two parts.
They gave me time to upload to my own medium, though I could have made an
account. I didn't chose to. They have returned my films in perfect condition. My
family was very pleased as these were films of my grandparents in early
adulthood and children in childhood. Got to see mom as a child and teen. Very
cool!

 * 1
 * 2
 * 3
 * 4
 * 5

Order Now & Save 50%
100% Safe & Secure Digitized in USA


3 SIMPLE STEPS TO UNLOCK A LIFETIME OF MEMORIES

Here’s how it works:

Step 1

Order Your SafeShip Kit

Step 2

Send Us Your Memories

Step 3

Watch, Share, & Enjoy

Order Now & Save 50%
100% Safe & Secure Digitized in USA


THE STORY BEHIND IMEMORIES

iMemories was developed by veteran entrepreneur Mark Rukavina with the support
of his loving family. After seeing firsthand how difficult and time-consuming it
was to convert memories to digital formats, he developed a way to make it easy
and safe for anyone.

Mark worked directly with top experts in media restoration to ensure that
iMemories would be the safest and easiest way for people to digitize their most
cherished life memories. The world-leading facility & team at iMemories is the
result — and they’ve already brought more than 100 million memories back to life
for over 1 million people across the globe.

“It brings me so much joy to see iMemories bring families closer together –
letting them relive life's most precious moments is an incredible gift that
everyone enjoys,” says Mark.




Mark Rukavina,
CEO, Founder




YOUR SATISFACTION IS OUR PRIORITY

Mail in your SafeShip Kit and get your memories returned safely if you change
your mind.

7000+ / Verified 5-Star Reviews

We’re rated 4.8 out of 5 stars with thousands of reviews from happy customers.

Based In The USA

iMemories digitizes your memories locally, right in the beautiful city of
Scottsdale, Arizona.

Free, Fast & Safe Shipping

We also provide fast and safe shipping to and from iMemories anywhere in the
USA.

Quality Promise

We control every step of the process to ensure your physical memories are
handled with care and make it back to you safely.

World Class Customer Support

They’re real humans, they’re quick to help you, and they really enjoy talking to
you.

Mission Driven

Our mission is to help millions of people enjoy their precious memories for
years to come.

Order Now & Save 50%
100% Safe & Secure Digitized in USA


KEEPS MEMORIES SAFE


OUR SAFESHIP KIT

Our SafeShip Kits are crush-proof, water-resistant (including waterproof bags),
feature shock-resistant cushions, and come with a pre-paid label back to our
facility in Scottsdale, Arizona.

Each Kit Holds Up To:

 * 50 Videotapes, VHS, or Film
 * 1,500 4X6" Photos
 * 10,000 Negatives

 * 




CONVERSION PRICING

SPECIAL OFFER: For a limited time, GET 50% OFF digital conversion!


Order Now & Save 50%
100% Safe & Secure Digitized in USA
×


LIMITED TIME OFFER SAVE 50%

NO HASSLE AND NO SURPRISES! SIMPLY RETURN YOUR SAFESHIP KIT TO US LOADED WITH
YOUR MEMORIES AND ENJOY THESE EXCLUSIVE DISCOUNTS ON DIGITIZATION.

 * Videotapes - $29.99 Now $14.99 each
 * Movie Film - $29.99 Now $14.99 per 50ft.
 * Photos - $0.99 Now $0.49 each


ORDER A SAFESHIP KIT TODAY!

100% SAFE & SECURE DIGITIZED IN USA

Keeps memories safe with included waterproof bags, shock-resistant foam, and a
crushproof box!

Retail $29.99

$14.99

50% Savings!






×



1 BREATHING KIT INCLUDES:

NO HASSLE AND NO SURPRISES! SIMPLY RETURN YOUR SAFESHIP KIT TO US LOADED WITH
YOUR MEMORIES AND ENJOY THESE EXCLUSIVE DISCOUNTS ON DIGITIZATION.

 * NO HASSLE AND NO SURPRISES! SIMPLY RETURN YOUR SAFESHIP KIT TO US LOADED WITH
   YOUR MEMORIES AND ENJOY THESE EXCLUSIVE DISCOUNTS ON DIGITIZATION.

 * Videotapes - $29.99 Now $14.99 each
 * Movie Film - $29.99 Now $14.99 per 50ft.
 * Photos - $0.99 Now $0.49 each





ORDER NOW
ORDER NOW




NEXT STEP – SELECT YOUR COLOR:

COLOR SELECTION APPLIES TO YOUR ENTIRE ORDER.

COLOR


Total:
Checkout Processing
Total:
Next


COMPLETE YOUR ORDER

Enter Discount Code Here Incorrect promo code Apply


Or Pay With Credit Card


SHIPPING INFORMATION

Email
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code
Required


SHIPPING INFORMATION


Same as shipping address

Use a different shipping address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code


PHONE

Phone (optional)


SHIPPING METHOD


Free Shipping

$0.00




PAYMENT INFORMATION

All transactions are secure and encrypted.


Card Number
MM / YY
CVC



BILLING ADDRESS


Same as shipping address

Use a different billing address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code
Next


Complete Order

ORDER SUMMARY

$0.00

PROMO DISCOUNT

$0.00

TAX

$0.00

SHIPPING

— —

TOTAL

$0.00

×

Ok




30 DAY MONEY BACK GUARANTEE!


HAVE A QUESTION?SEE OUR FAQS

What is the SafeShip Kit and how does it protect my memories?

Our SafeShip kit was specially designed to protect your most treasured memories.
Every SafeShip kit includes waterproof bags and shock-resistant foam in a
crushproof box to provide ultimate protection during the shipping process.
Additionally, every package is tracked 100% of the way with our trusted partner
FedEx.

How many tapes and photos can the SafeShip Kit hold?

Our SafeShip Kit measures 18” x 12” x 6” and designed to hold hundreds of
photos, 5-6 video spools, and 6-7 video tapes AT ONE TIME!

How much does it cost to digitize my analog memories?

You will receive a FREE no-obligation quote to transform your analog memories to
a crystal clear digital format. Pricing is simple and affordable:

Limited Time Offer Save 50%

 * Videotapes - $29.99 Now $14.99 each
 * Movie Film - $29.99 Now $14.99 per 50ft.
 * Photos - $0.99 Now $0.49 each

Will I get to review the cost of my order online before I’m charged?

Absolutely. You will receive a 100% FREE no-obligation quote before deciding to
finalize and pay for your order.

How long does it take to digitize my memories?

The whole reason we created iMemories is because we tried to get our memories
digitized once and it took months to complete! But thanks to our experienced
team, our typical turnaround time to digitize ALL your memories once we receive
your SafeShip Kit is just 2-3 weeks!

NOTE: Due to COVID-19, it is currently taking 4-6 weeks to complete the
digitization process. Thank you for your patience and for choosing iMemories.

What devices are the iMemories apps compatible with?

The iMemories apps are currently available on iPhones, iPads, Android phones and
tablets, Macs, PCs, Apple TV, Google Chromecast, and select Smart TVs.

Most of my videotapes and movie films aren’t labeled. Can I still send them?

If your box of analog memories is unlabeled and unorganized, consider yourself
VERY normal – 99% of all people fall into this category. At iMemories, once your
memories are digitized, we will add your videos and photos to your iMemories
account so you can view them online.

Our easy-to-use website allows you to label and organize your memories. It's
simple, fast, and a lot of fun! Bottom line: you don't need to watch, organize
nor label your analog memories ahead of time – just ship them as-is.

Will I get all of my original analog memories back after you digitize them?

Of course! You will receive all your original videotapes, movie films, photos,
slides and negatives back – unharmed. We’ve NEVER lost a single memory.

What if some of my memories are in really poor condition?

iMemories is the best in the business. We work all-day, everyday on older analog
movie films, videotapes, photos, negatives and slides. Our equipment and
advanced technology is the best in the industry and carefully calibrated to
perform the highest quality digitization possible.

If my videotape or movie film is broken, will you fix it?

Yes. Vintage videotapes or movie films are often broken when they arrive.
iMemories will professionally repair (or "splice") your broken videotapes and
movie films – without any loss of the footage. iMemories does not charge extra
for this service.

Can iMemories make DVDs or Blu-rays for me that I can watch on my TV and
computer?

Yes, iMemories can put your videos and photos onto premium quality DVDs or
Blu-rays that will play on your TV and computer. Only at iMemories can you fully
customize your DVDs or Blu-rays.

You can edit, label and organize your videos and photos and choose exactly what
memories get preserved on your DVDs or Blu-rays. iMemories DVDs and Blu-rays are
premium quality and professionally packaged. Not only do they make great long
term digital archives, our DVDs and Blu-rays make wonderful gifts for family and
friends.

Is there a limit to how many videotapes, movie films and photos I can send in?

There is no limit – we can handle orders of every size. It's not uncommon for
iMemories to receive orders with over 10,000 photos and 100 videotapes / movie
films.

Do you convert foreign PAL tapes?

Yes! We convert your foreign PAL videos to US DVDs (NTSC) at no additional
charge.

What formats of older analog memories does iMemories accept?

If it was used in the last century to record family memories, iMemories accepts
it. The following formats are accepted:

 * Videotapes: VHS, VHS-C, Betamax, 8mm, Hi8, Video8, Digital8, MiniDV,
   MicroMini
 * Movie Films: 8mm, Super 8, 16mm
 * Photos: Photo prints, slides, negatives
 * Note: We do not develop film (e.g., Kodak film canisters) or digitize audio
   cassettes

Are there any bulk rates or discounts?

By ordering today not only do you get 50% off your SafeShip Kit, you also get a
special bonus of 50% off the digitization of all your memories!

Is there a money back guarantee and/or warranty?

Yes. We offer a 30-Day Satisfaction Guarantee. If you're not 100% satisfied, we
are happy to help you with a refund. We want you to be happy! 🙂

Click HERE to View FAQs »


FREQUENTLY ASKED QUESTIONS FAQS

×

What is the SafeShip Kit and how does it protect my memories?

Our SafeShip kit was specially designed to protect your most treasured memories.
Every SafeShip kit includes waterproof bags and shock-resistant foam in a
crushproof box to provide ultimate protection during the shipping process.
Additionally, every package is tracked 100% of the way with our trusted partner
FedEx.

How many tapes and photos can the SafeShip Kit hold?

Our SafeShip Kit measures 18” x 12” x 6” and designed to hold hundreds of
photos, 5-6 video spools, and 6-7 video tapes AT ONE TIME!

How much does it cost to digitize my analog memories?

You will receive a FREE no-obligation quote to transform your analog memories to
a crystal clear digital format. Pricing is simple and affordable:

Limited Time Offer Save 50%

 * Videotapes - $29.99 Now $14.99 each
 * Movie Film - $29.99 Now $14.99 per 50ft.
 * Photos - $0.99 Now $0.49 each

Will I get to review the cost of my order online before I’m charged?

Absolutely. You will receive a 100% FREE no-obligation quote before deciding to
finalize and pay for your order.

How long does it take to digitize my memories?

The whole reason we created iMemories is because we tried to get our memories
digitized once and it took months to complete! But thanks to our experienced
team, our typical turnaround time to digitize ALL your memories once we receive
your SafeShip Kit is just 2-3 weeks!

NOTE: Due to COVID-19, it is currently taking 4-6 weeks to complete the
digitization process. Thank you for your patience and for choosing iMemories.

What devices are the iMemories apps compatible with?

The iMemories apps are currently available on iPhones, iPads, Android phones and
tablets, Macs, PCs, Apple TV, Google Chromecast, and select Smart TVs.

Most of my videotapes and movie films aren’t labeled. Can I still send them?

If your box of analog memories is unlabeled and unorganized, consider yourself
VERY normal – 99% of all people fall into this category. At iMemories, once your
memories are digitized, we will add your videos and photos to your iMemories
account so you can view them online.

Our easy-to-use website allows you to label and organize your memories. It's
simple, fast, and a lot of fun! Bottom line: you don't need to watch, organize
nor label your analog memories ahead of time – just ship them as-is.

Will I get all of my original analog memories back after you digitize them?

Of course! You will receive all your original videotapes, movie films, photos,
slides and negatives back – unharmed. We’ve NEVER lost a single memory.

What if some of my memories are in really poor condition?

iMemories is the best in the business. We work all-day, everyday on older analog
movie films, videotapes, photos, negatives and slides. Our equipment and
advanced technology is the best in the industry and carefully calibrated to
perform the highest quality digitization possible.

If my videotape or movie film is broken, will you fix it?

Yes. Vintage videotapes or movie films are often broken when they arrive.
iMemories will professionally repair (or "splice") your broken videotapes and
movie films – without any loss of the footage. iMemories does not charge extra
for this service.

Can iMemories make DVDs or Blu-rays for me that I can watch on my TV and
computer?

Yes, iMemories can put your videos and photos onto premium quality DVDs or
Blu-rays that will play on your TV and computer. Only at iMemories can you fully
customize your DVDs or Blu-rays.

You can edit, label and organize your videos and photos and choose exactly what
memories get preserved on your DVDs or Blu-rays. iMemories DVDs and Blu-rays are
premium quality and professionally packaged. Not only do they make great long
term digital archives, our DVDs and Blu-rays make wonderful gifts for family and
friends.

Is there a limit to how many videotapes, movie films and photos I can send in?

There is no limit – we can handle orders of every size. It's not uncommon for
iMemories to receive orders with over 10,000 photos and 100 videotapes / movie
films.

Do you convert foreign PAL tapes?

Yes! We convert your foreign PAL videos to US DVDs (NTSC) at no additional
charge.

What formats of older analog memories does iMemories accept?

If it was used in the last century to record family memories, iMemories accepts
it. The following formats are accepted:

 * Videotapes: VHS, VHS-C, Betamax, 8mm, Hi8, Video8, Digital8, MiniDV,
   MicroMini
 * Movie Films: 8mm, Super 8, 16mm
 * Photos: Photo prints, slides, negatives
 * Note: We do not develop film (e.g., Kodak film canisters) or digitize audio
   cassettes

Are there any bulk rates or discounts?

By ordering today not only do you get 50% off your SafeShip Kit, you also get a
special bonus of 50% off the digitization of all your memories!

Is there a money back guarantee and/or warranty?

Yes. We offer a 30-Day Satisfaction Guarantee. If you're not 100% satisfied, we
are happy to help you with a refund. We want you to be happy! 🙂

 * Support
 * Returns
 * Impressum
 * Privacy
 * Terms

About This Site
Purchasing here is buying directly from iMemories, the inventors of this
innovative solution. iMemories has partnered with GiddyUp, a curator of
innovative products, to present a special offer that you won’t find anywhere
else. To support these inventors, please consider buying your iMemories on this
site, rather than 3rd-Party retailers.
Copyright © 2024 GiddyUp. All Rights Reserved.
×

×

×


HAVE A QUESTION ABOUT IMEMORIES?

 * Questions About Your Order
 * Product Questions
 * Technical Support
 * Returns
 * Anything else product or order related


PLEASE CONTACT GIDDYUP'S IMEMORIES SUPPORT DIRECTLY AT:

 * support@getimemories.io
 * 9160 E. Del Camino Drive, Scottdale AZ 85258


WOULD YOU LIKE TO UNSUBSCRIBE FROM MARKETING EMAILS?

Please click the following link to be added to a global do not mail list

×


RETURN POLICY

RETURN POLICY
THROUGH THE SERVICE YOU MAY ELECT TO PURCHASE MOVIE FILM, VIDEOTAPE, OR PHOTO
TRANSFER SERVICES (THE "TRANSFER SERVICE"). IF A CUSTOMER IS NOT SATISFIED WITH
A TRANSFER SERVICE ORDER, IMEMORIES WILL ATTEMPT TO RE-DO THE ORDER AND ATTAIN A
QUALITY LEVEL AS CLOSE AS POSSIBLE TO THE ORIGINAL SOURCE QUALITY. HOWEVER, AS
WITH CUSTOM SERVICES IN OTHER BUSINESSES AND INDUSTRIES, TRANSFER ORDERS AND
RELATED CUSTOM PRODUCTION SERVICES ARE NON-REFUNDABLE.

×


IMPRESSUM

Company Name:
The GiddyUp Group

Address:
20 N. Oak St.
Ventura, CA 93001
USA

Contact:
support@getimemories.io

CEO Team:
Todd Armstrong, Justin Grant, Topher Grant, Steven Isaac, Alan Reinhart, Eric
Schechter

Form of Company:
LLC

Registration Number:
46-3920047


VAT Number
Not Applicable

×

×