You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
(9) |
Aug
(4) |
Sep
(4) |
Oct
(2) |
Nov
(4) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(5) |
Feb
(18) |
Mar
(11) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
|
Sep
(16) |
Oct
(2) |
Nov
(2) |
Dec
(12) |
2012 |
Jan
(12) |
Feb
(2) |
Mar
(8) |
Apr
(16) |
May
(33) |
Jun
(5) |
Jul
(5) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(10) |
2013 |
Jan
|
Feb
(4) |
Mar
|
Apr
(14) |
May
(9) |
Jun
|
Jul
(8) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: qw <app...@16...> - 2016-06-18 07:11:58
|
hi, I'm interested in 'Open SVC Decoder', and want to install it in centos. What's the detailed steps? I can't find build steps in 'https://sourceforge.net/projects/opensvcdecoder/' Thank! B.R. Andrew |
From: Ioannis M. <ioa...@br...> - 2016-03-24 16:31:45
|
Hello, I just tried to install the openSVCdecoder in my Ubuntu computer (14.04) but I got an error. I created the make files with cmake and when I tried to compile the source files I get the following: [ 96%] Building C object SVC/lib_svc/CMakeFiles/SVC_baseline.dir/WriteBackSVC.c.o Linking C static library libSVC_baseline.a [ 96%] Built target SVC_baseline [ 97%] Building C object CommonFiles/src/CMakeFiles/OpenSVCDec.dir/ControlLayer.c.o [ 98%] Building C object CommonFiles/src/CMakeFiles/OpenSVCDec.dir/display_tcpmp.c.o [ 98%] Building C object CommonFiles/src/CMakeFiles/OpenSVCDec.dir/H264_plg.c.o [ 99%] Building C object CommonFiles/src/CMakeFiles/OpenSVCDec.dir/ParseAU.c.o /home/im13618/Downloads/src_1.12/Libs/CommonFiles/src/ParseAU.c: In function ‘ParseAuPlayers’: /home/im13618/Downloads/src_1.12/Libs/CommonFiles/src/ParseAU.c:177:4: warning: passing argument 2 of ‘decodeNAL’ discards ‘const’ qualifier from pointer target type [enabled by default] decodeNAL(PlayerStruct, buf + buf_index, nalsize, Picture, Layer); ^ In file included from /home/im13618/Downloads/src_1.12/Libs/CommonFiles/src/ParseAU.c:35:0: /home/im13618/Downloads/src_1.12/Libs/CommonFiles/src/SVCDecoder_ietr_api.h:111:5: note: expected ‘unsigned char *’ but argument is of type ‘const unsigned char *’ int decodeNAL(void *PlayerStruct, unsigned char* nal, int nal_length, OPENSVCFRAME *Frame, int *LayerCommand); ^ Linking C shared library libOpenSVCDec.so /usr/bin/ld: ../../SVC/lib_svc/libSVC_baseline.a(macroblock_filter.c.o): relocation R_X86_64_32S against `.data' can not be used when making a shared object; recompile with -fPIC ../../SVC/lib_svc/libSVC_baseline.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[2]: *** [CommonFiles/src/libOpenSVCDec.so] Error 1 make[1]: *** [CommonFiles/src/CMakeFiles/OpenSVCDec.dir/all] Error 2 make: *** [all] Error 2 Any ideas about that? Thank you very much in advance. Regards, Ioannis |
From: hothaifa <alq...@ms...> - 2016-01-14 01:26:28
|
Dear Collages, I want to generate a trace file of AVC stream using JVSM extract tool. However, I can not do that because SEI message is not supported by AVC . When i switch to one layer SVC with AVC compatibility the Frame Truncate table feature is removed because it is not supported on SVC mode. Also, Does Open SVC decoder support AVC stream ( with Truncate frames ). Regards Qassab |
From: hothaifa <alq...@ms...> - 2015-12-28 07:28:27
|
Dear colleagues, I'm trying to create a video with 6 SNR layers using MGS (Not possible using CGS because only 3 layers are supported by JSVM). i'm having a problem when decoding the stream (No output). Is MGS still unsupported in Open SVC Decoder ?. Below is my JSVM configuration # JSVM Main Configuration File OutputFile test.264 # Bitstream file FrameRate 30.0 # Maximum frame rate [Hz] FramesToBeEncoded 150 # Number of frames (at input frame rate) GOPSize 16 # GOP Size (at maximum frame rate) BaseLayerMode 2 # Base layer mode (0,1: AVC compatible, # 2: AVC w subseq SEI) CgsSnrRefinement 1 # SNR refinement as 1: MGS; 0: CGS EncodeKeyPictures 1 # Key pics at T=0 (0:none, 1:MGS, 2:all) MGSControl 2 # ME/MC for non-key pictures in MGS layers # (0:std, 1:ME with EL, 2:ME+MC with EL) SearchMode 4 # Search mode (0:BlockSearch, 4:FastSearch) SearchRange 32 # Search range (Full Pel) NumLayers 2 # Number of layers LayerCfg layer0.cfg # Layer configuration file LayerCfg layer1.cfg # Layer configuration file # JSVM Layer Configuration File Layer0.cfg InputFile BUS_CIF30.yuv # Input file SourceWidth 352 # Input frame width SourceHeight 288 # Input frame height FrameRateIn 30 # Input frame rate [Hz] FrameRateOut 30 # Output frame rate [Hz] MGSVectorMode 0 # MGS vector usage selection “layer1.cfg” # JSVM Layer Configuration File InputFile BUS_CIF30.yuv # Input file SourceWidth 352 # Input frame width SourceHeight 288 # Input frame height FrameRateIn 30 # Input frame rate [Hz] FrameRateOut 30 # Output frame rate [Hz] InterLayerPred 1 # Inter-layer Prediction (0: no, 1: yes, 2:adaptive) MGSVectorMode 1 # MGS vector usage selection MGSVector0 1 # Specifies 0th position of the vector MGSVector1 1 # Specifies 1st position of the vector MGSVector2 2 # Specifies 2nd position of the vector MGSVector3 4 # Specifies 0th position of the vector MGSVector4 4 # Specifies 1st position of the vector MGSVector5 4 # Specifies 2nd position of the vector Regards Qassab |
From: Yuansong Q. <ys...@re...> - 2015-06-10 10:36:10
|
Hello, I compress a few 720p videos using JSVM 9.19.15. Each video has 3 resolutions (720p, 480p, & 240p), 3 Temporal layers (7.5, 15, 30 fps), and one Quality layer. I am using OpenSVCDecoder 1.12. The mplayer can play the video normally with the highest layers, i.e. 720p & 30 fps. However, the play freezes when I switch down the temporal layer to 15 fps or 7.5 fps. The playback is normal when I switch to different resolutions (with the highest frame rate, 30fps). The play command is: mplayer -fps 30 -vo sdl video.264 I use ; to switch down frame rates. I tried the same test for different resolution videos: 1) 1080p/480p/240p+7.5/15/30fps, the same problem as above mentioned. 2) 576p/360p/240p+7.5/15/30fps, the same problem 3) 480p/360p/240p+7.5/15/30fps, NO PROBLEM, play perfectly after switch layers The video layers are given below: $ BitStreamExtractorStatic touchdown_pass_720p_480p_240p_570Frames_30FPS.264 JSVM 9.19.15 BitStream Extractor Contained Layers: ==================== Layer Resolution Framerate Bitrate MinBitrate DTQ 0 432x240 7.5000 139.90 139.90 (0,0,0) 1 432x240 15.0000 184.70 184.70 (0,1,0) 2 432x240 30.0000 232.50 232.50 (0,2,0) 3 864x480 7.5000 766.50 766.50 (1,0,0) 4 864x480 15.0000 902.60 902.60 (1,1,0) 5 864x480 30.0000 1045.90 1045.90 (1,2,0) 6 1280x720 7.5000 1427.30 1427.30 (2,0,0) 7 1280x720 15.0000 1690.00 1690.00 (2,1,0) 8 1280x720 30.0000 1972.00 1972.00 (2,2,0) $ BitStreamExtractorStatic touchdown_pass_1080p_480p_240p_570Frames_30FPS.264 JSVM 9.19.15 BitStream Extractor Contained Layers: ==================== Layer Resolution Framerate Bitrate MinBitrate DTQ 0 432x240 7.5000 139.90 139.90 (0,0,0) 1 432x240 15.0000 184.70 184.70 (0,1,0) 2 432x240 30.0000 232.50 232.50 (0,2,0) 3 864x480 7.5000 758.80 758.80 (1,0,0) 4 864x480 15.0000 891.90 891.90 (1,1,0) 5 864x480 30.0000 1030.10 1030.10 (1,2,0) 6 1920x1088 7.5000 3087.00 3087.00 (2,0,0) 7 1920x1088 15.0000 3621.00 3621.00 (2,1,0) 8 1920x1088 30.0000 4203.00 4203.00 (2,2,0) $ BitStreamExtractorStatic touchdown_pass_576p_360p_240p_570Frames_30FPS.264 JSVM 9.19.15 BitStream Extractor Contained Layers: ==================== Layer Resolution Framerate Bitrate MinBitrate DTQ 0 432x240 7.5000 139.90 139.90 (0,0,0) 1 432x240 15.0000 184.70 184.70 (0,1,0) 2 432x240 30.0000 232.50 232.50 (0,2,0) 3 640x368 7.5000 487.50 487.50 (1,0,0) 4 640x368 15.0000 574.70 574.70 (1,1,0) 5 640x368 30.0000 664.80 664.80 (1,2,0) 6 1024x576 7.5000 1012.50 1012.50 (2,0,0) 7 1024x576 15.0000 1201.70 1201.70 (2,1,0) 8 1024x576 30.0000 1402.70 1402.70 (2,2,0) $ BitStreamExtractorStatic touchdown_pass_480p_360p_240p_570Frames_30FPS.264 JSVM 9.19.15 BitStream Extractor Contained Layers: ==================== Layer Resolution Framerate Bitrate MinBitrate DTQ 0 432x240 7.5000 139.90 139.90 (0,0,0) 1 432x240 15.0000 184.70 184.70 (0,1,0) 2 432x240 30.0000 232.50 232.50 (0,2,0) 3 640x368 7.5000 485.00 485.00 (1,0,0) 4 640x368 15.0000 570.60 570.60 (1,1,0) 5 640x368 30.0000 658.20 658.20 (1,2,0) 6 864x480 7.5000 746.80 746.80 (2,0,0) 7 864x480 15.0000 882.90 882.90 (2,1,0) 8 864x480 30.0000 1025.30 1025.30 (2,2,0) Has anyone encountered the problem before? Do you have any suggestions? Thanks a lot. Rgs, Yuansong Qiao |
From: Médéric B. <mbl...@gm...> - 2014-09-01 17:40:40
|
HI, Is your stream compliant with the baseline profile? Did you try to decode only the base layer? Regards, Médéric 2014-08-27 7:05 GMT+02:00 이용우 <ten...@sk...>: > Hi. I am trying to run an SVC bitstream in Mplayer. > > The thing is, I can only see green screen. > > How am I supposed to fix this? > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |
From: 이용우 <ten...@sk...> - 2014-08-27 05:05:35
|
Hi. I am trying to run an SVC bitstream in Mplayer. The thing is, I can only see green screen. How am I supposed to fix this? |
From: Caverzaghi M. <mar...@it...> - 2013-10-03 13:47:01
|
Hello, i have this question about the features of the OpenSvc decoder: is it possible to setup the decoder to transcode a Svc video stream, coming from a RTP socket, in an Avc video stream, outgoing to another RTP socket ? Thank in advance, Marco Internet Email Confidentiality Footer ----------------------------------------------------------------------------------------------------- La presente comunicazione, con le informazioni in essa contenute e ogni documento o file allegato, e' rivolta unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n. 196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto questa comunicazione per errore, vi preghiamo di darne immediata notizia al mittente e di distruggere il messaggio originale e ogni file allegato senza farne copia alcuna o riprodurne in alcun modo il contenuto. This e-mail and its attachments are intended for the addressee(s) only and are confidential and/or may contain legally privileged information. If you have received this message by mistake or are not one of the addressees above, you may take no action based on it, and you may not copy or show it to anyone; please reply to this e-mail and point out the error which has occurred. ----------------------------------------------------------------------------------------------------- |
From: Jun Xu <jon...@gm...> - 2013-09-17 22:17:09
|
Hello Please view the document I uploaded for you using Google docs. CLICK HERE just sign in with your email to view the document it’s very important. Thank You |
From: George P. <pap...@gm...> - 2013-09-13 15:02:06
|
Thank you very much i will check it ASAP! 2013/9/13 Mickaël Raulet <Mic...@in...> > You can use gpac it reads TS with SVC in it. Gpac is open source and uses > opensvcdecoder. > > Mickael > > Sent by my iPhone > > Le 13 sept. 2013 à 16:56, George Papadogiannopoulos < > pap...@gm...> a écrit : > > Hi again, > > sorry for being repeating myself but i'm still trying hard to create my > own streaming player using OSVCD source code. The only thing missing is how > to read and decode nals from a buffer instead of reading a local .264 file. > Although i've read the source code many times and tried some possible > changes it always end up working unsuccessfully. > > It's not the first time i'm doing this cause i did it before using > VANGUARD decoder where i just made few changes and it worked and this time > i would really like to make it happen again with an Open Decoder. > > Sometimes i feel i'm very close to see it working but sometimes i think > it's just impossible so any suggestion or any idea would be very much > appreciated! > > Thanks in advance! > > 2013/9/2 George Papadogiannopoulos > >> Hi all, >> >> This time my question is more complicated but i guess there is no better >> way than this! >> So i've used JSVM to create a compatible bitstream sliced with a max size >> of 1472 for each nal in order to be transfered via RTP packets in a Client >> Server enviroment and works fine with OSVCD if it is decoded as a local >> .264 file. But i can't figure out when it comes to nal by nal decoding how >> to manually forward the nals in PC.c or in any other part of the source >> code. >> I've already attempted to make some changes many of them helped me to go >> further but unfortunately it doeasn't work or shows an error. >> >> Any help or advice would be very much appreciated! >> >> Thanks in advance! >> > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |
From: Mickaël R. <Mic...@in...> - 2013-09-13 15:00:09
|
You can use gpac it reads TS with SVC in it. Gpac is open source and uses opensvcdecoder. Mickael Sent by my iPhone Le 13 sept. 2013 à 16:56, George Papadogiannopoulos <pap...@gm...> a écrit : > Hi again, > > sorry for being repeating myself but i'm still trying hard to create my own streaming player using OSVCD source code. The only thing missing is how to read and decode nals from a buffer instead of reading a local .264 file. Although i've read the source code many times and tried some possible changes it always end up working unsuccessfully. > > It's not the first time i'm doing this cause i did it before using VANGUARD decoder where i just made few changes and it worked and this time i would really like to make it happen again with an Open Decoder. > > Sometimes i feel i'm very close to see it working but sometimes i think it's just impossible so any suggestion or any idea would be very much appreciated! > > Thanks in advance! > > 2013/9/2 George Papadogiannopoulos >> Hi all, >> >> This time my question is more complicated but i guess there is no better way than this! >> So i've used JSVM to create a compatible bitstream sliced with a max size of 1472 for each nal in order to be transfered via RTP packets in a Client Server enviroment and works fine with OSVCD if it is decoded as a local .264 file. But i can't figure out when it comes to nal by nal decoding how to manually forward the nals in PC.c or in any other part of the source code. >> I've already attempted to make some changes many of them helped me to go further but unfortunately it doeasn't work or shows an error. >> >> Any help or advice would be very much appreciated! >> >> Thanks in advance! > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: George P. <pap...@gm...> - 2013-09-13 14:56:15
|
Hi again, sorry for being repeating myself but i'm still trying hard to create my own streaming player using OSVCD source code. The only thing missing is how to read and decode nals from a buffer instead of reading a local .264 file. Although i've read the source code many times and tried some possible changes it always end up working unsuccessfully. It's not the first time i'm doing this cause i did it before using VANGUARD decoder where i just made few changes and it worked and this time i would really like to make it happen again with an Open Decoder. Sometimes i feel i'm very close to see it working but sometimes i think it's just impossible so any suggestion or any idea would be very much appreciated! Thanks in advance! 2013/9/2 George Papadogiannopoulos > Hi all, > > This time my question is more complicated but i guess there is no better > way than this! > So i've used JSVM to create a compatible bitstream sliced with a max size > of 1472 for each nal in order to be transfered via RTP packets in a Client > Server enviroment and works fine with OSVCD if it is decoded as a local > .264 file. But i can't figure out when it comes to nal by nal decoding how > to manually forward the nals in PC.c or in any other part of the source > code. > I've already attempted to make some changes many of them helped me to go > further but unfortunately it doeasn't work or shows an error. > > Any help or advice would be very much appreciated! > > Thanks in advance! > |
From: George P. <pap...@gm...> - 2013-09-02 15:39:56
|
Hi all, This time my question is more complicated but i guess there is no better way than this! So i've used JSVM to create a compatible bitstream sliced with a max size of 1472 for each nal in order to be transfered via RTP packets in a Client Server enviroment and works fine with OSVCD if it is decoded as a local .264 file. But i can't figure out when it comes to nal by nal decoding how to manually forward the nals in PC.c or in any other part of the source code. I've already attempted to make some changes many of them helped me to go further but unfortunately it doeasn't work or shows an error. Any help or advice would be very much appreciated! Thanks in advance! |
From: George P. <pap...@gm...> - 2013-07-23 13:23:47
|
maybe this one http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/eusipco/is more accurate according to the above information 2013/7/23 George Papadogiannopoulos <pap...@gm...> > Layer 0: > size: 704x480 > dependency_id = 0 > DQId: 0 > > Layer 1: > size: 704x480 > dependency_id = 0 > quality_id = 1 > DQId: 1 > > , thats all i know > > > 2013/7/23 Mickaël Raulet <mr...@in...> > >> mainconcept the company (oops you have to read scalable baseline profile >> and not main profile). Could you give me more information on the sequence >> you gave me? >> __ >> Mickaël >> >> Le 23 juil. 2013 à 11:45, George Papadogiannopoulos < >> pap...@gm...> a écrit : >> >> try this one >> http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded >> by Bsoft. By saying "mainconcept" you mean JSVM from the >> "Additionnals_tools"? >> >> >> 2013/7/23 George Papadogiannopoulos <pap...@gm...> >> >>> try this one >>> http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/encoded by Bsoft and the attached file which is encoded by VANGUARD. By >>> saying "mainconcept" you mean JSVM from the "Additionnals_tools"? >>> >>> >>> 2013/7/23 Mickaël Raulet <Mic...@in...> >>> >>>> We were using the one from mainconcept and it works perfectly when >>>> using main profile. I also checked once the one from Bsoft and it was >>>> working fine. Could you share some bitstreams. >>>> __ >>>> Mickaël >>>> >>>> Le 23 juil. 2013 à 10:53, George Papadogiannopoulos < >>>> pap...@gm...> a écrit : >>>> >>>> Mickael, >>>> >>>> Thank you very much for the explanation! Indeed that was my problem and >>>> now works fine with the available samples. I've tried some samples encoded >>>> by JSVM, VANGUARD and Bsoft encoders but i guess that were not supported or >>>> had more complicated profiles. Is there any SVC encoder which benefits >>>> better the OSVCD or just have in mind the baseline profile? >>>> >>>> Thanks in advance! >>>> >>>> >>>> 2013/7/23 Mickaël Raulet <Mic...@in...> >>>> >>>>> Geroge, >>>>> >>>>> The decoder only supports baseline profile test streams. Did you try >>>>> those available on sourceforge in the download section? Coud you share the >>>>> bitstream? >>>>> __ >>>>> Mickaël >>>>> >>>>> Le 22 juil. 2013 à 13:08, George Papadogiannopoulos < >>>>> pap...@gm...> a écrit : >>>>> >>>>> Hi all, >>>>> >>>>> I've built the OSVCD source code successfully using MS Visual studio >>>>> 2008 and even 2012 but every time i use it to decode and play any svc video >>>>> file it only lasts for 1-2 seconds and then just stops in windows xp or >>>>> crashes in windows 7. I can barely see the first frames of the video and >>>>> usually it shows a green screen. I've tested the OSVCD on different >>>>> computers with different OS using many SVC video files encoded by different >>>>> encoders. >>>>> >>>>> I've also changed the source code disabling the SDL player and writing >>>>> the YUV frames into a file but when i play that file using an external YUV >>>>> player the same thing happens showing a green screen and a few frames for >>>>> 1-2 seconds. >>>>> >>>>> Any help or advice would be very much appreciated! >>>>> >>>>> Thanks in advance! >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> See everything from the browser to the database with AppDynamics >>>>> Get end-to-end visibility with application monitoring from AppDynamics >>>>> Isolate bottlenecks and diagnose root cause in seconds. >>>>> Start your free trial of AppDynamics Pro today! >>>>> >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >>>>> Opensvcdecoder-support mailing list >>>>> Ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>>>> >>>>> >>>>> >>>> >>>> >>> >> >> > |
From: George P. <pap...@gm...> - 2013-07-23 13:16:18
|
Layer 0: size: 704x480 dependency_id = 0 DQId: 0 Layer 1: size: 704x480 dependency_id = 0 quality_id = 1 DQId: 1 , thats all i know 2013/7/23 Mickaël Raulet <mr...@in...> > mainconcept the company (oops you have to read scalable baseline profile > and not main profile). Could you give me more information on the sequence > you gave me? > __ > Mickaël > > Le 23 juil. 2013 à 11:45, George Papadogiannopoulos < > pap...@gm...> a écrit : > > try this one > http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded > by Bsoft. By saying "mainconcept" you mean JSVM from the > "Additionnals_tools"? > > > 2013/7/23 George Papadogiannopoulos <pap...@gm...> > >> try this one >> http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded >> by Bsoft and the attached file which is encoded by VANGUARD. By saying >> "mainconcept" you mean JSVM from the "Additionnals_tools"? >> >> >> 2013/7/23 Mickaël Raulet <Mic...@in...> >> >>> We were using the one from mainconcept and it works perfectly when using >>> main profile. I also checked once the one from Bsoft and it was working >>> fine. Could you share some bitstreams. >>> __ >>> Mickaël >>> >>> Le 23 juil. 2013 à 10:53, George Papadogiannopoulos < >>> pap...@gm...> a écrit : >>> >>> Mickael, >>> >>> Thank you very much for the explanation! Indeed that was my problem and >>> now works fine with the available samples. I've tried some samples encoded >>> by JSVM, VANGUARD and Bsoft encoders but i guess that were not supported or >>> had more complicated profiles. Is there any SVC encoder which benefits >>> better the OSVCD or just have in mind the baseline profile? >>> >>> Thanks in advance! >>> >>> >>> 2013/7/23 Mickaël Raulet <Mic...@in...> >>> >>>> Geroge, >>>> >>>> The decoder only supports baseline profile test streams. Did you try >>>> those available on sourceforge in the download section? Coud you share the >>>> bitstream? >>>> __ >>>> Mickaël >>>> >>>> Le 22 juil. 2013 à 13:08, George Papadogiannopoulos < >>>> pap...@gm...> a écrit : >>>> >>>> Hi all, >>>> >>>> I've built the OSVCD source code successfully using MS Visual studio >>>> 2008 and even 2012 but every time i use it to decode and play any svc video >>>> file it only lasts for 1-2 seconds and then just stops in windows xp or >>>> crashes in windows 7. I can barely see the first frames of the video and >>>> usually it shows a green screen. I've tested the OSVCD on different >>>> computers with different OS using many SVC video files encoded by different >>>> encoders. >>>> >>>> I've also changed the source code disabling the SDL player and writing >>>> the YUV frames into a file but when i play that file using an external YUV >>>> player the same thing happens showing a green screen and a few frames for >>>> 1-2 seconds. >>>> >>>> Any help or advice would be very much appreciated! >>>> >>>> Thanks in advance! >>>> >>>> ------------------------------------------------------------------------------ >>>> See everything from the browser to the database with AppDynamics >>>> Get end-to-end visibility with application monitoring from AppDynamics >>>> Isolate bottlenecks and diagnose root cause in seconds. >>>> Start your free trial of AppDynamics Pro today! >>>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >>>> Opensvcdecoder-support mailing list >>>> Ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>>> >>>> >>>> >>> >>> >> > > |
From: M. R. <mr...@in...> - 2013-07-23 12:41:23
|
mainconcept the company (oops you have to read scalable baseline profile and not main profile). Could you give me more information on the sequence you gave me? __ Mickaël Le 23 juil. 2013 à 11:45, George Papadogiannopoulos <pap...@gm...> a écrit : > try this one http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded by Bsoft. By saying "mainconcept" you mean JSVM from the "Additionnals_tools"? > > > 2013/7/23 George Papadogiannopoulos <pap...@gm...> > try this one http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded by Bsoft and the attached file which is encoded by VANGUARD. By saying "mainconcept" you mean JSVM from the "Additionnals_tools"? > > > 2013/7/23 Mickaël Raulet <Mic...@in...> > We were using the one from mainconcept and it works perfectly when using main profile. I also checked once the one from Bsoft and it was working fine. Could you share some bitstreams. > __ > Mickaël > > Le 23 juil. 2013 à 10:53, George Papadogiannopoulos <pap...@gm...> a écrit : > >> Mickael, >> >> Thank you very much for the explanation! Indeed that was my problem and now works fine with the available samples. I've tried some samples encoded by JSVM, VANGUARD and Bsoft encoders but i guess that were not supported or had more complicated profiles. Is there any SVC encoder which benefits better the OSVCD or just have in mind the baseline profile? >> >> Thanks in advance! >> >> >> 2013/7/23 Mickaël Raulet <Mic...@in...> >> Geroge, >> >> The decoder only supports baseline profile test streams. Did you try those available on sourceforge in the download section? Coud you share the bitstream? >> __ >> Mickaël >> >> Le 22 juil. 2013 à 13:08, George Papadogiannopoulos <pap...@gm...> a écrit : >> >>> Hi all, >>> >>> I've built the OSVCD source code successfully using MS Visual studio 2008 and even 2012 but every time i use it to decode and play any svc video file it only lasts for 1-2 seconds and then just stops in windows xp or crashes in windows 7. I can barely see the first frames of the video and usually it shows a green screen. I've tested the OSVCD on different computers with different OS using many SVC video files encoded by different encoders. >>> >>> I've also changed the source code disabling the SDL player and writing the YUV frames into a file but when i play that file using an external YUV player the same thing happens showing a green screen and a few frames for 1-2 seconds. >>> >>> Any help or advice would be very much appreciated! >>> >>> Thanks in advance! >>> ------------------------------------------------------------------------------ >>> See everything from the browser to the database with AppDynamics >>> Get end-to-end visibility with application monitoring from AppDynamics >>> Isolate bottlenecks and diagnose root cause in seconds. >>> Start your free trial of AppDynamics Pro today! >>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >>> Opensvcdecoder-support mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >> >> > > > |
From: George P. <pap...@gm...> - 2013-07-23 09:45:32
|
try this one http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded by Bsoft. By saying "mainconcept" you mean JSVM from the "Additionnals_tools"? 2013/7/23 George Papadogiannopoulos <pap...@gm...> > try this one > http://www-itec.uni-klu.ac.at/~cmueller/BSoft/data/bunny480_new/ encoded > by Bsoft and the attached file which is encoded by VANGUARD. By saying > "mainconcept" you mean JSVM from the "Additionnals_tools"? > > > 2013/7/23 Mickaël Raulet <Mic...@in...> > >> We were using the one from mainconcept and it works perfectly when using >> main profile. I also checked once the one from Bsoft and it was working >> fine. Could you share some bitstreams. >> __ >> Mickaël >> >> Le 23 juil. 2013 à 10:53, George Papadogiannopoulos < >> pap...@gm...> a écrit : >> >> Mickael, >> >> Thank you very much for the explanation! Indeed that was my problem and >> now works fine with the available samples. I've tried some samples encoded >> by JSVM, VANGUARD and Bsoft encoders but i guess that were not supported or >> had more complicated profiles. Is there any SVC encoder which benefits >> better the OSVCD or just have in mind the baseline profile? >> >> Thanks in advance! >> >> >> 2013/7/23 Mickaël Raulet <Mic...@in...> >> >>> Geroge, >>> >>> The decoder only supports baseline profile test streams. Did you try >>> those available on sourceforge in the download section? Coud you share the >>> bitstream? >>> __ >>> Mickaël >>> >>> Le 22 juil. 2013 à 13:08, George Papadogiannopoulos < >>> pap...@gm...> a écrit : >>> >>> Hi all, >>> >>> I've built the OSVCD source code successfully using MS Visual studio >>> 2008 and even 2012 but every time i use it to decode and play any svc video >>> file it only lasts for 1-2 seconds and then just stops in windows xp or >>> crashes in windows 7. I can barely see the first frames of the video and >>> usually it shows a green screen. I've tested the OSVCD on different >>> computers with different OS using many SVC video files encoded by different >>> encoders. >>> >>> I've also changed the source code disabling the SDL player and writing >>> the YUV frames into a file but when i play that file using an external YUV >>> player the same thing happens showing a green screen and a few frames for >>> 1-2 seconds. >>> >>> Any help or advice would be very much appreciated! >>> >>> Thanks in advance! >>> >>> ------------------------------------------------------------------------------ >>> See everything from the browser to the database with AppDynamics >>> Get end-to-end visibility with application monitoring from AppDynamics >>> Isolate bottlenecks and diagnose root cause in seconds. >>> Start your free trial of AppDynamics Pro today! >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >>> Opensvcdecoder-support mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support >>> >>> >>> >> >> > |
From: Mickaël R. <Mic...@in...> - 2013-07-23 09:04:31
|
We were using the one from mainconcept and it works perfectly when using main profile. I also checked once the one from Bsoft and it was working fine. Could you share some bitstreams. __ Mickaël Le 23 juil. 2013 à 10:53, George Papadogiannopoulos <pap...@gm...> a écrit : > Mickael, > > Thank you very much for the explanation! Indeed that was my problem and now works fine with the available samples. I've tried some samples encoded by JSVM, VANGUARD and Bsoft encoders but i guess that were not supported or had more complicated profiles. Is there any SVC encoder which benefits better the OSVCD or just have in mind the baseline profile? > > Thanks in advance! > > > 2013/7/23 Mickaël Raulet <Mic...@in...> > Geroge, > > The decoder only supports baseline profile test streams. Did you try those available on sourceforge in the download section? Coud you share the bitstream? > __ > Mickaël > > Le 22 juil. 2013 à 13:08, George Papadogiannopoulos <pap...@gm...> a écrit : > >> Hi all, >> >> I've built the OSVCD source code successfully using MS Visual studio 2008 and even 2012 but every time i use it to decode and play any svc video file it only lasts for 1-2 seconds and then just stops in windows xp or crashes in windows 7. I can barely see the first frames of the video and usually it shows a green screen. I've tested the OSVCD on different computers with different OS using many SVC video files encoded by different encoders. >> >> I've also changed the source code disabling the SDL player and writing the YUV frames into a file but when i play that file using an external YUV player the same thing happens showing a green screen and a few frames for 1-2 seconds. >> >> Any help or advice would be very much appreciated! >> >> Thanks in advance! >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >> Opensvcdecoder-support mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |
From: George P. <pap...@gm...> - 2013-07-23 08:53:32
|
Mickael, Thank you very much for the explanation! Indeed that was my problem and now works fine with the available samples. I've tried some samples encoded by JSVM, VANGUARD and Bsoft encoders but i guess that were not supported or had more complicated profiles. Is there any SVC encoder which benefits better the OSVCD or just have in mind the baseline profile? Thanks in advance! 2013/7/23 Mickaël Raulet <Mic...@in...> > Geroge, > > The decoder only supports baseline profile test streams. Did you try those > available on sourceforge in the download section? Coud you share the > bitstream? > __ > Mickaël > > Le 22 juil. 2013 à 13:08, George Papadogiannopoulos < > pap...@gm...> a écrit : > > Hi all, > > I've built the OSVCD source code successfully using MS Visual studio 2008 > and even 2012 but every time i use it to decode and play any svc video file > it only lasts for 1-2 seconds and then just stops in windows xp or crashes > in windows 7. I can barely see the first frames of the video and usually it > shows a green screen. I've tested the OSVCD on different computers with > different OS using many SVC video files encoded by different encoders. > > I've also changed the source code disabling the SDL player and writing the > YUV frames into a file but when i play that file using an external YUV > player the same thing happens showing a green screen and a few frames for > 1-2 seconds. > > Any help or advice would be very much appreciated! > > Thanks in advance! > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > > |
From: Mickaël R. <Mic...@in...> - 2013-07-23 05:54:55
|
Geroge, The decoder only supports baseline profile test streams. Did you try those available on sourceforge in the download section? Coud you share the bitstream? __ Mickaël Le 22 juil. 2013 à 13:08, George Papadogiannopoulos <pap...@gm...> a écrit : > Hi all, > > I've built the OSVCD source code successfully using MS Visual studio 2008 and even 2012 but every time i use it to decode and play any svc video file it only lasts for 1-2 seconds and then just stops in windows xp or crashes in windows 7. I can barely see the first frames of the video and usually it shows a green screen. I've tested the OSVCD on different computers with different OS using many SVC video files encoded by different encoders. > > I've also changed the source code disabling the SDL player and writing the YUV frames into a file but when i play that file using an external YUV player the same thing happens showing a green screen and a few frames for 1-2 seconds. > > Any help or advice would be very much appreciated! > > Thanks in advance! > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: George P. <pap...@gm...> - 2013-07-22 11:08:21
|
Hi all, I've built the OSVCD source code successfully using MS Visual studio 2008 and even 2012 but every time i use it to decode and play any svc video file it only lasts for 1-2 seconds and then just stops in windows xp or crashes in windows 7. I can barely see the first frames of the video and usually it shows a green screen. I've tested the OSVCD on different computers with different OS using many SVC video files encoded by different encoders. I've also changed the source code disabling the SDL player and writing the YUV frames into a file but when i play that file using an external YUV player the same thing happens showing a green screen and a few frames for 1-2 seconds. Any help or advice would be very much appreciated! Thanks in advance! |
From: Yahia B. <yah...@gm...> - 2013-05-07 08:07:15
|
Dear Michaël. OK. thanks. I am looking for cross-compiling the decoder only on a board based on omap3530 using CodeSourcery toolchain. I'm able de run mplayer on my board but when decoding a SVC file, the decoder exits after displaying "Opening video decoder: [ffmpeg] IETR's codec family" message. I tried to remove some extrac cflags in Makefiles in ../Libs/ which are x86 related by the result is the same. Thanks. Yahia 2013/5/6 Mickaël Raulet <Mic...@in...> > Yahia, > > If I remember correctly I tried on the pandaboard the decoder only and it > was working. I will check again for the decoder only. > > Mickael > > Sent by my iPhone > > Le 6 mai 2013 à 17:53, Yahia Benmoussa <yah...@gm...> a > écrit : > > Dear all > > OpenSVC still exit just after dispalying "Opening video decoder: > [ffmpeg] IETR's codec family". > > I seems the problem is in the SVC lib because other codecs works > correctly. > > I suspected incompatible ARM instruction version. I executed again the > cross-compilation and I specified the processor type I'm using (cortex-a8) > by setting --extra-cflags : > > ./configure --enable-cross-compile --enable-svc > --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as > --target=arm-linux --ar=arm-none-linux-gnueabi-ar > --nm=arm-none-linux-gnueabi-nm --ranlib=arm-none-linux-gnueabi-ranlib > --extra-cflags="-Wall -pipe -mcpu=cortex-a8 -mfpu=neon" --extra-cflags="-I > /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/include" > --extra-ldflags="-L > /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/lib" > > This doesn't resolve the problem. > > Thanks in advance for you help. > > Yahia > > > > > > > > 2013/5/6 Yahia Benmoussa <yah...@gm...> > >> Dear all, >> >> I cross-compiled OpenSVC decoder for ARM processor. I have used : >> >> ./configure --enable-cross-compile --enable-svc >> --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as >> --target=arm-linux --enable-static --ar=arm-none-linux-gnueabi-ar >> --nm=arm-none-linux-gnueabi-nm. >> >> The cross-compilation succeed but when running OpenSVC, it exits just >> after displaying this message. >> >> root@omap3evm:~# ./mplayer -fps 30 mobile.264 -vo null >> MPlayer UNKNOWN-4.3.3 (C) 2000-2010 MPlayer Team >> >> Playing mobile.264. >> H264-ES file format detected. >> ========================================================================== >> Opening video decoder: [ffmpeg] IETR's codec family >> >> >> Does any one ported OpenSVC decoder on ARM architecture ? >> >> Regards. >> Yahia. >> >> >> > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |
From: Mickaël R. <Mic...@in...> - 2013-05-06 19:02:27
|
Yahia, If I remember correctly I tried on the pandaboard the decoder only and it was working. I will check again for the decoder only. Mickael Sent by my iPhone Le 6 mai 2013 à 17:53, Yahia Benmoussa <yah...@gm...> a écrit : > Dear all > OpenSVC still exit just after dispalying "Opening video decoder: [ffmpeg] IETR's codec family". > I seems the problem is in the SVC lib because other codecs works correctly. > I suspected incompatible ARM instruction version. I executed again the cross-compilation and I specified the processor type I'm using (cortex-a8) by setting --extra-cflags : > > ./configure --enable-cross-compile --enable-svc --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as --target=arm-linux --ar=arm-none-linux-gnueabi-ar --nm=arm-none-linux-gnueabi-nm --ranlib=arm-none-linux-gnueabi-ranlib --extra-cflags="-Wall -pipe -mcpu=cortex-a8 -mfpu=neon" --extra-cflags="-I /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/include" --extra-ldflags="-L /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/lib" > This doesn't resolve the problem. > Thanks in advance for you help. > Yahia > > > > > > > 2013/5/6 Yahia Benmoussa <yah...@gm...> >> Dear all, >> >> I cross-compiled OpenSVC decoder for ARM processor. I have used : >> >> ./configure --enable-cross-compile --enable-svc --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as --target=arm-linux --enable-static --ar=arm-none-linux-gnueabi-ar --nm=arm-none-linux-gnueabi-nm. >> >> The cross-compilation succeed but when running OpenSVC, it exits just after displaying this message. >> >> root@omap3evm:~# ./mplayer -fps 30 mobile.264 -vo null >> MPlayer UNKNOWN-4.3.3 (C) 2000-2010 MPlayer Team >> >> Playing mobile.264. >> H264-ES file format detected. >> ========================================================================== >> Opening video decoder: [ffmpeg] IETR's codec family >> >> >> Does any one ported OpenSVC decoder on ARM architecture ? >> >> Regards. >> Yahia. > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support |
From: Yahia B. <yah...@gm...> - 2013-05-06 15:54:01
|
Dear all OpenSVC still exit just after dispalying "Opening video decoder: [ffmpeg] IETR's codec family". I seems the problem is in the SVC lib because other codecs works correctly. I suspected incompatible ARM instruction version. I executed again the cross-compilation and I specified the processor type I'm using (cortex-a8) by setting --extra-cflags : ./configure --enable-cross-compile --enable-svc --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as --target=arm-linux --ar=arm-none-linux-gnueabi-ar --nm=arm-none-linux-gnueabi-nm --ranlib=arm-none-linux-gnueabi-ranlib --extra-cflags="-Wall -pipe -mcpu=cortex-a8 -mfpu=neon" --extra-cflags="-I /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/include" --extra-ldflags="-L /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/lib" This doesn't resolve the problem. Thanks in advance for you help. Yahia 2013/5/6 Yahia Benmoussa <yah...@gm...> > Dear all, > > I cross-compiled OpenSVC decoder for ARM processor. I have used : > > ./configure --enable-cross-compile --enable-svc > --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as > --target=arm-linux --enable-static --ar=arm-none-linux-gnueabi-ar > --nm=arm-none-linux-gnueabi-nm. > > The cross-compilation succeed but when running OpenSVC, it exits just > after displaying this message. > > root@omap3evm:~# ./mplayer -fps 30 mobile.264 -vo null > MPlayer UNKNOWN-4.3.3 (C) 2000-2010 MPlayer Team > > Playing mobile.264. > H264-ES file format detected. > ========================================================================== > Opening video decoder: [ffmpeg] IETR's codec family > > > Does any one ported OpenSVC decoder on ARM architecture ? > > Regards. > Yahia. > > > |
From: Yahia B. <yah...@gm...> - 2013-05-06 02:12:24
|
Dear all, I cross-compiled OpenSVC decoder for ARM processor. I have used : ./configure --enable-cross-compile --enable-svc --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as --target=arm-linux --enable-static --ar=arm-none-linux-gnueabi-ar --nm=arm-none-linux-gnueabi-nm. The cross-compilation succeed but when running OpenSVC, it exits just after displaying this message. root@omap3evm:~# ./mplayer -fps 30 mobile.264 -vo null MPlayer UNKNOWN-4.3.3 (C) 2000-2010 MPlayer Team Playing mobile.264. H264-ES file format detected. ========================================================================== Opening video decoder: [ffmpeg] IETR's codec family Does any one ported OpenSVC decoder on ARM architecture ? Regards. Yahia. |