Difference between revisions of "Application:Precorder"

From WebOS Internals
Jump to navigation Jump to search
(Second draft of precorder wiki page)
Line 6: Line 6:
 
|screenshot=Precorder_2009-24-11_164136.png
 
|screenshot=Precorder_2009-24-11_164136.png
 
|description=
 
|description=
 +
 +
[[Image:Precorder_2009-24-11_164136.png|thumb|alt=Precorder Main View|This is the initial view upon launching Precorder]]
 +
[[Image:Precorder_2009-24-11_164140.png|thumb|alt=Precorder Recording View|This is the display during audio/video capture]]
 +
[[Image:Precorder_2009-24-11_164128.png|thumb|alt=Precorder Preferences View|This is the preferences selection screen]]
 +
[[Image:Launcher_2009-24-11_164206.png|thumb|alt=Palm OEM video app|All videos are viewable on the device via the Palm OEM video application]]
  
 
== Summary ==  
 
== Summary ==  
  
 +
Precorder has been developed to bridge the gap between the current revision of WebOS and a future release that will enable video recording.  It is capable of recording in multiple combinations of audio and video and includes support for using the built-in LED for lumination while recording in dark areas.  Video recorded with Precorder is viewable through Palms built in video application.
  
 
== Status ==
 
== Status ==
  
 +
Precorder is ALPHA SOFTWARE!
  
 
==Installation==
 
==Installation==
Line 26: Line 33:
 
<br>
 
<br>
 
sh /var/usr/lib/ipkg/info/org.webosinternals.gstservice.postinst
 
sh /var/usr/lib/ipkg/info/org.webosinternals.gstservice.postinst
 +
 +
=== WebOS Quick Install ===
 +
 +
# Save the gstservice and and Precorder ipk's to your local computer.
 +
# Install [[Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method|WebOS Quick Install]]
 +
# Drag the gstservice IPK into the center of the WebOS Quick install window.
 +
# Click the Install button.
 +
# Drag the Precorder application ipk into the center of the WebOS Quick Install window.
 +
# Click the install button.
  
 
== License ==
 
== License ==
Line 32: Line 48:
 
== Operating notes ==
 
== Operating notes ==
  
 +
When precorder is first launched you will see the main screen.  Only one button is currently functional.  Tapping the 'Record Now' button will begin recording video to the /media/internal location on the pre making these videos available to be copied via USB.  They will be located in the root of the USB drive when connected to your computer.
 +
 +
When you tap the 'Record Now' button the screen will change to notify you that Precorder is currently capturing audio and video.  There is a 'Stop recording' button located on the screen.  Tapping this button stops the audio/video capture and returns you to the main view.
 +
 +
There are several features of Precorder that can be customized.  All of these settings are available via the preferences option within the Precorder menu.  The table below lists all possible preferences.  Options in bold represent defaults.
 +
 +
<Table><TR><TD>
 +
{{{!}} border="1" cellpadding="4"
 +
{{!}}Option
 +
{{!}}Description
 +
{{!}}Possible Selections
 +
{{!}}-
 +
{{!}}Audio Format
 +
{{!}}Select what format you would like the audio stream to be saved in.
 +
{{!}}'''AAC''', AMRNB, AP3
 +
{{!}}-
 +
{{!}}Video Format
 +
{{!}}Select what format you would like the video stream to be saved in.
 +
{{!}}Mpeg-4, H.263, '''H.264/AVC'''
 +
{{!}}-
 +
{{!}}Container
 +
{{!}}Select what multimedia container the audio/video streams will be in.
 +
{{!}}'''mp4''', 3gp
 +
{{!}}-
 +
{{!}}Media Source
 +
{{!}}Would would you like Precorder to capture.
 +
{{!}}Audio only, Video only, '''Both'''
 +
{{!}}-
 +
{{!}}Flash
 +
{{!}}Would you like to use the built in LED for illumination
 +
{{!}}'''Off''', On
 +
{{!}}}
 +
</TD></TR></Table>
  
 
=== Recent enhancements ===
 
=== Recent enhancements ===
Line 37: Line 86:
  
 
=== Known bugs ===
 
