FAQ  •  Register  •  Login

96k tbn vs 24k tbn

<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Sun Jul 10, 2011 9:20 pm

96k tbn vs 24k tbn

I've got a Panasonic GW20 with serviio 0.5.2. I am using the transcoding profile posted in the 10-page thread. I've got a few mp4's here, filled with AAC / h264. Interestingly, most work, except for a few. The only difference as far as I can tell from running them through ffmpeg manually was 96k tbn vs 24k tbn. Whatever that means, the documentation on ffmpeg is a bit sparse on that. Ideally, I'd like some help in the next ten seconds, as I'm now unable to watch episode 8 and there was a huge cliff hanger at the end of Episode 7. But ah well ;-)

The file plays with audio, in sync, but I cannot forward or reserve without it crashing (a minor nuisance), but more importantly: The picture breaks up into square-shaped artifacts every time the picture changes rapidly, and still moments feel very blurry (probably also artifacts), and every few seconds, it fixes itself until movement starts again (I'd guess that's a key frame, but I'm really not in the know about h264).

On second thought, you might want to move the topic from Panasonic to somewhere else, as this might not be distinctly Panasonic related.

Does not work:
  Code:
  Metadata:
    major_brand     : isom
    minor_version   : 1
    compatible_brands: isomavc1
    creation_time   : 2011-06-21 10:32:07
  Duration: 00:58:06.84, start: 0.000000, bitrate: 1002 kb/s
    Stream #0.0(und): Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 870 kb/s, 23.98 fps, 23.98 tbr, 96k tbn, 47.95 tbc
    Metadata:
      creation_time   : 2011-06-21 10:32:07
    Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 127 kb/s
    Metadata:
      creation_time   : 2011-06-21 10:32:20
At least one output file must be specified


Works:
  Code:
 
Metadata:
    major_brand     : isom
    minor_version   : 1
    compatible_brands: isomavc1
    creation_time   : 2011-06-23 22:09:32
  Duration: 00:58:12.65, start: 0.000000, bitrate: 1003 kb/s
    Stream #0.0(und): Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 871 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
    Metadata:
      creation_time   : 2011-06-23 22:09:32
    Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
    Metadata:
      creation_time   : 2011-06-23 22:09:42


Profile:
  Code:
<Profile id="14" name="Panasonic Viera2" extendsProfileId="1">
      <MediaFormatProfiles>
         <!-- rename native mpeg2ts with h264/ac3 ac3 formats to those supported by the tv -->
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3">AVC_TS_MP_SD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3_T">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3_T">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
         <!-- rename transcoded mpeg2ts with h264 to one of the TV's supported profiles -->
         <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3_ISO">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3_ISO">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!-- First remux all h264 video on MPEG-TS stream with ac3 audio transcoding, expected profile AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO -->
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="avi" vCodec="h264" />
            <Matches container="mp4" vCodec="h264" />
            <Matches container="matroska" vCodec="h264" />
            <!-- if audio different to ac3, must be transcoded -->
            <Matches container="mpegts" aCodec="aac" />
            <Matches container="mpegts" aCodec="mp3" />
            <Matches container="mpegts" aCodec="dca" />
         </Video>
         <!-- All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio (MPEG_TS_SD_EU). -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="avi" />
            <Matches container="mp4" />
            <Matches container="matroska" />
         </Video>
      </Transcoding>
   </Profile>
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jul 11, 2011 8:44 am

Re: 96k tbn vs 24k tbn

you could try turning on detailed logging and compare the 2 FFmpeg commands used to transcode each othe the 2 files.
<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Mon Jul 11, 2011 9:59 pm

Re: 96k tbn vs 24k tbn

This is the ffmpeg line:

2011-07-11 23:35:35,187 DEBUG [ProcessExecutor] Starting K:\Program Files (x86)\Serviio\bin\\..\lib/ffmpeg.exe -i <giant file name> -y -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts G:\Transcode\Serviio\transcoding-temp-11-MPEG2TS.stf

Identical line except for the file name for all files in that group, of which some work (those with 24k tbn) and some don't (those with 96k tbn).
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 12, 2011 6:49 am

Re: 96k tbn vs 24k tbn

About timestamp tbn,tbc,tbr:
Well it's all about time. FFMpeg uses in fact three different timestamps in different bases in order to work.

tbn = the time base in AVStream that has come from the container
tbc = the time base in AVCodecContext for the codec used for a particular stream
tbr = tbr is guessed from the video stream and is the value users want to see when they look for the video frame rate

http://forums.creativecow.net/thread/291/140

Could you provide MediaInfo result of these 2 files ?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Tue Jul 12, 2011 7:37 am

Re: 96k tbn vs 24k tbn

Does not work:
  Code:
General
Format                           : MPEG-4
Format profile                   : Base Media
Codec ID                         : isom
File size                        : 417 MiB
Duration                         : 58mn 6s
Overall bit rate                 : 1 002 Kbps
Encoded date                     : UTC 2011-06-21 10:32:07
Tagged date                      : UTC 2011-06-21 10:32:07

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.1
Format settings, CABAC           : Yes
Format settings, ReFrames        : 8 frames
Codec ID                         : avc1
Codec ID/Info                    : Advanced Video Coding
Duration                         : 58mn 6s
Bit rate                         : 871 Kbps
Maximum bit rate                 : 13.8 Mbps
Width                            : 1 280 pixels
Height                           : 720 pixels
Display aspect ratio             : 16:9
Frame rate mode                  : Constant
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.039
Stream size                      : 362 MiB (87%)
Writing library                  : x264 core 114 r1924 08d04a4
Encoding settings                : cabac=1 / ref=8 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=22 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=871 / ratetol=3.1 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.00
Encoded date                     : UTC 2011-06-21 10:32:07
Tagged date                      : UTC 2011-06-21 10:32:24

Audio
ID                               : 2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format profile                   : LC
Codec ID                         : 40
Duration                         : 58mn 6s
Bit rate mode                    : Variable
Bit rate                         : 128 Kbps
Maximum bit rate                 : 162 Kbps
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Stream size                      : 53.2 MiB (13%)
Encoded date                     : UTC 2011-06-21 10:32:20
Tagged date                      : UTC 2011-06-21 10:32:24


Works fine:
  Code:
General
Format                           : MPEG-4
Format profile                   : Base Media
Codec ID                         : isom
File size                        : 418 MiB
Duration                         : 58mn 12s
Overall bit rate                 : 1 004 Kbps
Encoded date                     : UTC 2011-06-23 22:09:32
Tagged date                      : UTC 2011-06-23 22:09:32

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.1
Format settings, CABAC           : Yes
Format settings, ReFrames        : 8 frames
Format settings, GOP             : M=1, N=53
Codec ID                         : avc1
Codec ID/Info                    : Advanced Video Coding
Duration                         : 58mn 12s
Bit rate                         : 871 Kbps
Maximum bit rate                 : 12.4 Mbps
Width                            : 1 280 pixels
Height                           : 720 pixels
Display aspect ratio             : 16:9
Frame rate mode                  : Constant
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.039
Stream size                      : 363 MiB (87%)
Writing library                  : x264 core 114 r1924 08d04a4
Encoding settings                : cabac=1 / ref=8 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=22 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=871 / ratetol=3.1 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.00
Encoded date                     : UTC 2011-06-23 22:09:32
Tagged date                      : UTC 2011-06-23 22:09:44

Audio
ID                               : 2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format profile                   : LC
Codec ID                         : 40
Duration                         : 58mn 12s
Bit rate mode                    : Variable
Bit rate                         : 128 Kbps
Maximum bit rate                 : 178 Kbps
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Stream size                      : 53.3 MiB (13%)
Encoded date                     : UTC 2011-06-23 22:09:42
Tagged date                      : UTC 2011-06-23 22:09:44


They look identical to me, but I might have missed something. Both files are mp4's.

As for tbn: I understand the words, but I do not understand what they mean. ;)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 12, 2011 8:04 am

