VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Jul 2017
    Location
    United Kingdom
    Search Comp PM
    I followed what has been told in https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT
    Unfortunately, I got a lot of warnings when building the FFmpeg from Windows 10 x64. This is the one of the warning that I got when I run the make command:



    I couldn't find Build/Windows10/x64 folder that is supposed to contain all the generated libraries. Please help....
    Does it mean the FFmpeg wasn't installed correctly? Please help me...

    Would someone please explain the solution?
    Quote Quote  
  2. Marsia Mariner
    Guest
    I have never compiled ffmpeg, but I do have compiled ffmbc, which is a modification of ffmpeg.
    And yes, compiling ffmbc successfully does return some tons of warnings.
    As long as you get a functional ffmpeg.exe, the warnings can be safely ignored, I presume.
    Quote Quote  
  3. Member
    Join Date
    Jul 2017
    Location
    United Kingdom
    Search Comp PM
    That's the problem, I couldn't seem to find the ffmpeg.exe either. I don't know what's wrong...
    Quote Quote  
  4. "unreferenced local variable" isn't a problem. It's simply telling you that a local variable was declared but never used.

    "size_t to int" probably isn't a problem. Look at the code to see if there could be a numeric overflow.
    Quote Quote  
  5. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Something tells me "look at the code" is not an option here.

    You posted the middle of the output which is not instructive. What are the last couple of lines from each of the configure, make, and make install commands?
    Quote Quote  
  6. Member
    Join Date
    Jul 2017
    Location
    United Kingdom
    Search Comp PM
    The result of each commands?

    Configure:

    Code:
    Enabled indevs:
    lavfi
    
    Enabled outdevs:
    
    License: LGPL version 2.1 or later
    Creating configuration files ...
    make:

    Code:
    MAN     doc/ffmpeg-bitstream-filters.1
    MAN     doc/ffmpeg-formats.1
    MAN     doc/ffmpeg-protocols.1
    MAN     doc/ffmpeg-devices.1
    MAN     doc/ffmpeg-filters.1
    MAN     doc/libavutil.3
    MAN     doc/libswscale.3
    MAN     doc/libswresample.3
    MAN     doc/libavcodec.3
    MAN     doc/libavformat.3
    MAN     doc/libavdevice.3
    MAN     doc/libavfilter.3
    TXT     doc/fate.txt
    make install:
    Code:
    INSTALL libavdevice/avdevice.dll
    STRIP   install-libavdevice-shared
    skipping strip ../../../Build/Windows10/x64/bin/avdevice-57.dll
    INSTALL libavdevice/avdevice.dll
    INSTALL libavdevice/avdevice.dll
    INSTALL libavfilter/avfilter.dll
    STRIP   install-libavfilter-shared
    skipping strip ../../../Build/Windows10/x64/bin/avfilter-6.dll
    INSTALL libavfilter/avfilter.dll
    INSTALL libavfilter/avfilter.dll
    INSTALL libavformat/avformat.dll
    STRIP   install-libavformat-shared
    skipping strip ../../../Build/Windows10/x64/bin/avformat-57.dll
    INSTALL libavformat/avformat.dll
    INSTALL libavformat/avformat.dll
    INSTALL libavcodec/avcodec.dll
    STRIP   install-libavcodec-shared
    skipping strip ../../../Build/Windows10/x64/bin/avcodec-57.dll
    INSTALL libavcodec/avcodec.dll
    INSTALL libavcodec/avcodec.dll
    INSTALL libswresample/swresample.dll
    STRIP   install-libswresample-shared
    skipping strip ../../../Build/Windows10/x64/bin/swresample-2.dll
    INSTALL libswresample/swresample.dll
    INSTALL libswresample/swresample.dll
    INSTALL libswscale/swscale.dll
    STRIP   install-libswscale-shared
    skipping strip ../../../Build/Windows10/x64/bin/swscale-4.dll
    INSTALL libswscale/swscale.dll
    INSTALL libswscale/swscale.dll
    INSTALL libavutil/avutil.dll
    STRIP   install-libavutil-shared
    skipping strip ../../../Build/Windows10/x64/bin/avutil-55.dll
    INSTALL libavutil/avutil.dll
    INSTALL libavutil/avutil.dll
    .
    .
    .
    .
    .
    INSTALL c/ffmpeginterop/ffmpeg/libavutil/version.h
    INSTALL c/ffmpeginterop/ffmpeg/libavutil/xtea.h
    INSTALL c/ffmpeginterop/ffmpeg/libavutil/tea.h
    INSTALL c/ffmpeginterop/ffmpeg/libavutil/lzo.h
    INSTALL libavutil/avconfig.h
    INSTALL libavutil/ffversion.h
    INSTALL libavutil/libavutil.pc
    Quote Quote  
  7. Member
    Join Date
    Jul 2017
    Location
    United Kingdom
    Search Comp PM
    Update:

    I can find the Build/Windows10/x64 folder. But, I can't find the ffmpeg.exe
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!