 |
pyTivo Discussion Forum Answers and the development of pyTivo a TiVo transcoding server
|
|
| Author |
Message |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 06, 2008 8:07 pm Post subject: Why always 720P? |
|
|
No matter what the aspect is on the original video it always get changed to 720p.
Sorry , transfering from PC to Tivo. Do I have something set wrong or is this the way it is? |
|
| Back to top |
|
 |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 13, 2008 1:31 pm Post subject: |
|
|
Does this help someone answer?
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Users\xxxx\Documents\Tivo\XXXXXXXX
.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Output #0, vob, to 'pipe:':
Stream #0.0: Video: mpeg2video, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31
, 9881 kb/s, 59.94 tb(c)
Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1 |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 463
|
Posted: Sat Sep 13, 2008 2:01 pm Post subject: |
|
|
pyTivo defaults to 1280x720 max resolution when it detects that it is talking to an HD Tivo or a S3 Tivo.
If you want to be able to send 1080i video to the Tivo, you need to set the following under the Server section in your pyTivo.conf:
| Code: |
height = 1080
width = 1920
|
If you have a mix of HD and non HD Tivos, you can create a conf file section to set the height and width ONLY for that specific Tivo's TSN, see:
http://pytivo.armooo.net/wiki/ConfigurepyTivo#IndividualTiVoSettings |
|
| Back to top |
|
 |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 13, 2008 4:19 pm Post subject: |
