Normally that error means the video file does not exist or for some reason FFMPEG is denied access to it. Are you trying to encode a video in your Media Library or from a URL? Can you give me the actual link to the video rather than http://myvid.mp4? That would help troubleshooting.
Thread Starter
lovax
(@lovax)
Yes i try with a video in a library and another with url, doesnt work.
Here a valid url: http://62.23.93.90/training/wp-content/uploads/2013/08/Couple-3-PUB-NB-21.mp4
Are you able to generate thumbnails? I was able to make thumbnails and encode a 480p H.264 version of that video, so it might be related to your FFMPEG configuration. Can you run FFMPEG from the command line and paste the output here?
Thread Starter
lovax
(@lovax)
Yes i can generate a thumbnails.
~$ ffmpeg -i input output
ffmpeg version git-2013-08-06-aa24729 Copyright (c) 2000-2013 the FFmpeg develop ers
built on Aug 6 2013 19:52:38 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration:
libavutil 52. 41.100 / 52. 41.100
libavcodec 55. 22.100 / 55. 22.100
libavformat 55. 13.102 / 55. 13.102
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 82.100 / 3. 82.100
libswscale 2. 4.100 / 2. 4.100
libswresample 0. 17.103 / 0. 17.103
input: No such file or directory
It seems like you don’t have libx264 enabled. Usually I would expect to see a number of flags after configuration: For example, on my server I’ve compiled FFMPEG with these options:
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree