<?xml version="1.0" encoding="UTF-8"?>
<reviews itemIdentifier="AfricaScreams">
  <review>
    <reviewbody>theres other movies on here in mpg1 format i cant burn this to dvd mp4 is tough to convert</reviewbody>
    <reviewtitle>.</reviewtitle>
    <reviewer>sparkie06</reviewer>
    <reviewdate>2008-04-10 01:29:23</reviewdate>
    <createdate>2008-04-08 23:08:52</createdate>
    <stars>5</stars>
  </review>
  <review>
    <reviewbody>the derivation engine can not derive from mp4 files
that´s why</reviewbody>
    <reviewtitle>why no mpg1 files?</reviewtitle>
    <reviewer>k-otic</reviewer>
    <reviewdate>2008-04-09 00:04:23</reviewdate>
    <createdate>2008-04-09 00:04:23</createdate>
    <stars>4</stars>
  </review>
  <review>
    <reviewbody>Fast-paced Bud &amp; Lou vehicle featuring appearances by Shemp Howard, Joe Besser, animal "tamer" Clyde Beatty and others.

'Fraidy-cat Lou passes himself off as a big game hunter in order to (what else?) win the heart of a gorgeous dame. She, of course, has her own villainous plans...involving a map, a trip to darkest Africa, and the disposal of our hapless heroes.

I already have a copy of this movie, so I can't comment on the professed download problems. But if you can get it to work properly, you're in for a real treat.</reviewbody>
    <reviewtitle>a very funny film</reviewtitle>
    <reviewer>Freddie Jaye</reviewer>
    <reviewdate>2008-04-13 18:04:46</reviewdate>
    <createdate>2008-04-13 18:04:46</createdate>
    <stars>5</stars>
  </review>
  <review>
    <reviewbody>A reviewer below wanted to convert this mp4 file to a DVD.  This batch file works for me; I tested it with "Detour" which was downloaded from this site. You'll need ffmpeg and dvdAuthor.


@echo off

if "%~1"=="" (
echo Usage: mp4-to-dvd MOVIE_FILE OUTPUT_DIRECTORY
goto end )

if "%~2"=="" ( echo Need name for ouput directory.
goto end )

set dvd_aspect=4:3
if not "%3"=="" set dvd_aspect=%3


echo Aspect ratio being used is %dvd_aspect%.
if %dvd_aspect%==4:3 (
echo You may give 16:9 as the 3rd argument on the command line.
)


ffmpeg -i %1 -target ntsc-dvd -aspect %dvd_aspect% "%~n1.mpg"
if errorlevel 1 goto end

dvdauthor -o "%~2/" -t "%~n1.mpg"
if errorlevel 1 goto end

dvdauthor -o "%~2/" -T


echo Your DVD structure is in the directory "%~2".

:end</reviewbody>
    <reviewtitle>Converting to DVD</reviewtitle>
    <reviewer>Moongleam</reviewer>
    <reviewdate>2008-06-10 07:57:38</reviewdate>
    <createdate>2008-06-10 07:57:38</createdate>
    <stars>0</stars>
  </review>
  <review>
    <reviewbody>Great fun and well worth the watch.

For those who are looking for a simple and freeway to transcode Mpeg 4 to DVD compiancy, go and download DVD Flick from this site. It's freeware and not to hard o use and knowledge of avisynth script is not required.
http://www.dvdflick.net/

To learn more about format conversions go to www.dvdhounds.com or
www.doom9.org</reviewbody>
    <reviewtitle>Always Good Fun</reviewtitle>
    <reviewer>hgaskins</reviewer>
    <reviewdate>2008-06-11 14:34:59</reviewdate>
    <createdate>2008-06-11 14:34:59</createdate>
    <stars>5</stars>
  </review>
  <review>
    <reviewbody>This is seriously lame. Is just isn't funny.  I used to laugh at these two as a kid so haven't watched one of their films for at least 20 years.  I wanted to like it but it's rubbish.  Imagine going to a really awful pantomime with the kids in the school holidays and having to put up with cheesey jokes you can see coming a mile off for what seems like forever.  That's what it's like watching this film.  Don't.</reviewbody>
    <reviewtitle>What?</reviewtitle>
    <reviewer>a_dietitian</reviewer>
    <reviewdate>2009-11-25 19:07:11</reviewdate>
    <createdate>2009-11-25 19:07:11</createdate>
    <stars>1</stars>
  </review>
  <review>
    <reviewbody>Abbot &amp; Costello in a funny trip to Africa whilst trying to get the girl and the diamonds. Don't expect mindless 2000's comedy with recipeed laughter. This is the real thing 1949 style. Watch it and laugh. </reviewbody>
    <reviewtitle>A Good Film it is...</reviewtitle>
    <reviewer>rcallahan</reviewer>
    <reviewdate>2012-04-09 05:59:31</reviewdate>
    <createdate>2012-04-09 05:59:31</createdate>
    <stars>4</stars>
  </review>
  <info>
    <num_reviews>7</num_reviews>
    <avg_rating>4.00</avg_rating>
  </info>
</reviews>