Re: 96k tbn vs 24k tbn

Sorry, no ideas
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Tue Jul 12, 2011 11:57 am

Re: 96k tbn vs 24k tbn

Kdansky wrote:This is the ffmpeg line:

2011-07-11 23:35:35,187 DEBUG [ProcessExecutor] Starting K:\Program Files (x86)\Serviio\bin\\..\lib/ffmpeg.exe -i <giant file name> -y -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 128k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts G:\Transcode\Serviio\transcoding-temp-11-MPEG2TS.stf

Identical line except for the file name for all files in that group, of which some work (those with 24k tbn) and some don't (those with 96k tbn).


if you try this command from a command prompt do you get an error?
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Tue Jul 12, 2011 6:41 pm

Re: 96k tbn vs 24k tbn

moltra wrote:if you try this command from a command prompt do you get an error?


No. It just starts running, and after a while, it finishes without errors, like this:

  Code:
K:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "<filename>" -y -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 128k -ac 2 -ma
p 0:0 -map 0:1 -sn -f mpegts G:\Transcode\temp\Serviio\transcoding-temp-15-MPEG2
TS.stf
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jan 10 2011 21:46:22 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 0 /  0.16. 0
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.92. 0 / 52.92. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.72. 0 /  1.72. 0
  libswscale     0.12. 0 /  0.12. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '<filename>':
  Metadata:
    major_brand     : isom
    minor_version   : 1
    compatible_brands: isomavc1
    creation_time   : 2011-06-21 10:32:07
  Duration: 00:58:06.84, start: 0.000000, bitrate: 1002 kb/s
    Stream #0.0(und): Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 870 kb/
