个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/MythExport}} {{Languages|UbuntuHelp:MythExport}} Include(MythTV/Header) == Introduction == MythExport is a script th...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/MythExport}}
 
{{From|https://help.ubuntu.com/community/MythExport}}
 
{{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.+~'''''
 +
'''''~+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 +~'''''
 +
== 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 ==
 
== 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.
 
[[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.
第12行: 第25行:
 
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:
 
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>
 
<pre><nowiki>
deb http://ppa.launchpad.net/rhpot1991/ubuntu gutsy main
+
deb http://ppa.launchpad.net/mythbuntu-testing/ubuntu gutsy main
deb-src http://ppa.launchpad.net/rhpot1991/ubuntu gutsy main
+
deb-src http://ppa.launchpad.net/mythbuntu-testing/ubuntu gutsy main
 
</nowiki></pre>
 
</nowiki></pre>
 
Install [[UbuntuHelp:MythExport|MythExport]] and AtomicParsley:
 
Install [[UbuntuHelp:MythExport|MythExport]] and AtomicParsley:
第34行: 第47行:
 
audio_bitrate = Audio bitrate in output file in kbps.  Default value is 96kb.
 
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.
 
video_bitrate = Video bitrate in output file in kbps.  Default value is 300kb.
export_codec = Acceptable export codecs: mpeg4, xvid, h264.
+
export_codec = Acceptable export codecs: mpeg4, xvid, h264, mp3, none.
export_device = Acceptable export devices: ipod, psp.
+
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.
 
debug = Enable debugging information - outputs which commands would be run.
  
第53行: 第68行:
 
|iPhone||mpeg4/xvid/h264||480x320
 
|iPhone||mpeg4/xvid/h264||480x320
 
|-
 
|-
|PSP||mpeg4/xvid||480 x 272 (this could use some verification)
+
|PSP||mpeg4/xvid||480 x 272*
 
|-
 
|-
|Additional Devices||Email [email protected] with a working ffmpeg line||
+
|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 ==
 
== [[UbuntuHelp:MythTV|MythTV]] Configuration ==
 
Enable a User Job to be used:
 
Enable a User Job to be used:
https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_1.png
+
{{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:
 
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
+
{{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:
 
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:
 
Here is my command for medium quality:
第67行: 第90行:
 
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
 
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>
 
</nowiki></pre>
https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_3.png
+
{{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:
 
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
+
{{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
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=mythweb_user_job_1.png%7D%7D
 
== Exporting a Recording ==
 
== Exporting a Recording ==
 
Execute your user job in MythTv:
 
Execute your user job in MythTv:
 
Media Library -> Watch Recordings
 
Media Library -> Watch Recordings
https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_4.png
+
{{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
+
{{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):
 
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
+
{{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):
 
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
+
{{https://help.ubuntu.com/community/MythExport?action=AttachFile&do=get&target=user_job_8.png%7D%7D
 
== Troubleshooting ==
 
== Troubleshooting ==
 
Verify that the user which runs the script has permissions to create files in the directory you are exporting to.
 
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 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.
 
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:CategoryDocumentation]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 13:00的版本

<<Include(MythTV/Header)>> ~+NOTE: Version 1.0.2 has been released for Intrepid. This page now contains updated information for the latest version.+~ ~+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 +~

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 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:

deb http://ppa.launchpad.net/mythbuntu-testing/ubuntu hardy main
deb-src http://ppa.launchpad.net/mythbuntu-testing/ubuntu hardy main

Introduction

MythExport is a script that can be added to 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 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 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):

sudo rm /usr/local/bin/mythexport.pl
sudo rm /usr/local/bin/AtomicParsley

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:

deb http://ppa.launchpad.net/mythbuntu-testing/ubuntu gutsy main
deb-src http://ppa.launchpad.net/mythbuntu-testing/ubuntu gutsy main

Install MythExport and AtomicParsley:

sudo apt-get update
sudo apt-get install mythexport atomicparsley

Script Configuration

Use the script usage below to choose your settings. You can reference this when you need them later.

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
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 Email [email protected] with a working ffmpeg line
* Verification Still Needed

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:

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

{{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 MythWeb (by clicking on the 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 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:

** 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

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]