AVI files playing choppy
Any ideas?
NX3 wrote:Post the mediainfo for one of the files...
Illico wrote:Please : viewtopic.php?f=5&t=4510
jdavistdi wrote:Video
Format : DV
Bit rate mode : Constant
Bit rate : 24.4 Mbps
Encoded bit rate : 28.8 Mbps
Audio
Format : PCM
Bit rate mode : Constant
Bit rate : 1 024 Kbps
Illico wrote:jdavistdi wrote:Video
Format : DV
Bit rate mode : Constant
Bit rate : 24.4 Mbps
Encoded bit rate : 28.8 Mbps
Audio
Format : PCM
Bit rate mode : Constant
Bit rate : 1 024 Kbps
This i a very high video bitrate, not sure if this format is delivered in native format or transcoded (could you confirm, with detailed log), but you should have a good network settings for this video to be played flawlessly.
<Profile id="custom" name="Sony BDP custom" extendsProfileId="bdp2012">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" >
<Matches container="avi" vCodec="dvvideo" profile="lpcm" />
</Video>
</Transcoding>
</Profile>
Illico wrote:if its Sony BDP 2012 profile,
You can try to add a custom profile for your DV video, by adding the following lines just before the last </Profiles> element in ../serviio/config/profiles.xml:
- Code:
<Profile id="custom" name="Sony BDP custom" extendsProfileId="bdp2012">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" >
<Matches container="avi" vCodec="dvvideo" profile="lpcm" />
</Video>
</Transcoding>
</Profile>
Users browsing this forum: No registered users and 18 guests