[FFmpeg-user] "Unable to find a suitable output formula" error message

2015-12-31 Thread m8r-295go3
Hello,

I would like to download the video embedded onto this webpage:
http://www.iamagraduate.com/lse/ceremony01.html

So far, I have tried using this command: 

ffmpeg -i
"http://content-ausc2.uplynk.com/96f2bc1283574d0eabf5cbacde547f55.m3u8?cid=96f2bc1283574d0eabf5cbacde547f55=8ab72384e3aa4ceb8e59b5d2af64e262=1451557845=1721083425=1=a=55b1597c4d9f330042fe24a260801b87bc982cc58076d21c0d4ccbb386b49646;
-c copy “grad.mp4”

(Please note that the "exp="... part expires every 30 seconds, so every time
you reload the page it will be different)

However, this is the output I get when I use Terminal on Mac with
Homebrew...

[NULL @ 0x7fd01b8c7600] Unable to find a suitable output format for
'“grad.mp4”'
“grad.mp4”: Invalid argument

This is my first time trying to copy a video... does anyone know what I am
doing wrong?

Thank you!!



--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/Unable-to-find-a-suitable-output-formula-error-message-tp4673775.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Installationon Debian not working

2015-12-31 Thread Thomas Hehl
I had exactly this same problem on Ubuntu where my 265 library didn't
build. I ended up going forward and leaving out the 265 libraries. Let me
know if you come up with something different.

On Wed, Dec 30, 2015 at 11:57 PM, Harald  wrote:

