Transcoding H264 to divx xvid etc

Hi!
I try search some solution to transcoding h264 to divx or xvid, i try some idea, but no success. The datas:
The source file:
ffmpeg -i
mediainfo:
The videos recorded on toshiba camileo x100.
The serviio run on a debian box (squeeze)
Te television is a Samsung LE32D550
On playing the tv drop an error message "unknown format" I dont see the logs the converting. The log is on debug level.
I try this in profile "<Profile id="7" name="Samsung TV / player (C/D/E-series)" extendsProfileId="1">"
I need all H264 to convert any level.
the full profile is now:
Any idea? Where i went wrong?
Kormen
I try search some solution to transcoding h264 to divx or xvid, i try some idea, but no success. The datas:
The source file:
ffmpeg -i
- Code:
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 3 2012 12:30:46 with gcc 4.4.5
configuration:
libavutil 51. 64.100 / 51. 64.100
libavcodec 54. 33.100 / 54. 33.100
libavformat 54. 15.102 / 54. 15.102
libavdevice 54. 1.100 / 54. 1.100
libavfilter 3. 1.100 / 3. 1.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
[avi @ 0x1564120] Something went wrong during header parsing, I will ignore it and try to continue anyway.
Input #0, avi, from '/home/lada/Cam-videók/IM010268.AVI':
Metadata:
date : 2010-03-26
ICRT : 02:59:22
comment :
Duration: 03:05:36.70, start: 0.000000, bitrate: 1505 kb/s
Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuv420p, 432x240 [SAR 1:1 DAR 9:5], SAR 80:81 DAR 16:9, 30 fps, 30 tbr, 30 tbn, 224 tbc
At least one output file must be specified
mediainfo:
- Code:
General
Complete name : /home/lada/Cam-videók/IM010268.AVI
Format : AVI
Format/Info : Audio Video Interleave
File size : 1.95 GiB
Duration : 3h 5mn
Overall bit rate mode : Variable
Overall bit rate : 1 505 Kbps
Recorded date : 2010-03-26
Writing library : AMBA
ICRT : 02:59:22
Video
ID : 0
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Format settings, GOP : M=3, N=15
Codec ID : H264
Duration : 3h 5mn
Bit rate mode : Variable
Bit rate : 1 500 Kbps
Maximum bit rate : 12.0 Mbps
Width : 432 pixels
Height : 240 pixels
Display aspect ratio : 16:9
Original display aspect ratio : 16:9
Frame rate : 30.000 fps
Original frame rate : 112.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.482
Stream size : 1.95 GiB (100%)
The videos recorded on toshiba camileo x100.
The serviio run on a debian box (squeeze)
Te television is a Samsung LE32D550
On playing the tv drop an error message "unknown format" I dont see the logs the converting. The log is on debug level.
I try this in profile "<Profile id="7" name="Samsung TV / player (C/D/E-series)" extendsProfileId="1">"
I need all H264 to convert any level.
the full profile is now:
- Code:
<Profile id="7" name="Samsung TV / player (C/D/E-series)" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
<Detection>
<UPnPSearch>
<FriendlyName>(^TV-\d{2}C\d{3}.*)|(^\[TV\][A-Z]{2}\d{2}(D|E)[A-Z]?\d{3,4}.*)</FriendlyName>
<ModelNumber>(1\.0)|(AllShare1\.0)</ModelNumber>
</UPnPSearch>
<HttpHeaders>
<!-- for BD players -->
<User-Agent>(.*SEC_HHP_BD-[CDE].*)|(.*SEC_HHP_\[(HT|BD)\][CDE].*)</User-Agent>
</HttpHeaders>
</Detection>
<DeviceDescription>
<ExtraElements>
<sec:ProductCap>smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec</sec:ProductCap>
<sec:X_ProductCap>smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec</sec:X_ProductCap>
</ExtraElements>
</DeviceDescription>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/x-mkv">MATROSKA</MediaFormatProfile>
<MediaFormatProfile mime-type="video/x-msvideo" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<ContentDirectoryDefinitionFilter>org.serviio.upnp.service.contentdirectory.definition.SamsungContentDirectoryDefinitionFilter</ContentDirectoryDefiniti
onFilter>
<H264LevelCheck>FILE_ATTRIBUTES</H264LevelCheck>
<Transcoding>
<Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192">
<Matches container="avi" vCodec="h264" />
</Video>
<!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
<Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192">
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.1" />
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="mp4" vCodec="dvvideo" />
<Matches container="mp4" vCodec="mjpeg" />
</Video>
<!-- transcode H264 MP4 files with LPCM audio -->
<Video targetContainer="m2ts" targetACodec="ac3">
<Matches container="mpegts" aCodec="mp2" />
<Matches container="mp4" aCodec="lpcm" />
<Matches container="flv" vCodec="h264" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="matroska" vCodec="h264" aCodec="truehd" />
<Matches container="matroska" vCodec="vc1" />
<Matches container="ogg" vCodec="mpeg4" />
<Matches container="3gp" aCodec="amrnb" />
</Video>
<!-- transcode MKV with MPEG2 video, remux into mpeg2ts -->
<!-- transcode AVI with AVC video -->
<Video targetContainer="m2ts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="matroska" vCodec="mpeg2video" />
<Matches container="matroska" vCodec="vp8" />
<Matches container="avi" vCodec="h264" />
<Matches container="avi" vCodec="mjpeg" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="flv" />
<Matches container="ogg" />
<Matches container="rm" />
</Video>
<!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
<Video targetContainer="m2ts" targetACodec="ac3" forceVTranscoding="true">
<Matches container="asf" vCodec="mpeg2video" />
<Matches container="asf" vCodec="mpeg1video" />
</Video>
<Video targetContainer="m2ts">
<Matches container="wtv" />
</Video>
<!-- transcode audio only for wmv with wmapro -->
<Video targetContainer="asf" targetACodec="ac3" aBitrate="256">
<Matches container="asf" aCodec="wmapro" />
</Video>
<Audio targetContainer="lpcm">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="adts" />
</Audio>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="m2ts" targetACodec="ac3" aBitrate="384">
<Matches container="mp4" vCodec="h264" />
<Matches container="applehttp" vCodec="h264"/>
</Video>
<Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="mp4" />
<Matches container="asf" /> <!-- mms -->
</Video>
</OnlineTranscoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
<LimitImageResolution>false</LimitImageResolution>
<SubtitlesMimeType>smi/caption</SubtitlesMimeType>
</Profile>
Any idea? Where i went wrong?
Kormen