![]() |
2006-03-13
, 12:46
|
Posts: 41 |
Thanked: 0 times |
Joined on Dec 2005
@ Brasil
|
#2
|
![]() |
2006-03-13
, 18:11
|
|
Posts: 58 |
Thanked: 5 times |
Joined on Dec 2005
|
#3
|
![]() |
2006-03-14
, 01:14
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2006
|
#4
|
![]() |
2006-03-15
, 13:31
|
|
Posts: 58 |
Thanked: 5 times |
Joined on Dec 2005
|
#5
|
#!/bin/bash # 16:9 # Intended to be called from mythtv. # Call it like this: # onepass16_9_nuv.sh %CHANID% %STARTTIME% %ENDTIME% %TITLE% %SUBTITLE% if [ $# != 5 ] then echo "Invalid number of parameters" exit -1 fi # source file - Format: Channel ID_Start Time_Endtime.nuv FILE="/var/video/$1_$2_$3.nuv" OUT="/home/mythtv/$4_$5".avi # Output file Name RES=352:192 # resolution ABR=48 # audio bitrate VBR=300 # video bitrate NICE=19 # Nice Value 10=normal 19=Nice nice -n $NICE \ mencoder $FILE \ -o "$OUT" \ -oac lavc -lavcopts acodec=mp3:abitrate=$ABR \ -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=$VBR:mbd=1 \ -vf crop=720:368:0:54,scale=$RES \ -ffourcc DIVX \ -ofps 15
![]() |
2006-08-01
, 11:52
|
Posts: 9 |
Thanked: 0 times |
Joined on Mar 2006
|
#6
|
I like the Nokia 770 idea, but have yet to purchase one. I am looking for a mobile device that will integrate with MythTV. MythTV has a very good web application called MythWeb. It allows a user to do a lot of functionality remotely, such as:
(a) Browse Program Guide
(b) Schedule recordings
(c) View recording schedules
(d) View a list of recorded TV shows
(e) Download a recorded TV show and watch locally
(f) Stream a recorded TV show
(g) Burn one or more shows to DVD
(h) Listen to music
I think the Nokia 770 comes close to integrating well with MythTV/MythWeb. However, I am unsure about a few items...
(1) Does Nokia 770 play MPEG2 files?
(2) If the 770 does play MPEG2 files, will the video player accept a URL for streaming video?
(3) Can a shared folder (either NFS or SAMBA) be opened on the Nokia 770?
Unfortunately, the Nokia 770 does not have enough memory for downloading TV shows for watching, so streaming would be great if supported, but then again, the limited memory on the device might be problematic.
Any thoughts on how well the Nokia 770 would perform with MythTV/MythWeb?
Dr. Hood