Thank you for your help MastaG, I'm about to test another GStreamer since the start of a streaming link,
the picture for 5 seconds pixelated is anyway the picture is clear.
So I wanted the GStreamer downgrade to test.
And one last question, I have an AVI file with codec FMP4, with
GStreamer 0.10.36 I have picture and sound.
With GStreamer 1.51 or 1.60 only sound and no Picture.
Video
ID : 0
Format : MPEG-4 Visual
Format profile : Simple@L1
Format settings, BVOP : Nein
Format settings, QPel : Nein
Format settings, GMC : Keine warppoints
Format settings, Matrix : Default (H.263)
Codec ID : FMP4
Duration : 1h 25min
Bit rate : 3 097 Kbps
Width : 800 Pixel
Height : 450 Pixel
Display aspect ratio : 16:9
Frame rate : 30,000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : progressiv
Bits/(Pixel*Frame) : 0.287
Stream size : 1,85 GiB (96%)
Writing library : Lavc53.61.100
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Mode extension : MS Stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 1h 25min
Bit rate mode : konstant
Bit rate : 128 Kbps
Channel(s) : 2 Kanäle
Sampling rate : 48,0 KHz
Stream size : 78,4 MiB (4%)
Alignment : Ausgerichtet an Interleaves
Interleave, duration : 24 ms (0,72 Video-Frame)
Could you tell me what I should enter, if I build an image,
with lower GStreamer as 1.59 or 1.51, because me this
interested and I even get to this will, thank you for your Patience.
Looks that the files converted with default ffmpeg settings to not run fine everywhere anymore. Just use command :
ffmpeg -i Wildlife.wmv -vtag DX50 Wildlife.avi
Output #0, avi, to 'Wildlife.avi':
Metadata:
SfOriginalFPS : 299700
WMFSDKVersion : 11.0.6001.7000
WMFSDKNeeded : 0.0.0.0000
ICMT : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
INAM : Wildlife in HD
ICOP : © 2008 Microsoft Corporation
IsVBR : 0
DeviceConformanceTemplate: AP@L3
NumberOfFrames : 901
ISFT : Lavf57.11.100
Stream #0:0(eng): Video: mpeg4 (DX50 / 0x30355844), yuv420p, 1280x720, q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn, 29.97 tbc
Metadata:
encoder : Lavc57.11.100 mpeg4
Stream #0:1(eng): Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp
Metadata:
encoder : Lavc57.11.100 libmp3lame
Stream mapping:
Stream #0:1 -> #0:0 (vc1 (native) -> mpeg4 (native))
Stream #0:0 -> #0:1 (wmav2 (native) -> mp3 (libmp3lame))
This runs fine on stb's.
and will give same size off file like the default
Edited by christophecvr, 27 October 2015 - 17:23.