[mythtv-users] Automatic nuvexport scripts

Harold Brown mythtv at feylab.com
Mon Mar 1 05:24:11 EST 2004


I updated the export_DivX.pm to support the nuvexport CLI features.  I
also changed the nuvAWK script to export for DivX.

In the nuvAwk file you'll want to change some settings on the command
line, as well as the path:

nuvexportCmd = "nuvexport --mode=divx --deinterlace --motion --hq
--h_res=320 --v_res=240 --ar=64 --vr=256 --chanid="$3" --start="$4"
--out=\""outputFile "\""

--mode -> Mode to export in can be (svcd, dvd or divx)
--deinterlace -> Enable ffmpeg deinterlace mode
--motion -> enable four motion vector in ffmpeg 
--hq -> enable High Quality mode in ffmpeg
--h_res -> horizontal resolution of output
--v_res -> vertical resolution of output
--ar -> audio bitrate ( min 64 >---< 384 max ) !!min and max sounded
good when I wrote it!!
--vr -> video bitrate ( min 256 >---< 4000 max ) !! min and max sounded
good when I wrote it!!
--use_cutlist -> cut commercials if you haven't already
--chanid -> channel ID
--start -> Time recording started
--out -> path to save output file to


-----Original Message-----
From: mythtv-users-bounces at mythtv.org
[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of John W. Thomas
Sent: Sunday, February 29, 2004 4:55 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Automatic nuvexport scripts

Andrew Turner wrote:

>Hey all... as has been said many times (but I haven't gotten my chance
yet) Excellent work on MythTV! I've sold the idea to many of my (albeit
geeky) friends.
>
>Anyways, one thing I've noticed missing has been the automatic
archiving of shows. Nuvexport is great, but having to go in each time
and run it to export my shows after 2 
>hours. Myth is recording more shows than I get time to backup! :) 
>
Nice script suite. 

The only problem is that I had to substitute a ffmpeg command line 
within nuvAwk for the nuvexport command.  I was looking to trancode into

Divx (mp4), but nuvexport doesn't accept divx as a command line option.

Only svcd and dvd.

Thanks for uploading.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nuvAwk
Type: application/octet-stream
Size: 781 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-users/attachments/20040301/b03ce499/nuvAwk.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: export_DivX.pm
Type: application/octet-stream
Size: 7140 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-users/attachments/20040301/b03ce499/export_DivX.obj


More information about the mythtv-users mailing list