>
>
> Hello,
>
> I tried to install ffmpeg on my debian 8 PC, but it doesnt wok and it
> tells me to write to this mailing list. So I write here.
>
> Here is the Log of the installation, but itis just a piece due to the
> limited storage in the terminal.: http://pastebin.com/feVbsPFN
>
> I used this tutorial:
> https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
>
> I think the most important part is
>
> root@AnonymusChaotic:~/ffmpeg_sources/ffmpeg# PATH="$HOME/bin:$PATH"
> PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
> > --prefix="$HOME/ffmpeg_build" \
> > --pkg-config-flags="--static" \
> > --extra-cflags="-I$HOME/ffmpeg_build/include" \
> > --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
> > --bindir="$HOME/bin" \
> > --enable-gpl \
> > --enable-libass \
> > --enable-libfdk-aac \
> > --enable-libfreetype \
> > --enable-libmp3lame \
> > --enable-libopus \
> > --enable-libtheora \
> > --enable-libvorbis \
> > --enable-libvpx \
> > --enable-libx264 \
> > --enable-libx265 \
> > --enable-nonfree
> ERROR: X265 NOT FOUND USING PKG-CONFIG
>
> If you think configure made a mistake, make sure you are using the
> latest
> version from Git. If the latest version fails, report the problem to the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure as this will
> help
> solve the problem.
>
> When trying to convert it to .ogg it fails, converting to .mp4 works
> well
>
> ###
>
> avconv -i intro.mov -c copy introx.ogg
> avconv version 11.4-6:11.4-1~deb8u1, Copyright (c) 2000-2014 the Libav
> developers
> built on Jun 4 2015 19:39:02 with gcc 4.9.2 (Debian 4.9.2-10)
> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'intro.mov':
> Metadata:
> major_brand : qt
> minor_version : 0
> compatible_brands: qt
> creation_time : 2015-11-24 11:15:12
> Duration: 00:03:27.82, start: 0.00, bitrate: 16131 kb/s
> Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 15958 kb/s,
> PAR 1:1 DAR 16:9, 29.97 fps, 30k tbn, 50 tbc (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> encoder : H.264
> Stream #0.1(und): Audio: aac, 48000 Hz, stereo, fltp, 127 kb/s (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> Stream #0.2(und): Data: tmcd / 0x64636D74 (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> File 'introx.ogg' already exists. Overwrite ? [y/N] y
> [OGG @ 0X199A400] UNSUPPORTED CODEC ID IN STREAM 0
> Output #0, ogg, to 'introx.ogg':
> Metadata:
> major_brand : qt
> minor_version : 0
> compatible_brands: qt
> creation_time : 2015-11-24 11:15:12
> encoder : Lavf56.1.0
> Stream #0.0(und): Video: libx264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9],
> q=2-31, 15958 kb/s, 30k tbn, 30k tbc (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> encoder : H.264
> Stream #0.1(und): Audio: aac, 48000 Hz, stereo, 127 kb/s (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> Stream mapping:
> Stream #0:0 -> #0:0 (copy)
> Stream #0:1 -> #0:1 (copy)
> COULD NOT WRITE HEADER FOR OUTPUT FILE #0 (INCORRECT CODEC PARAMETERS
> ?): OPERATION NOT PERMITTED
>
> Can you please help me? I just want to convert .mov videos to .ogg.
>
> 
>
> The command ffmpeg does not work.
>
> I've tried several programs within the last 5 hours without any chance
> to success.
>
> Yours,
>
> Harald
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Installationon Debian not working

2015-12-31 Thread a...@fumatic.org


- Reply message -
From: "Thomas Hehl" 
To: "FFmpeg user questions" 
Subject: [FFmpeg-user] Installationon Debian not working
Date: Thu, Dec 31, 2015 6:58 AM

I had exactly this same problem on Ubuntu where my 265 library didn't
build. I ended up going forward and leaving out the 265 libraries. Let me
know if you come up with something different.

On Wed, Dec 30, 2015 at 11:57 PM, Harald  wrote:

>
>
> Hello,
>
> I tried to install ffmpeg on my debian 8 PC, but it doesnt wok and it
> tells me to write to this mailing list. So I write here.
>
> Here is the Log of the installation, but itis just a piece due to the
> limited storage in the terminal.: http://pastebin.com/feVbsPFN
>
> I used this tutorial:
> https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
>
> I think the most important part is
>
> root@AnonymusChaotic:~/ffmpeg_sources/ffmpeg# PATH="$HOME/bin:$PATH"
> PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
> > --prefix="$HOME/ffmpeg_build" \
> > --pkg-config-flags="--static" \
> > --extra-cflags="-I$HOME/ffmpeg_build/include" \
> > --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
> > --bindir="$HOME/bin" \
> > --enable-gpl \
> > --enable-libass \
> > --enable-libfdk-aac \
> > --enable-libfreetype \
> > --enable-libmp3lame \
> > --enable-libopus \
> > --enable-libtheora \
> > --enable-libvorbis \
> > --enable-libvpx \
> > --enable-libx264 \
> > --enable-libx265 \
> > --enable-nonfree
> ERROR: X265 NOT FOUND USING PKG-CONFIG
>
> If you think configure made a mistake, make sure you are using the
> latest
> version from Git. If the latest version fails, report the problem to the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure as this will
> help
> solve the problem.
>
> When trying to convert it to .ogg it fails, converting to .mp4 works
> well
>
> ###
>
> avconv -i intro.mov -c copy introx.ogg
> avconv version 11.4-6:11.4-1~deb8u1, Copyright (c) 2000-2014 the Libav
> developers
> built on Jun 4 2015 19:39:02 with gcc 4.9.2 (Debian 4.9.2-10)
> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'intro.mov':
> Metadata:
> major_brand : qt
> minor_version : 0
> compatible_brands: qt
> creation_time : 2015-11-24 11:15:12
> Duration: 00:03:27.82, start: 0.00, bitrate: 16131 kb/s
> Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 15958 kb/s,
> PAR 1:1 DAR 16:9, 29.97 fps, 30k tbn, 50 tbc (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> encoder : H.264
> Stream #0.1(und): Audio: aac, 48000 Hz, stereo, fltp, 127 kb/s (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> Stream #0.2(und): Data: tmcd / 0x64636D74 (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> File 'introx.ogg' already exists. Overwrite ? [y/N] y
> [OGG @ 0X199A400] UNSUPPORTED CODEC ID IN STREAM 0
> Output #0, ogg, to 'introx.ogg':
> Metadata:
> major_brand : qt
> minor_version : 0
> compatible_brands: qt
> creation_time : 2015-11-24 11:15:12
> encoder : Lavf56.1.0
> Stream #0.0(und): Video: libx264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9],
> q=2-31, 15958 kb/s, 30k tbn, 30k tbc (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> encoder : H.264
> Stream #0.1(und): Audio: aac, 48000 Hz, stereo, 127 kb/s (default)
> Metadata:
> creation_time : 2015-11-24 11:15:12
> Stream mapping:
> Stream #0:0 -> #0:0 (copy)
> Stream #0:1 -> #0:1 (copy)
> COULD NOT WRITE HEADER FOR OUTPUT FILE #0 (INCORRECT CODEC PARAMETERS
> ?): OPERATION NOT PERMITTED
>
> Can you please help me? I just want to convert .mov videos to .ogg.
>
> 
>
> The command ffmpeg does not work.
>
> I've tried several programs within the last 5 hours without any chance
> to success.
>
> Yours,
>
> Harald
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


I build on debian weekly,it's not debian.
you need to runpkg-config libx265
why not just apt install x265 libx265-dev libx265-68( stretch debs)for your mov 
to ogg error,you cannot use -c copy in that situation.you need to read the docs.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Installationon Debian not working

2015-12-31 Thread Lou
On Thu, 31 Dec 2015 05:57:28 +0100
Harald  wrote:

>  
> 
> Hello, 
> 
> I tried to install ffmpeg on my debian 8 PC, but it doesnt wok and it
> tells me to write to this mailing list. So I write here. 
> 
[...]
> ERROR: X265 NOT FOUND USING PKG-CONFIG 

Probably this:
https://trac.ffmpeg.org/ticket/5050

> When trying to convert it to .ogg it fails, converting to .mp4 works
> well 
> 
> avconv -i intro.mov -c copy introx.ogg
> avconv version 11.4-6:11.4-1~deb8u1, Copyright (c) 2000-2014 the Libav
> developers

avconv isn't from FFmpeg. We only provide support for FFmpeg tools.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


[FFmpeg-user] How to compile FFMPEG with OpenCL

2015-12-31 Thread gllier
Hello Guys:
I am using ffmpeg on keystone-II platform, need compile it with TI-OpenCL But 
when I add configure option --enable-opencl
It always prompts that: Error: opencl not found, this is my configure command:


./configure --prefix=/share/rootfs --enable-shared 
--cross-prefix=/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-
 --arch=armv7  --target-os=linux --enable-gpl 
--extra-cflags=-I/share/rootfs/usr/include 
--extra-ldflags=-L/share/rootfs/usr/lib --enable-opencl 


I check config.log file, and find some information


/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-gcc
 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -I/share/rootfs/usr/include 
-march=armv7-a -std=c99 -fomit-frame-pointer -mthumb -fPIC -pthread -c -o 
/tmp/ffconf.twPlgqzp.o /tmp/ffconf.HR3xssUO.c
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-gcc
 -L/share/rootfs/usr/lib -march=armv7-a -Wl,--as-needed -Wl,-z,noexecstack -o 
/tmp/ffconf.G83p7Idl /tmp/ffconf.twPlgqzp.o -lOpenCL -lm -lbz2 -lz -pthread
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libmpmmailbox.so.1, needed by /share/rootfs/usr/lib/libOpenCL.so, not 
found (try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libmpmtransport.so.1, needed by /share/rootfs/usr/lib/libOpenCL.so, 
not found (try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libmpmclient.so.1, needed by /share/rootfs/usr/lib/libOpenCL.so, not 
found (try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libticmem.so.1, needed by /share/rootfs/usr/lib/libOpenCL.so, not 
found (try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libffi.so.6, needed by /share/rootfs/usr/lib/libOpenCL.so, not found 
(try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libbfd-2.23.1.20121113.so, needed by 
/share/rootfs/usr/lib/libOpenCL.so, not found (try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libsqlite3.so.0, needed by /share/rootfs/usr/lib/libOpenCL.so, not 
found (try using -rpath or -rpath-link)
/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld:
 warning: libstdc++.so.6, needed by /share/rootfs/usr/lib/libOpenCL.so, not 
found (try using -rpath or -rpath-link)
/share/rootfs/usr/lib/libOpenCL.so: undefined reference to `mpm_load'
/share/rootfs/usr/lib/libOpenCL.so: undefined reference to 
`std::basic_string::basic_string(std::string const&, unsigned int, unsigned int)@GLIBCXX_3.4'
/share/rootfs/usr/lib/libOpenCL.so: undefined reference to 
`std::string::compare(unsigned int, unsigned int, char const*) 
const@GLIBCXX_3.4'
/share/rootfs/usr/lib/libOpenCL.so: undefined reference to `mpm_mailbox_create'
/share/rootfs/usr/lib/libOpenCL.so: undefined reference to 
`std::cin@GLIBCXX_3.4'
/share/rootfs/usr/lib/libOpenCL.so: undefined reference to 
`__cxa_free_exception@CXXABI_1.3'


I checked that missed library are in my configure directory,  DO NOT KNOW how 
to resolve it, Could you give some suggestion?
Thank you very much, and best wishes.


rock.you
2015.12.31

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user