=== Known bugs ===
 +
 +
Precorder is currently in Alpha stages and as such is in a constant state of flux with new features being added and old functionality being modified.  Please use this software at your own risk.
 +
 
First run on any phone will cause a blank output. Simply start recording, wait a moment, and stop recording, wait a moment. After that, it should be fine. Getting the video light to work may cause 2 starts. Should be a 1-time-only process.
 
First run on any phone will cause a blank output. Simply start recording, wait a moment, and stop recording, wait a moment. After that, it should be fine. Getting the video light to work may cause 2 starts. Should be a 1-time-only process.
  
Line 45: Line 97:
  
 
Packages in the webos-internals testing feed
 
Packages in the webos-internals testing feed
 
== Screenshots ==
 
 
[[Image:Precorder_2009-24-11_164136.png]]
 
[[Image:Precorder_2009-24-11_164140.png]]
 
[[Image:Precorder_2009-24-11_164128.png]]
 
[[Image:Launcher_2009-24-11_164206.png]]
 
 
 
}}
 
}}

Revision as of 08:55, 24 November 2009

« Go Back to the Utilities application list
Precorder 2009-24-11 164136.png

Precorder - Version: Alpha 0.2.0
(23 Nov 2009)

Precorder Main View
This is the initial view upon launching Precorder
Precorder Recording View
This is the display during audio/video capture
Precorder Preferences View
This is the preferences selection screen
Palm OEM video app
All videos are viewable on the device via the Palm OEM video application

Summary

Precorder has been developed to bridge the gap between the current revision of WebOS and a future release that will enable video recording. It is capable of recording in multiple combinations of audio and video and includes support for using the built-in LED for lumination while recording in dark areas. Video recorded with Precorder is viewable through Palms built in video application.

Status

Precorder is ALPHA SOFTWARE!

Installation

Easiest installation method is by installing GstService and Precorder with WebOS Quick Install.

Alternatively, you can install the .ipk files manually via commandline:
ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/armv7/org.webosinternals.gstservice_0.2.3_armv7.ipk
ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/all/org.webosinternals.precorder_0.2.0_all.ipk

then run post install script:
sh /var/usr/lib/ipkg/info/org.webosinternals.gstservice.postinst

WebOS Quick Install

  1. Save the gstservice and and Precorder ipk's to your local computer.
  2. Install WebOS Quick Install
  3. Drag the gstservice IPK into the center of the WebOS Quick install window.
  4. Click the Install button.
  5. Drag the Precorder application ipk into the center of the WebOS Quick Install window.
  6. Click the install button.

License

Operating notes

When precorder is first launched you will see the main screen. Only one button is currently functional. Tapping the 'Record Now' button will begin recording video to the /media/internal location on the pre making these videos available to be copied via USB. They will be located in the root of the USB drive when connected to your computer.

When you tap the 'Record Now' button the screen will change to notify you that Precorder is currently capturing audio and video. There is a 'Stop recording' button located on the screen. Tapping this button stops the audio/video capture and returns you to the main view.

There are several features of Precorder that can be customized. All of these settings are available via the preferences option within the Precorder menu. The table below lists all possible preferences. Options in bold represent defaults.

Option Description Possible Selections
Audio Format Select what format you would like the audio stream to be saved in. AAC, AMRNB, AP3
Video Format Select what format you would like the video stream to be saved in. Mpeg-4, H.263, H.264/AVC
Container Select what multimedia container the audio/video streams will be in. mp4, 3gp
Media Source Would would you like Precorder to capture. Audio only, Video only, Both
Flash Would you like to use the built in LED for illumination Off, On

Recent enhancements

Known bugs

Precorder is currently in Alpha stages and as such is in a constant state of flux with new features being added and old functionality being modified. Please use this software at your own risk.

First run on any phone will cause a blank output. Simply start recording, wait a moment, and stop recording, wait a moment. After that, it should be fine. Getting the video light to work may cause 2 starts. Should be a 1-time-only process.


Source Code

Source at git.webos-internals.org

Packages in the webos-internals testing feed