s, 23.98 fps, 23.98 tbr, 96k tbn, 47.95 tbc
    Metadata:
      creation_time   : 2011-06-21 10:32:07
    Stream #0.1(und): Audio: aac, 48000 Hz, stereo, s16, 127 kb/s
    Metadata:
      creation_time   : 2011-06-21 10:32:20
[mpegts @ 03ca0050] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every
40 pkts
Output #0, mpegts, to 'G:\Transcode\temp\Serviio\transcoding-temp-15-MPEG2TS.stf
':
  Metadata:
    major_brand     : isom
    minor_version   : 1
    compatible_brands: isomavc1
    creation_time   : 2011-06-21 10:32:07
    encoder         : Lavf52.92.0
    Stream #0.0(und): Video: avc1 / 0x31637661, yuv420p, 1280x720 [PAR 1:1 DAR 1
6:9], q=2-31, 870 kb/s, 90k tbn, 23.98 tbc
    Metadata:
      creation_time   : 2011-06-21 10:32:07
    Stream #0.1(und): Audio: ac3, 48000 Hz, stereo, flt, 128 kb/s
    Metadata:
      creation_time   : 2011-06-21 10:32:20
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 1464 fps=1448 q=-1.0 size=   12579kB time=61.06 bitrate=1687.6kbits/s
frame= 2820 fps=1866 q=-1.0 size=   20003kB time=117.62 bitrate=1393.2kbits/s
frame= 4049 fps=2013 q=-1.0 size=   28933kB time=168.88 bitrate=1403.5kbits/s
frame= 5292 fps=2107 q=-1.0 size=   34097kB time=220.72 bitrate=1265.5kbits/s
frame= 6265 fps=2081 q=-1.0 size=   38270kB time=261.30 bitrate=1199.8kbits/s
frame= 7162 fps=2040 q=-1.0 size=   43289kB time=298.72 bitrate=1187.2kbits/s
frame= 8493 fps=2117 q=-1.0 size=   51426kB time=354.23 bitrate=1189.3kbits/s
frame= 9736 fps=2158 q=-1.0 size=   57909kB time=406.07 bitrate=1168.2kbits/s
frame=11056 fps=2206 q=-1.0 size=   64517kB time=461.13 bitrate=1146.2kbits/s
frame=12442 fps=2258 q=-1.0 size=   70525kB time=518.94 bitrate=1113.3kbits/s
frame=13861 fps=2306 q=-1.0 size=   77021kB time=578.12 bitrate=1091.4kbits/s
frame=14818 fps=2276 q=-1.0 size=   81785kB time=618.03 bitrate=1084.1kbits/s
frame=16050 fps=2289 q=-1.0 size=   88826kB time=669.42 bitrate=1087.0kbits/s
frame=17348 fps=2310 q=-1.0 size=   96452kB time=723.56 bitrate=1092.0kbits/s
frame=18735 fps=2339 q=-1.0 size=  102024kB time=781.41 bitrate=1069.6kbits/s
frame=19724 fps=2317 q=-1.0 size=  106532kB time=822.66 bitrate=1060.9kbits/s
frame=21110 fps=2343 q=-1.0 size=  112585kB time=880.46 bitrate=1047.5kbits/s
frame=22507 fps=2366 q=-1.0 size=  118905kB time=938.73 bitrate=1037.7kbits/s
frame=23948 fps=2392 q=-1.0 size=  125874kB time=998.83 bitrate=1032.4kbits/s
frame=25057 fps=2384 q=-1.0 size=  131009kB time=1045.09 bitrate=1026.9kbits/s
frame=26390 fps=2397 q=-1.0 size=  137089kB time=1100.68 bitrate=1020.3kbits/s
frame=26884 fps=2334 q=-1.0 size=  142675kB time=1121.29 bitrate=1042.4kbits/s
frame=27380 fps=2278 q=-1.0 size=  151173kB time=1141.97 bitrate=1084.4kbits/s
frame=27963 fps=2230 q=-1.0 size=  160746kB time=1166.29 bitrate=1129.1kbits/s
frame=29107 fps=2233 q=-1.0 size=  170132kB time=1214.00 bitrate=1148.0kbits/s
frame=30251 fps=2235 q=-1.0 size=  177993kB time=1261.72 bitrate=1155.7kbits/s
frame=30658 fps=2184 q=-1.0 size=  180776kB time=1278.69 bitrate=1158.1kbits/s
frame=31182 fps=2143 q=-1.0 size=  183958kB time=1300.55 bitrate=1158.7kbits/s
frame=32539 fps=2162 q=-1.0 size=  191567kB time=1357.15 bitrate=1156.3kbits/s
frame=33908 fps=2181 q=-1.0 size=  197888kB time=1414.25 bitrate=1146.3kbits/s
frame=34849 fps=2171 q=-1.0 size=  201661kB time=1453.49 bitrate=1136.6kbits/s
frame=34850 fps=1745 q=-1.0 size=  201666kB time=1453.54 bitrate=1136.6kbits/s
frame=35993 fps=1759 q=-1.0 size=  207035kB time=1501.21 bitrate=1129.8kbits/s
frame=36746 fps=1753 q=-1.0 size=  210097kB time=1532.61 bitrate=1123.0kbits/s
frame=37247 fps=1735 q=-1.0 size=  213148kB time=1553.51 bitrate=1124.0kbits/s
frame=37731 fps=1718 q=-1.0 size=  216212kB time=1573.70 bitrate=1125.5kbits/s
frame=38094 fps=1693 q=-1.0 size=  220468kB time=1588.84 bitrate=1136.7kbits/s
frame=38707 fps=1683 q=-1.0 size=  226591kB time=1614.40 bitrate=1149.8kbits/s
frame=39777 fps=1692 q=-1.0 size=  236850kB time=1659.03 bitrate=1169.5kbits/s
frame=41020 fps=1709 q=-1.0 size=  248762kB time=1710.88 bitrate=1191.1kbits/s
frame=41922 fps=1711 q=-1.0 size=  255763kB time=1748.50 bitrate=1198.3kbits/s
frame=43220 fps=1729 q=-1.0 size=  264085kB time=1802.63 bitrate=1200.1kbits/s
frame=44364 fps=1740 q=-1.0 size=  275512kB time=1850.35 bitrate=1219.8kbits/s
frame=45497 fps=1750 q=-1.0 size=  285658kB time=1897.60 bitrate=1233.2kbits/s
frame=46454 fps=1753 q=-1.0 size=  291809kB time=1937.52 bitrate=1233.8kbits/s
frame=47026 fps=1742 q=-1.0 size=  295097kB time=1961.38 bitrate=1232.5kbits/s
frame=48445 fps=1761 q=-1.0 size=  301476kB time=2020.56 bitrate=1222.3kbits/s
frame=49875 fps=1781 q=-1.0 size=  306983kB time=2080.20 bitrate=1208.9kbits/s
frame=51081 fps=1789 q=-1.0 size=  310029kB time=2130.50 bitrate=1192.1kbits/s
frame=52394 fps=1804 q=-1.0 size=  315876kB time=2185.27 bitrate=1184.1kbits/s
frame=53626 fps=1815 q=-1.0 size=  324036kB time=2236.65 bitrate=1186.8kbits/s
frame=54586 fps=1817 q=-1.0 size=  329673kB time=2276.69 bitrate=1186.2kbits/s
frame=55067 fps=1802 q=-1.0 size=  332900kB time=2296.75 bitrate=1187.4kbits/s
frame=56068 fps=1805 q=-1.0 size=  340051kB time=2338.50 bitrate=1191.2kbits/s
frame=57333 fps=1816 q=-1.0 size=  345919kB time=2391.26 bitrate=1185.1kbits/s
frame=58543 fps=1826 q=-1.0 size=  352551kB time=2441.73 bitrate=1182.8kbits/s
frame=59126 fps=1816 q=-1.0 size=  355433kB time=2466.05 bitrate=1180.7kbits/s
frame=59797 fps=1809 q=-1.0 size=  358522kB time=2494.03 bitrate=1177.6kbits/s
frame=60985 fps=1817 q=-1.0 size=  363791kB time=2543.58 bitrate=1171.6kbits/s
frame=62228 fps=1827 q=-1.0 size=  368106kB time=2595.43 bitrate=1161.9kbits/s
frame=62800 fps=1817 q=-1.0 size=  371823kB time=2619.28 bitrate=1162.9kbits/s
frame=63526 fps=1812 q=-1.0 size=  376725kB time=2649.56 bitrate=1164.8kbits/s
frame=63944 fps=1798 q=-1.0 size=  380222kB time=2667.00 bitrate=1167.9kbits/s
frame=64494 fps=1788 q=-1.0 size=  384030kB time=2689.94 bitrate=1169.5kbits/s
frame=65286 fps=1785 q=-1.0 size=  387149kB time=2722.97 bitrate=1164.7kbits/s
frame=66419 fps=1792 q=-1.0 size=  391460kB time=2770.23 bitrate=1157.6kbits/s
frame=66991 fps=1783 q=-1.0 size=  393851kB time=2794.08 bitrate=1154.7kbits/s
frame=67517 fps=1773 q=-1.0 size=  396102kB time=2816.02 bitrate=1152.3kbits/s
frame=67921 fps=1761 q=-1.0 size=  397935kB time=2832.87 bitrate=1150.7kbits/s
frame=68344 fps=1748 q=-1.0 size=  400056kB time=2850.51 bitrate=1149.7kbits/s
frame=68833 fps=1738 q=-1.0 size=  402198kB time=2870.91 bitrate=1147.7kbits/s
frame=69576 fps=1735 q=-1.0 size=  405197kB time=2901.90 bitrate=1143.9kbits/s
frame=70098 fps=1726 q=-1.0 size=  408317kB time=2923.67 bitrate=1144.1kbits/s
frame=71237 fps=1733 q=-1.0 size=  413269kB time=2971.18 bitrate=1139.4kbits/s
frame=72337 fps=1738 q=-1.0 size=  417528kB time=3017.06 bitrate=1133.7kbits/s
frame=73580 fps=1747 q=-1.0 size=  424069kB time=3068.90 bitrate=1132.0kbits/s
frame=74141 fps=1740 q=-1.0 size=  427291kB time=3092.30 bitrate=1132.0kbits/s
frame=75197 fps=1744 q=-1.0 size=  432635kB time=3136.34 bitrate=1130.0kbits/s
frame=76440 fps=1753 q=-1.0 size=  437787kB time=3188.18 bitrate=1124.9kbits/s
frame=77428 fps=1755 q=-1.0 size=  443758kB time=3229.39 bitrate=1125.7kbits/s
frame=77975 fps=1747 q=-1.0 size=  447001kB time=3252.21 bitrate=1126.0kbits/s
frame=79003 fps=1750 q=-1.0 size=  452100kB time=3295.08 bitrate=1124.0kbits/s
frame=80235 fps=1758 q=-1.0 size=  456888kB time=3346.47 bitrate=1118.4kbits/s
frame=81511 fps=1767 q=-1.0 size=  462150kB time=3399.69 bitrate=1113.6kbits/s
frame=82710 fps=1773 q=-1.0 size=  464842kB time=3449.70 bitrate=1103.9kbits/s
frame=83591 fps=1780 q=-1.0 Lsize=  468880kB time=3486.44 bitrate=1101.7kbits/s

