Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (70)

Sur d’autres sites (8266)

  • Where can I find ffmpeg codecs for Windows Chromium (h.264, AAC, mp3..) ?

    21 décembre 2013, par masfrost

    In previous version you could copy files from google Chrome's folders and paste them into the Chromium files, but that doesn't work anymore. Apparently all the files have been replaced by 1 file ffmpegsumo.dll, copying that from Chrome changes nothing.

    I downloaded codecs for Chromium on linux, but I find it weird that there's no way to get them for Windows.

    Why don't they just add h.264 to chromium now that cisco made it royalty free ?

  • Save Gstreamer stream at Windows side [closed]

    18 février 2013, par user1336117

    I am streaming video from webcam from linux via gstreamer as below :

    gst-launch -v v4l2src device=/dev/video0 ! videorate  ! video/x-raw-yuv, width=320, height=240, framerate=5/1  ! videobalance saturation=0.0 ! jpegenc ! multipartmux ! tcpserversink host=192.168.10.24 port=5000

    I can see the stream via VLC

    tcp://192.168.10.67:5000

    As the next step I want to save it as a video file but I could not succeeded.
    I tried to setup gstreamer to windows but it did not worked.
    I tried to save the stream by using ffmpeg on windows side but it did not worked.

    ffmpeg -i tcp://192.168.10.67:5000 -map 0 deneme.flv

    What should I do to be able to save the stream on windows side ?

  • Windows phone 8 neon inline assembly ffmpeg [duplicate]

    5 février 2013, par user2036635

    Possible Duplicate :
    windows phone8 wp8 arm neon assembly

    I am about to transplant a project just like ffmpeg onto wp8(ARM). Unfortunately, most part of the project was written by arm neon inline assembly code (NEON inline assembly) with AT&T format..

    Any suggestion about tools or methods to quickly doing that ? Or what should I do for that ?

    I asked this question before but closed for the reason which is not constructive but I do not think so because what I mentioned is INLINE assembly with AT&T.

    Any suggestion would be appreciated.