pyTivo Discussion Forum Forum Index pyTivo Discussion Forum
Answers and the development of pyTivo a TiVo transcoding server
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

wmcbrine 4-24-2008 giving debug messages.....

 
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> Support
 View previous topic :: View next topic  
Author Message
philhu



Joined: 04 Jan 2008
Posts: 121

PostPosted: Wed Apr 23, 2008 8:35 pm    Post subject: wmcbrine 4-24-2008 giving debug messages..... Reply with quote

I upgraded to the 4-24 snapshot of wmcbrine's code and ffmpeg seems to be sending out debug for all files during precache...

DEBUG:pyTivo.video.transcode:Codec=mpeg4 width=512 height=384 fps=29.97 millisec
s=2688500 kbps=1087 akbps=32 acodec=mp3 afreq=32000 par=1.0
DEBUG:root:ffmpeg output=FFmpeg version SVN-r11870, Copyright (c) 2000-2008 Fabr
ice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --
enable-liba52 --enable-avisynth --enable-libfaac --enable-libfaad --enable-libgs
m --enable-libmp3lame --enable-libnut --enable-libtheora --enable-libvorbis --en
able-libx264 --enable-libxvid --cpu=i686 --enable-memalign-hack --extra-ldflags=
-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Feb 5 2008 23:46:38, gcc: 4.2.3

Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/
2733) -> 23.98 (2997/125)
Input #0, avi, from 'V:\Media_Files\TV_Underground\Nowhere Man\Nowhere_Man.s01e1
2.It's_Not_Such_A_Wonderful_Life.impei.[www.the-realworld.de].avi':
Duration: 00:44:57.8, start: 0.000000, bitrate: 1086 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 544x416 [PAR 1:1 DAR 17:13], 23.98 tb(r)

Stream #0.1: Audio: mp3, 32000 Hz, stereo, 32 kb/s
Must supply at least one output file

DEBUG:pyTivo.video.transcode:Codec=mpeg4 width=544 height=416 fps=23.98 millisec
s=2697800 kbps=1086 akbps=32 acodec=mp3 afreq=32000 par=1.0
DEBUG:root:ffmpeg output=FFmpeg version SVN-r11870, Copyright (c) 2000-2008 Fabr
ice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --
enable-liba52 --enable-avisynth --enable-libfaac --enable-libfaad --enable-libgs
m --enable-libmp3lame --enable-libnut --enable-libtheora --enable-libvorbis --en
able-libx264 --enable-libxvid --cpu=i686 --enable-memalign-hack --extra-ldflags=
-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Feb 5 2008 23:46:38, gcc: 4.2.3

Seems stream 0 codec frame rate differs from container frame rate: 29.98 (65535/
2186) -> 29.97 (2997/100)
Input #0, avi, from 'V:\Media_Files\TV_Underground\Nowhere Man\Nowhere_Man.s01e1
3.Contact.impei.[www.the-realworld.de].avi':
Duration: 00:45:27.3, start: 0.000000, bitrate: 1072 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 512x384 [PAR 1:1 DAR 4:3], 29.97 tb(r)
Stream #0.1: Audio: mp3, 32000 Hz, stereo, 32 kb/s
Must supply at least one output file



====================
any ideas?

My conf is:
[Server]
port=9032

#Full path to ffmpeg including filename
#For windows: ffmpeg=c:\Program Files\pyTivo-master\plugins\video\ffmpeg_mp2.exe
#For linux: ffmpeg=/usr/bin/ffmpeg
#ffmpeg=c:\Program Files\TiVo\pyTivo-master\plugins\video\ffmpeg_mp2.exe
ffmpeg=C:\Program Files\TiVo\wmcbrine-2008-04-24\plugins\video\ffmpeg_mp2.exe
#ffmpeg=/usr/bin/ffmpeg

#This will make a large debug.txt file in you base directory. It only debugs
#transcode.py right now.
debug=true

# Audio bit-rate, default 192K
#audio_br=384K

# Video bit-rate, default 4096K
#video_br=12Mi

#Beacon broadcast address(es)
#Typically use 255.255.255.255 but on some multihomed machines you may
#need to specify the subnet broadcast address(es) of your Tivo boxes
beacon=192.168.1.255

#Output Pixel Width: if you have an HDTV you might want to try 720 or 704
#Valid: 720, 704, 544, 480, 352
#width=1440
#height=720
aspect169=true
width=1440
height=720
audio_br=320K
video_br=12Mi


