|
| Author |
Message |
philhu
Joined: 04 Jan 2008 Posts: 121
|
Posted: Wed Apr 23, 2008 8:35 pm Post subject: wmcbrine 4-24-2008 giving debug messages..... |
|
|
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 |
|
 |
windracer

Joined: 04 Jan 2008 Posts: 160 Location: St. Pete, FL
|
|
| Back to top |
|
 |
philhu
Joined: 04 Jan 2008 Posts: 121
|
Posted: Thu Apr 24, 2008 6:07 pm Post subject: |
|
|
hmmmm
how did that get in there?
thanks |
|
| Back to top |
|
 |
philhu
Joined: 04 Jan 2008 Posts: 121
|
Posted: Thu Apr 24, 2008 6:39 pm Post subject: |
|
|
Nope
Changed debug=false, still getting ff_mpeg debug statements.
it wasnt doing it in the 2-20-08 release |
|
| Back to top |
|
 |
windracer

Joined: 04 Jan 2008 Posts: 160 Location: St. Pete, FL
|
|
| Back to top |
|
 |
windracer

Joined: 04 Jan 2008 Posts: 160 Location: St. Pete, FL
|
Posted: Sun Jun 15, 2008 5:46 pm Post subject: |
|
|
I'm seeing this same thing now that I've updated to the most recent branch. _________________ pyTiVo on Ubuntu 8.10 |
|
| Back to top |
|
 |
wmcbrine

Joined: 04 Jan 2008 Posts: 514
|
Posted: Mon Jun 30, 2008 1:00 am Post subject: Re: wmcbrine 4-24-2008 giving debug messages..... |
|
|
| 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 |
|
 |
windracer

Joined: 04 Jan 2008 Posts: 160 Location: St. Pete, FL
|
Posted: Fri Jul 11, 2008 6:36 am Post subject: |
|
|
Yep, all clean now, thanks! _________________ pyTiVo on Ubuntu 8.10 |
|
| Back to top |
|
 |
|