|
|
I only have HDtivos
This is what I have and doesnt go higher than 720p. I tried deleting the tivo specific configs and just putting height and width in the server section but it just gave me garbage video.
[Admin]
tivo_mak = xxxxxxx
type = admin
togo_path = c:\program files\pytivo
[Large shows]
type = video
path = C:\Users\Matt\Documents\Tivo
[Matt's shows]
type = video
path = \\xxxx\shows
[Jen's shows]
type = video
path = \\yyyy\shows
[Server]
port = 9032
ffmpeg = C:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
[_tivo_652-xxxxxxxxxx]
#HD TiVo (Family Room)
audio_br = 448K
aspect169 = true
width = 1920
#Example Settings: 1920, 1440, 1280, 720, 704, 544, 480, 352.
height = 1080
#Example Settings: 1080, 720, 480
video_br = 12Mi
[_tivo_652-yyyyyyyyyy]
#HD TiVo (Family Room)
audio_br = 448K
aspect169 = true
width = 1920
#Example Settings: 1920, 1440, 1280, 720, 704, 544, 480, 352.
height = 1080
#Example Settings: 1080, 720, 480
video_br = 12Mi |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 463
|
Posted: Sat Sep 13, 2008 4:31 pm Post subject: |
|
|
Definitely consolidate them into just one Server section if the setups are the same.
There are some other tests done on the video to decide how to handle it. Though I think most of them relate to cases where the height isn't 1080 when the width is.
Are the sources 1080 interlace or 1080 progressive? |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 463
|
Posted: Sat Sep 13, 2008 4:37 pm Post subject: |
|
|
| 950ash wrote: |
[_tivo_652-xxxxxxxxxx]
#HD TiVo (Family Room)
audio_br = 448K
aspect169 = true
width = 1920
#Example Settings: 1920, 1440, 1280, 720, 704, 544, 480, 352.
height = 1080
#Example Settings: 1080, 720, 480
video_br = 12Mi
|
Oh, I think pyTivo is ignoring your Tivo specific sections because of the "-" between 652 and the rest of the TSN. I think it wants something like in the example, [_tivo_24000000DEADBEEF].
Which explains the garbage video when you put the height and width in the Server section. In that case I think pyTivo is actually doing what you want, feeding 1080 video to your Tivo HDs. Check the output on console to see if the ffmpeg conversion is used at all or if it's do 1080 output. Wonder if it's sending 1080p and the Tivo just can't handle it? |
|
| Back to top |
|
 |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 13, 2008 4:56 pm Post subject: |
|
|
It's 1080i in a TS video
[Server]
port = 9032
ffmpeg = C:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
audio_br = 448K
aspect169 = true
width = 1920
#Example Settings: 1920, 1440, 1280, 720, 704, 544, 480, 352.
height = 1080
#Example Settings: 1080, 720, 480
video_br = 12Mi
Checking to see if pyTivo is already running . . .
Starting pyTivo Server. Use ctrl+Break to exit.
INFO:pyTivo:pyTivo is ready.
C:\Program Files\pyTivo\Cheetah\Compiler.py:1508: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's us
eStackFrames option as it is painfully slow with the Python version of NameMappe
r. You should get a copy of Cheetah with the compiled C version of NameMapper.
"\nYou don't have the C version of NameMapper installed! "
192.168.1.121 - - [13/Sep/2008 19:50:32] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
192.168.1.144 - - [13/Sep/2008 19:50:32] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
192.168.1.121 - - [13/Sep/2008 19:50:34] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
192.168.1.121 - - [13/Sep/2008 19:50:34] "GET /TiVoConnect?Command=QueryContaine
r&Container=%2F HTTP/1.0" 200 -
192.168.1.121 - - [13/Sep/2008 19:50:56] "GET /TiVoConnect?Command=QueryFormats&
SourceFormat=video%2Fx-tivo-mpeg HTTP/1.1" 404 -
192.168.1.121 - - [13/Sep/2008 19:50:56] "GET /TiVoConnect?Command=QueryContaine
r&Container=Large%20shows&SortOrder=!CaptureDate&ItemCount=8&Filter=x-tivo-conta
iner%2Ftivo-videos,x-tivo-container%2Ffolder,video%2Fx-tivo-mpeg,video%2F* HTTP/
1.1" 200 -
192.168.1.121 - - [13/Sep/2008 19:50:59] "GET /TiVoConnect?Command=QueryFormats&
SourceFormat=video%2Fx-tivo-mpeg HTTP/1.1" 404 -
192.168.1.121 - - [13/Sep/2008 19:50:59] "GET /TiVoConnect?Command=QueryContaine
r&Container=Large%20shows&SortOrder=!CaptureDate&ItemCount=1&AnchorItem=%2FLarge
%2520shows%2FStargate%2520Atlantis%2520S05E08%25201080i%2520DD5.1test.ts&AnchorO
ffset=-1&Filter=x-tivo-container%2Ftivo-videos,x-tivo-container%2Ffolder,video%2
Fx-tivo-mpeg,video%2F* HTTP/1.1" 200 -
192.168.1.121 - - [13/Sep/2008 19:50:59] "GET /TiVoConnect?Command=TVBusQuery&Co
ntainer=Large%20shows&File=%2FStargate%20Atlantis%20S05E08%201080i%20DD5.1test.t
s HTTP/1.1" 200 -
192.168.1.121 - - [13/Sep/2008 19:51:06] "GET /Large%20shows/Stargate%20Atlantis
%20S05E08%201080i%20DD5.1test.ts HTTP/1.1" 200 -
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Tivo\Stargate A
tlantis S05E08 1080i DD5.1test.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Output #0, vob, to 'pipe:':
Stream #0.0: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-3
1, 12582 kb/s, 59.94 tb(c)
Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
[mpeg2video @ 00B22A30]rc buffer underflow time=3.33 bitrate=13385.8kbits/s
192.168.1.121 - - [13/Sep/2008 19:51:42] "GET /TiVoConnect?Command=QueryFormats&
SourceFormat=video%2Fx-tivo-mpeg HTTP/1.1" 404 -
192.168.1.121 - - [13/Sep/2008 19:51:42] "GET /TiVoConnect?Command=QueryContaine
r&Container=Large%20shows&SortOrder=!CaptureDate&ItemCount=8&AnchorItem=%2FLarge
%2520shows%2FStargate%2520Atlantis%2520S05E08%25201080i%2520DD5.1test.ts&AnchorO
ffset=-2&Filter=x-tivo-container%2Ftivo-videos,x-tivo-container%2Ffolder,video%2
Fx-tivo-mpeg,video%2F* HTTP/1.1" 200 -
[vob @ 00B0CD0C]buffer underflow i=0 bufi=132623 size=152023=13605.2kbits/s
[vob @ 00B0CD0C]packet too large, ignoring buffer limits to mux it
[vob @ 00B0CD0C]buffer underflow i=0 bufi=132623 size=152023
[vob @ 00B0CD0C]buffer underflow i=0 bufi=132623 size=152023
[vob @ 00B0CD0C]packet too large, ignoring buffer limits to mux it
[vob @ 00B0CD0C]buffer underflow i=0 bufi=132623 size=152023
[vob @ 00B0CD0C]buffer underflow i=0 bufi=134647 size=152023
[vob @ 00B0CD0C]packet too large, ignoring buffer limits to mux it
[vob @ 00B0CD0C]buffer underflow i=0 bufi=134647 size=152023
[vob @ 00B0CD0C]buffer underflow i=0 bufi=136671 size=152023
Last edited by 950ash on Sat Sep 13, 2008 8:06 pm; edited 1 time in total |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 463
|
Posted: Sat Sep 13, 2008 6:23 pm Post subject: |
|
|
I think this is what's going on.
Your original source is a transport stream. Unlike MPEG2 VOBs (within certain audio and video bitrates) which can just be sent to tthe Tivo directly without any manipulation, the Tivo will NOT handle raw TS streams sent to it via HMO.
So your TS stream has to be processed by ffmpeg. My hunch is that ffmpeg is converting the 1080i to 1080p. I forget how to tell exactly and would have to research a bit more to be sure.
The 1080p VOB is being handed to the Tivo, which can't deal with it and hence produces garbage video. I'll see what I can dig up about preserving the interlaced nature of the video. |
|
| Back to top |
|
 |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 13, 2008 6:33 pm Post subject: |
|
|
Thanks,
I kept on thinking I was doing something wrong. hehe |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 463
|
Posted: Sat Sep 13, 2008 6:51 pm Post subject: |
|
|
Okay, a quick search seems to indicate that you need to add a few more arguments to the ffmpeg commandline. The problem is I'm not sure if the ordering of the arguments matters. If it does, then you'd have to experiment with a new "ffmpeg_tmpl" which I haven't tried it a while.
If the placement of the arguments don't matter, than you can simply add them as an "ffmpeg_pram" line in your Server section. Also, I have no idea how this is going to affect progressive source material, but just for testing try this.
In your Server try adding each of these and see what works/looks best:
1)
| Code: |
ffmpeg_pram = -ilme
|
2)
| Code: |
ffmpeg_pram = -ilme -ildct
|
3)
| Code: |
ffmpeg_pram = -ilme -ildct -flags +ildct+ilme
|
4)
| Code: |
ffmpeg_pram = -ilme -ildct -flags +ildct+ilme -top 1
|
Let me know how it goes. |
|
| Back to top |
|
 |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 13, 2008 8:05 pm Post subject: |
