MythAVTest
(From Doxygen comments) |
m (change category) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Wrongtitle|mythavtest}} | |
| + | |||
| + | Internal video playback can be tested with mythavtest: | ||
| + | |||
| + | == Usage == | ||
| + | |||
<pre> | <pre> | ||
mythavtest /myth/tv/1003_20060302232800.mpg | mythavtest /myth/tv/1003_20060302232800.mpg | ||
mythavtest dvd:\\ | mythavtest dvd:\\ | ||
mythavtest dvd:\\/path/to/dvd.iso | mythavtest dvd:\\/path/to/dvd.iso | ||
| + | mythavtest bd:\\path_to_bluray_mount | ||
</pre> | </pre> | ||
| Line 20: | Line 26: | ||
{{Stub}} | {{Stub}} | ||
| − | [[Category: | + | [[Category:MythTV_Software]] |
Latest revision as of 12:50, 16 March 2012
Note: The correct title of this article is mythavtest. It appears incorrectly here due to technical restrictions.
Internal video playback can be tested with mythavtest:
Usage
mythavtest /myth/tv/1003_20060302232800.mpg mythavtest dvd:\\ mythavtest dvd:\\/path/to/dvd.iso mythavtest bd:\\path_to_bluray_mount
Without an argument, this tool also exercises the "Live TV" recording chain. This can even be done on a machine without any tuner cards by creating a dummy MpegRecorder which loops through a sample MPEG file.
On a machine that supports V4L, just add an IVTV type card in mythtv-setup, with the device set to something like "file:/path/to/some/mpeg/file.mpg". You also need to attach the card to a video source.
On non-V4L machines, you currently need to manually create entries in the capturecard and cardinput tables. videodevice=file:/path/file.mpg, cardtype=MPEG, inputname=MPEG2TS. On such machines, you also need to have built the backend with --enable-hdpvr