video:370324kB audio:54482kB global headers:0kB muxing overhead 10.375094%
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Tue Jul 12, 2011 7:02 pm

Re: 96k tbn vs 24k tbn

Have you tried to copy the transcoded file straight into your serviio video directory.

  Code:
G:\Transcode\temp\Serviio\transcoding-temp-15-MPEG2
TS.stf


I wonder if it maybe something like this problem?


http://forum.serviio.org/viewtopic.php?f=5&t=1239
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Tue Jul 12, 2011 8:47 pm

Re: 96k tbn vs 24k tbn

I had to rename it to .avi to get serviio to recognize it. It still does not work. Colours from previous frames stick around. It might be my imagination, but it seems to look less horrible than before. Still, it's not a joy to watch, with the complete picture getting mauled into artifacts on every cut. It works fine with VLC, but so did the original.

I'm stumped.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Jul 13, 2011 6:45 am

Re: 96k tbn vs 24k tbn

Could you try with latest ffmpeg builds: http://ffmpeg.zeranoe.com/builds/win32/ ... -static.7z
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Wed Jul 13, 2011 5:46 pm

Re: 96k tbn vs 24k tbn

Using a newer ffmpeg.exe didn't fix it either, sadly.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Wed Jul 13, 2011 5:49 pm

Re: 96k tbn vs 24k tbn

How big are these files?
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Kdansky

Serviio newbie

Posts: 7

Joined: Sun Jul 10, 2011 9:10 pm

Post Wed Jul 13, 2011 8:05 pm

Re: 96k tbn vs 24k tbn

Smallish, 400 MB each, which isn't much for their length of roughly one hour. I've watched 1.5 GB files (some content, different encoding in an mkv, transcoded fine) without issue. If you want, I could upload the one that does not work, but I guess without a Panasonic, you'll hardly be able to see the problem.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Wed Jul 13, 2011 9:01 pm

Re: 96k tbn vs 24k tbn

well we someone that has one might be able to help, or it may be a problem for everyone.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging

Return to Panasonic

Who is online

Users browsing this forum: No registered users and 22 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.