
Recherche avancée
Autres articles (46)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (7097)
-
usb_fill_bulk_urb with less buffer_length gives no garbage Transport stream data
4 février 2015, par user3570793Currently I am working on a DVB-T2 dongle which is connected to my Ubuntu laptop 14.04 using USB
interface.
I am using following applications to perform scanning and channel play.
1. w_scan - which scans and gives me a channel.conf file
2. vlc ./channel.conf - plays a channel using modulation parameters in channel.confThings work fine when Pid filtering is disabled. But when Pid filtering is enabled, I see
macroblocks on the screen instead of smooth AV. Even AV is breaking a lot.
After going through the driver code, I tried increasing the URB buffer size from 3K (21*188) to
64K (348*188). The AV became smooth.
This urb buffer size is buffer_length (lenght of transport buffer) in below function.
void usb_fill_bulk_urb (struct urb * urb, struct usb_device * dev,
unsigned int pipe, void * transfer_buffer,
int buffer_length, usb_complete_t complete_fn,
void * context) ;As you can see the driver uses bulk mode of usb transfer.
Could anyone explain me why increasing the buffer is solving the macroblock issue ?
Give me some pointers to understand this issue better.
Thanks in advance,
Murali -
FFMPEG - Dynamic SWF File to MP4
2 décembre 2014, par MavichowI downloaded FFMPEG at here for my window x64.
And here is my .php file that stored at Localhost :
$ffmpeg = 'D:\Software\ffmpeg-20141202-git-4280150-win64-static\bin\ffmpeg.exe';
$swf = "http://symmetrydigital-labs.com/junior/kazim/portal/flv/Shahid_Kapoor_07.swf";
$cmd = "$ffmpeg -i $swf test.mp4";
shell_exec($cmd);above code are working great and fine, because the SWF its a static SWF,
But when I need to convert this SWF, that require Dynamic Parameter, or the swf is scripted in AS3.Then it went error and can’t convert to .mp4 file.
$ffmpeg = 'D:\Software\ffmpeg-20141202-git-4280150-win64-static\bin\ffmpeg.exe';
$swf = "http://www.permadi.com/tutorial/flashQueryString/loaderInfoExample.swf?userName=12322";
$cmd = "$ffmpeg -i $swf test.mp4";
shell_exec($cmd);And I try to execute on Command line,
and I found out Could not find Codec parameter Error, -
Merge commit ’9d5fed6dc4cccb0689f694112f5026988bebc472’
9 octobre 2014, par Michael Niedermayer