|
|
Ok this is what happened
| rdian06 wrote: |
In your Server try adding each of these and see what works/looks best:
1)
| Code: |
ffmpeg_pram = -ilme
| |
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Tivo\Stargate A
tlantis S05E08 1080i DD5.1test.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Unable to find a suitable output format for 'vob'
192.168.1.121 - - [13/Sep/2008 22:46:09] "GET /Large%20shows/Stargate%20Atlantis
%20S05E08%201080i%20DD5.1test.ts HTTP/1.1" 200 -
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Tivo\Stargate A
tlantis S05E08 1080i DD5.1test.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Unable to find a suitable output format for 'vob'
| rdian06 wrote: |
2)
| Code: |
ffmpeg_pram = -ilme -ildct
| |
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Tivo\Stargate A
tlantis S05E08 1080i DD5.1test.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Output #0, vob, to 'pipe:':
Stream #0.0: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-3
1, 12582 kb/s, 59.94 tb(c)
Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
| rdian06 wrote: |
3)
| Code: |
ffmpeg_pram = -ilme -ildct -flags +ildct+ilme
| |
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Tivo\Stargate A
tlantis S05E08 1080i DD5.1test.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Output #0, vob, to 'pipe:':
Stream #0.0: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-3
1, 12582 kb/s, 59.94 tb(c)
Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
| rdian06 wrote: |
4)
| Code: |
ffmpeg_pram = -ilme -ildct -flags +ildct+ilme -top 1
|
Let me know how it goes. |
FFmpeg version SVN-r14196-rdian06-0.93, Copyright (c) 2000-2008 Fabrice Bellard,
et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --ena
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable-
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 30 2008 23:12:31, gcc: 4.2.4 [Sherpya]
Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/
1001) -> 59.94 (60000/1001)
Input #0, mpegts, from 'C:\Tivo\Stargate A
tlantis S05E08 1080i DD5.1test.ts':
Duration: 00:42:38.94, start: 0.378633, bitrate: 14116 kb/s
Program 1
Stream #0.0[0x800]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9]
, 38810 kb/s, 59.94 tb(r)
Stream #0.1[0x801]: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Output #0, vob, to 'pipe:':
Stream #0.0: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-3
1, 12582 kb/s, 59.94 tb(c)
Stream #0.1: Audio: ac3, 48000 Hz, 5:1, 384 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Last edited by 950ash on Sat Sep 13, 2008 8:09 pm; edited 1 time in total |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 463
|
Posted: Sat Sep 13, 2008 8:09 pm Post subject: |
|
|
| Okay, but did any of those work? |
|
| Back to top |
|
 |
950ash
Joined: 14 Aug 2008 Posts: 14
|
Posted: Sat Sep 13, 2008 8:10 pm Post subject: |
|
|
nope sorry should put more info
The first command didnt transfer at all. The others did the same studder |
|
| Back to top |
|
 |
wcohoe
Joined: 13 Sep 2008 Posts: 9 Location: North Carolina
|
Posted: Sat Sep 27, 2008 8:15 pm Post subject: Re: Why always 720P? |
|
|
| 950ash wrote: | No matter what the aspect is on the original video it always get changed to 720p.
Sorry , transfering from PC to Tivo. Do I have something set wrong or is this the way it is? |
I've got 1080i transport streams going to Tivo HD also. It's doing the 720P convert as per the default. Picture is fine, but a little slow due to CPU bound ffmpeg processing and would like to keep it in the native 10801. I can check something that might need a second opinion. Please advise with best case "preserve the 1080i with minimal processing" arguments, and I will try it out and post back here.
Thanks,
Wayne |
|
| Back to top |
|
 |
wcohoe
Joined: 13 Sep 2008 Posts: 9 Location: North Carolina
|
Posted: Fri Oct 03, 2008 4:38 pm Post subject: |
|
|
| 950ash wrote: | nope sorry should put more info
The first command didnt transfer at all. The others did the same studder |
studder? or garbage video? (please define studder)
ok, got back to this, and I re-ran a 1080i ts, and when I added height/width to keep it 1080i instead of 720p, I got a jumpy video with perfect audio. Tivo HD called it 10801, but that's a red herring since rdian06's 1080p assertion would probably produce that result. I haven't tried the ffmpeg arguments suggested, but I'm thinking the problem is reproducible at least among two users.
Wayne |
|
| Back to top |
|
 |
|
|
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
|
|