个人工具

“UbuntuHelp:MythExport”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(以'{{From|https://help.ubuntu.com/community/MythExport}} {{Languages|UbuntuHelp:MythExport}} <<Include(MythTV/Header)>> This page has been moved to the new [http://www.mythbuntu.org/wi…'替换内容)
 
(未显示同一用户的3个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:MythExport}}
 
{{Languages|UbuntuHelp:MythExport}}
 
<<Include(MythTV/Header)>>
 
<<Include(MythTV/Header)>>
'''''~+NOTE: Version 1.0.2 has been released for Intrepid.  This page now contains updated information for the latest version.+~'''''
+
This page has been moved to the new [http://www.mythbuntu.org/wiki/MythExport Mythbuntu MythExport wiki page]
'''''~+UPDATE: I am moving the packages to the Mythbuntu Testing PPA. This way I can do some development on my own PPA without breaking everyone's system. You should remove my PPA from your apt sources and add this one instead: http://launchpad.net/~mythbuntu-testing/+archive +~'''''
+
For information on past versions please see [[UbuntuHelp:MythExport_old|MythExport_old]]
== New Features in 1.0.2 ==
+
* RSS Support.  Just hit http://X.X.X.X/mythexport.  This will work with your internal URL and, if configured, your external URL as well.  If you would like to group your podcasts by different names you can do so by passing a name into the [[UbuntuHelp:MythExport|MythExport]] script and appending it on the end of the url when accessing the RSS feed.  Example: http://X.X.X.X/mythexport/iPod/
+
* File cleanup.  A daily cronjob will delete files when they reach their expiration date.
+
* New "none" device & codec.  Instead of exporting the video, a symlink is made to the original recording.  ** THIS FEATURE MAY NEED ADDITIONAL TESTING **
+
* New mp3 export codec.  Will export your recording without video as a mp3 file.
+
* Some bug fixes.
+
To install this latest version in Hardy you need to add the following to your /etc/apt/sources.list:
+
<pre><nowiki>
+
deb http://ppa.launchpad.net/mythbuntu-testing/ubuntu hardy main
+
deb-src http://ppa.launchpad.net/mythbuntu-testing/ubuntu hardy main
+
</nowiki></pre>
+
== Introduction ==
+
[[UbuntuHelp:MythExport|MythExport]] is a script that can be added to [[UbuntuHelp:MythTV|MythTV]] as a User Job and used to export recordings into a format playable on portable devices such as iPod Video, iPod Touch, and PSP.  Besides converting your recordings, this script also grabs data from the [[UbuntuHelp:MythTV|MythTV]] MySQL database and injects it as iTunes data into the exported video so that it will show up correctly on your iPod.
+
== Installation ==
+
If you installed [[UbuntuHelp:MythExport|MythExport]] and AtomicParsley by hand previously then you will need to remove them (Also note that mythexport.pl has now become mythexport in the new installation):
+
<pre><nowiki>
+
sudo rm /usr/local/bin/mythexport.pl
+
sudo rm /usr/local/bin/AtomicParsley
+
</nowiki></pre>
+
On Gutsy you need to add additional sources before installing, this is not needed on Hardy.  Add the following to your /etc/apt/sources.list:
+
<pre><nowiki>
+
deb http://ppa.launchpad.net/mythbuntu-testing/ubuntu gutsy main
+
deb-src http://ppa.launchpad.net/mythbuntu-testing/ubuntu gutsy main
+
</nowiki></pre>
+
Install [[UbuntuHelp:MythExport|MythExport]] and AtomicParsley:
+
<pre><nowiki>
+
sudo apt-get update
+
sudo apt-get install mythexport atomicparsley
+
</nowiki></pre>
+
== Script Configuration ==
+
Use the script usage below to choose your settings.  You can reference this when you need them later.
+
<pre><nowiki>
+
john@ultramagnus:~$ mythexport
+
 
+
How to use mythexport:
+
 
+
chanid = Channel ID associated with the recording to export.
+
starttime = Recording start time in either 'yyyy-mm-dd hh:mm:ss' or 'yyyymmddhhmmss' format.
+
exportdir = Directory to export completed MP4 files to (note the user the script runs as must have write permission on that directory).
+
size = Frame size of output file.  320x240 is the default value.
+
aspect = Aspect ratio of output file.  Valid values are 4:3 (default) and 16:9.
+
audio_bitrate = Audio bitrate in output file in kbps.  Default value is 96kb.
+
video_bitrate = Video bitrate in output file in kbps.  Default value is 300kb.
+
export_codec = Acceptable export codecs: mpeg4, xvid, h264, mp3, none.
+
export_device = Acceptable export devices: ipod, psp, zune, archos, none.
+
delete_period = How long (in days) to keep the exported files before removing them.  Default value is 30 days.
+
podcast_name = Used to group recordings into different podcasts.  Default value is null.
+
debug = Enable debugging information - outputs which commands would be run.
+
 
+
Example: mythexport exportdir=/mythtv/ipod starttime=20060803205900 chanid=1006 size=320x240 aspect=4:3 audio_bitrate=192kb video_bitrate=300kb export_device=ipod export_codec=mpeg4 debug
+
</nowiki></pre>
+
{|border="1" cellspacing="0"
+
|||||'''Compatability'''
+
|-
+
|'''Device'''||'''Encoding'''||'''Max Resolution'''
+
|-
+
|iPod Video||mpeg4/xvid||320x240
+
|-
+
|iPod Nano||mpeg4/xvid||320x240
+
|-
+
|iPod Touch||mpeg4/xvid/h264||480x320
+
|-
+
|iPhone||mpeg4/xvid/h264||480x320
+
|-
+
|PSP||mpeg4/xvid||480 x 272*
+
|-
+
|Zune||mpeg4/xvid/h264||480x320*
+
|-
+
|Archos||mpeg4/xvid/h264||480x320*
+
|-
+
|none||none||not needed (this symlinks to the original recording)
+
|-
+
|Additional Devices||colspan=2|Email [email protected] with a working ffmpeg line
+
|-
+
|colspan=3|* Verification Still Needed
+
|}
+
== [[UbuntuHelp:MythTV|MythTV]] Configuration ==
+
Enable a User Job to be used:
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_1.png%7D%7D
+
If you have multiple backends, check this box so that you don't get errors with a backend trying to export a file it doesn't have:
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_2.png%7D%7D
+
Fill in a name for your User Job.  Then add the command you want the custom job to run:
+
Here is my command for medium quality:
+
<pre><nowiki>
+
mythexport exportdir=/mythtv/ipod starttime=%STARTTIME% chanid=%CHANID% size=320x240 aspect=4:3 audio_bitrate=192kb video_bitrate=600kb export_device=ipod export_codec=mpeg4
+
</nowiki></pre>
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_3.png%7D%7D
+
The User Job name and command can also be modified in [[UbuntuHelp:MythWeb|MythWeb]] (by clicking on the [[UbuntuHelp:MythTV|MythTV]] Settings button), but it must first be enabled in mythtvfrontend as shown above:
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=mythweb_user_job_0.png%7D%7D
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=mythweb_user_job_1.png%7D%7D
+
== Exporting a Recording ==
+
Execute your user job in MythTv:
+
Media Library -> Watch Recordings
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_4.png%7D%7D
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_5.png%7D%7D
+
You can check that your job is running in the Info Center (Information Center -> System Status -> Job Queue):
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_7.png%7D%7D
+
The User Job can be configured to run on recordings after they are created (Post Recording Processing Menu on the Recording Options screen):
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_8.png%7D%7D
+
== Troubleshooting ==
+
Verify that the user which runs the script has permissions to create files in the directory you are exporting to.
+
If you get an error about config.xml missing, this can normally be found in the home directory of the user who runs your [[UbuntuHelp:MythTV|MythTV]] Fronend, and can be fixed by creating a symlink in mythtv's home directory (because that is the user who runs user jobs from the backend).  If you run into problems it is always a safe bet to make sure the config.xml exists in the following places:
+
<pre><nowiki>
+
** These are especially important when using the RSS feature or running as a user job **
+
/home/%your_user_account%/.mythtv
+
/root/.mythtv
+
/home/mythtv/.mythtv
+
</nowiki></pre>
+
If you get any errors about aac, xvid, mp3, or h264 then your ffmpeg version may not have those enabled.  The easiest way to fix this is to enable the Medibuntu repositories.
+
----
+
[[category:CategoryDocumentation]]
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:29的最新版本

<<Include(MythTV/Header)>> This page has been moved to the new Mythbuntu MythExport wiki page For information on past versions please see MythExport_old