##Per tivo options
# section named _tivo_TSN with the tsn in all caps
[_tivo_00000DEADBEEF]

#If you want to use 16:9 or 4:3 on this tivo
#aspect169=true
#width=1440
#height=720
#audio_br=320K
#video_br=12Mi

#audio_br=320K
#video_br=12Mi
#
[Admin]
# MAK deleted for forum display
tivo_mak = xxxxxxxxx
togo_path = Y:\My TiVo Recordings
type = admin

[TVUnderground]
#Type can be either 'video' or 'music'
type=video
precache=true
#Path is the full path to your files (No trailing slash needed)
#For windows: path=c:\videos
#For linux: path=/media
path=V:\Media_Files\TV_Underground
#Make all subfolders in to top level shares
auto_subshares= False
#
[DVD Movies]
type=video
path=V:\Media_Files\DVD Movies
precache=true
#Make all subfolders in to top level shares
auto_subshares= False
#
#
[Tivo3-DTV]
type=video
path=V:\Media_Files\dtv_root
precache=true
#Make all subfolders in to top level shares
auto_subshares= False
#
#
[Tivo4-EVU]
type=video
path=V:\Media_Files\evu_root
precache=true
#Make all subfolders in to top level shares
auto_subshares= False
#
#
##You can have more than one share
[MySvr-Music]
type=music
path=M:\Phil\MP3s
#
[MySvr-Photos]
type=photo
path=P:\Phil\Kodak Pictures

[WebVideos]
type = webvideo
path = Y:\TivoWebVideos
Back to top
View user's profile Send private message
windracer



Joined: 04 Jan 2008
Posts: 160
Location: St. Pete, FL

PostPosted: Thu Apr 24, 2008 5:37 pm    Post subject: Re: wmcbrine 4-24-2008 giving debug messages..... Reply with quote

philhu wrote:

#This will make a large debug.txt file in you base directory. It only debugs
#transcode.py right now.
debug=true

Maybe this? Wink

_________________
pyTiVo on Ubuntu 8.10
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
philhu



Joined: 04 Jan 2008
Posts: 121

PostPosted: Thu Apr 24, 2008 6:07 pm    Post subject: Reply with quote

hmmmm


how did that get in there?


thanks
Back to top
View user's profile Send private message
philhu



Joined: 04 Jan 2008
Posts: 121

PostPosted: Thu Apr 24, 2008 6:39 pm    Post subject: Reply with quote

Nope

Changed debug=false, still getting ff_mpeg debug statements.

it wasnt doing it in the 2-20-08 release
Back to top
View user's profile Send private message
windracer



Joined: 04 Jan 2008
Posts: 160
Location: St. Pete, FL

PostPosted: Fri Apr 25, 2008 4:18 am    Post subject: Reply with quote

Maybe try the latest snapshot? It looks like there were some debugging issues earlier this week:

http://pytivo.krkeegan.com/subfolder-listings-failing-t261.html

_________________
pyTiVo on Ubuntu 8.10
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
windracer



Joined: 04 Jan 2008
Posts: 160
Location: St. Pete, FL

PostPosted: Sun Jun 15, 2008 5:46 pm    Post subject: Reply with quote

I'm seeing this same thing now that I've updated to the most recent branch.
_________________
pyTiVo on Ubuntu 8.10
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
wmcbrine



Joined: 04 Jan 2008
Posts: 514

PostPosted: Mon Jun 30, 2008 1:00 am    Post subject: Re: wmcbrine 4-24-2008 giving debug messages..... Reply with quote

philhu wrote:
I upgraded to the 4-24 snapshot of wmcbrine's code and ffmpeg seems to be sending out debug for all files during precache...

I've finally fixed this. It was another thing that was overlooked during the switch to the logging module.

_________________
My pyTivo fork
Back to top
View user's profile Send private message
windracer



Joined: 04 Jan 2008
Posts: 160
Location: St. Pete, FL

PostPosted: Fri Jul 11, 2008 6:36 am    Post subject: Reply with quote

Yep, all clean now, thanks!
_________________
pyTiVo on Ubuntu 8.10
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    pyTivo Discussion Forum Forum Index -> Support All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site is in NO WAY affiliated with TiVo Inc

Powered by phpBB © 2001, 2005 phpBB Group
phpBB SEO
[ Time: 0.3394s ][ Queries: 13 (0.2056s) ][ Debug on ]