Giter VIP home page Giter VIP logo

Comments (6)

VenkateswaranJ avatar VenkateswaranJ commented on May 22, 2024 5

Hi Leandro,

I think you have updated your code for FFmpeg version 4, which doesn't require av_register_all(). Unfortunately, I'm using 3.4.4 and I have added av_register_all() before av format context creation and it's working fine now.

Really appreciate your effort for making this tutorial.

from ffmpeg-libav-tutorial.

YuriTu avatar YuriTu commented on May 22, 2024 2

Finally I found the reason. mp4 file did't exit with docker image. There is a local mapping of file path .

can execute the script

wget -O bunny_1080p_60fps.mp4 http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4
ffmpeg -y -i bunny_1080p_60fps.mp4 -ss 00:01:24 -t 00:00:10 small_bunny_1080p_60fps.mp4

then make run_hello
It's work at last

from ffmpeg-libav-tutorial.

leandromoreira avatar leandromoreira commented on May 22, 2024

are you using the dockerized version ? if you try with make run_hello does it work?

from ffmpeg-libav-tutorial.

YuriTu avatar YuriTu commented on May 22, 2024

@leandromoreira I am using the dockerized version. but I have the same error.Could you give me any advice? thx

docker run -w /files --rm -it  -v `pwd`:/files leandromoreira/ffmpeg-devel \
	  gcc -L/opt/ffmpeg/lib -I/opt/ffmpeg/include/ /files/0_hello_world.c \
	  -lavcodec -lavformat -lavfilter -lavdevice -lswresample -lswscale -lavutil \
	  -o /files/build/hello
docker run -w /files --rm -it -v `pwd`:/files leandromoreira/ffmpeg-devel /files/build/hello /files/small_bunny_1080p_60fps.mp4
LOG: initializing all the containers, codecs and protocols.
LOG: opening the input file (/files/small_bunny_1080p_60fps.mp4) and loading format (container) header
LOG: ERROR could not open the file
make: *** [run_hello] Error 255

from ffmpeg-libav-tutorial.

hanrell avatar hanrell commented on May 22, 2024

Como posso abrir um arquivo local ao invés de usar docker?

from ffmpeg-libav-tutorial.

leandromoreira avatar leandromoreira commented on May 22, 2024

@hanrell mesmo usando docker você pode usar um arquivo local e mapea-lo pro docker (veja o makefile), o uso do docker é pra facilitar o desenvolvimento visto a necessidade de se ter as libs mas você pode rodar localmente dá uma olhada no makefile, ficará mais claro.

from ffmpeg-libav-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.