Am 14.09.2015 um 00:59 schrieb Carl Eugen Hoyos:
Reindl Harald thelounge.net> writes:
you tested pure ffmpeg or static ffmpeg linked
against static x264?
static lto needs --enable-pic (I had apparently
forgotten, I tested older versions that also
need it), works fine with static x264 here.
Reindl Harald thelounge.net> writes:
> you tested pure ffmpeg or static ffmpeg linked
> against static x264?
static lto needs --enable-pic (I had apparently
forgotten, I tested older versions that also
need it), works fine with static x264 here.
Carl Eugen
__
On 13 Sep 2015, at 23:18, Henk D. Schoneveld wrote:
>
> On 13 Sep 2015, at 22:48, Richard F wrote:
>
>> On 13/09/2015 21:31, Carl Eugen Hoyos wrote:
>>> Richard F keynet-technology.com> writes:
I'm thinking some of the issue might be around the
lack of timing, the projectX log I p
On 13 Sep 2015, at 22:48, Richard F wrote:
> On 13/09/2015 21:31, Carl Eugen Hoyos wrote:
>> Richard F keynet-technology.com> writes:
>>> I'm thinking some of the issue might be around the
>>> lack of timing, the projectX log I put up shows subs
>>> starting at 00:48:48.562
>> So are subtitle
Am 13.09.2015 um 22:54 schrieb Carl Eugen Hoyos:
Reindl Harald thelounge.net> writes:
and it don't work for static builds
Sane (!) configure line missing.
Please understand that:
I expected lto to work (since I fixed it some time ago)
It is tested daily by fate
I tested it today and found
Reindl Harald thelounge.net> writes:
> and it don't work for static builds
Sane (!) configure line missing.
Please understand that:
I expected lto to work (since I fixed it some time ago)
It is tested daily by fate
I tested it today and found out that static and
shared lto building at the same
Am 13.09.2015 um 22:37 schrieb Reindl Harald:
Am 13.09.2015 um 22:14 schrieb Carl Eugen Hoyos:
Carl Eugen Hoyos ag.or.at> writes:
The following is also supposed to work, I
don't remember if I ever tested it:
$ configure --enable-lto --enable-shared --ar=gcc-ar --ranlib=true
Works fine he
On 13/09/2015 21:31, Carl Eugen Hoyos wrote:
> Richard F keynet-technology.com> writes:
>> I'm thinking some of the issue might be around the
>> lack of timing, the projectX log I put up shows subs
>> starting at 00:48:48.562
> So are subtitles shown if you record for >50 minutes?
No.
Another te
Am 13.09.2015 um 22:14 schrieb Carl Eugen Hoyos:
Carl Eugen Hoyos ag.or.at> writes:
The following is also supposed to work, I
don't remember if I ever tested it:
$ configure --enable-lto --enable-shared --ar=gcc-ar --ranlib=true
Works fine here, bug reports with sane configure
lines very we
Richard F keynet-technology.com> writes:
> I'm thinking some of the issue might be around the
> lack of timing, the projectX log I put up shows subs
> starting at 00:48:48.562
So are subtitles shown if you record for >50 minutes?
Carl Eugen
___
ffm
Carl Eugen Hoyos ag.or.at> writes:
> The following is also supposed to work, I
> don't remember if I ever tested it:
> $ configure --enable-lto --enable-shared --ar=gcc-ar --ranlib=true
Works fine here, bug reports with sane configure
lines very welcome!
Sorry for the bad wording, Carl Eugen
Am 13.09.2015 um 16:29 schrieb Carl Eugen Hoyos:
Carl Eugen Hoyos ag.or.at> writes:
The following is also supposed to work, I
don't remember if I ever tested it:
$ configure --enable-lto --enable-shared --ar=gcc-ar --ranlib=true
Works fine here, bug reports (very) welcome
YASMlibavco
On 13/09/2015 20:41, Carl Eugen Hoyos wrote:
> However ProjectX can extract and show the subtitles
> Sorry, I haven't used ProjectX for a very long time:
> How does it "show" the subtitles?
It only "shows" them by extracting the stream to the files that I put on
Google drive.
It is possible to re-
Richard F keynet-technology.com> writes:
> However ProjectX can extract and show the subtitles
Sorry, I haven't used ProjectX for a very long time:
How does it "show" the subtitles?
> Link below is a small 12s sample (001.vdr) with 1
> subtitle in it (towards the end - in the commercial)
Whic
Davood Falahati ieee.org> writes:
> the documents I read require to compile ffmpeg to
> empower android platform to get along with.
Yes, the FFmpeg project provides only source code,
no binaries.
You need a posix shell like cygwin or msys and the
Android ndk to compile.
Carl Eugen
_
Hi List
I wonder if anyone can suggest a fix for a problem with ffmpeg not
decoding the subtitle stream in VDR 1.x recordings?
ffmpeg identifies the stream type as "DVD Subtitle (spu)".
If I try to process this with ffmpeg (concat, extract or transcode),
ffmpeg reports 0 bytes in the subtitle trac
On 09/13/2015 08:21 PM, Francois Visagie wrote:
>> == References:
>> [1] https://trac.ffmpeg.org/wiki/Encode/FFV1
> How about also specifying default values? Sorry for not addressing your
> original question; I don't know either.
Nice idea, but since current output for different FFV1 versions con
On 09/13/2015 08:24 PM, Reto Kromer wrote:
> Peter B. wrote:
>
>> The value of "bpr" seems to stand for bits_per_sample.
> "bits_per_raw_sample" is the number of bits for each sample,
> commonly 8, 9, 10 or 16.
Ah! "bit_per_RAW_sample"
Got it :)
Thanks,
Pb
Peter B. wrote:
>The value of "bpr" seems to stand for bits_per_sample.
"bits_per_raw_sample" is the number of bits for each sample,
commonly 8, 9, 10 or 16.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-
> -Original Message-
> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of
> Peter B.
> Sent: 13 September 2015 20:13
> To: FFmpeg user questions and RTFMs
> Subject: [FFmpeg-user] ffprobe: "bpr" = bits_per_sample?
>
> Hello :)
>
> I've added information to the wiki [1]
Hello :)
I've added information to the wiki [1] about reading FFV1 encoding
parameters from existing files.
The value of "bpr" seems to stand for bits_per_sample.
What does the abbreviation "bpr" stand for exactly?
Thanks in advance,
Pb
== References:
[1] https://trac.ffmpeg.org/wiki/Encode/F
Dear All,
I wish to embed the precious ffmpeg in my android application. I found some
documents over the Internet even though there were not responding to my
needs which are listed as below:
Firstly, I chiefly develop in Windows and the documents I read require to
compile ffmpeg to empower androi
> -Original Message-
> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of
> Frank Tetzel
> Sent: 13 September 2015 18:37
> To: ffmpeg-user@ffmpeg.org
> Subject: Re: [FFmpeg-user] ffmpeg serving to Avisynth
>
> > I hope to reach an expert familiar with both ffmpeg and Av
> I hope to reach an expert familiar with both ffmpeg and Avisynth! Im
> looking to perform some processing in ffmpeg, and then to continue in
> Avisynth. For a number of reasons, including disk space, Id like to
> avoid intermediate files. Which, if any, of the ffmpeg server
> protocols are comp
Carl Eugen Hoyos ag.or.at> writes:
> (The fps filter has its own shortcomings, I suggest
> using -r.)
You can minimize the duplication and dropping with
dejudder (needs trial-and-error for such files as
opposed to telecined streams):
$ ffmpeg -i MDalarm_20150911_121823.mkv -vf dejudder=3
-r
Kai Hendry gmail.com> writes:
> http://s.natalian.org/2015-09-13/MDalarm_20150911_121823.mkv
This input file really is vfr (variable frame rate),
our mov muxer requires constant frame rate, so the
default action is to do something stupid, but a
warning is shown that something is wrong with th
Carl Eugen Hoyos ag.or.at> writes:
> The following is also supposed to work, I
> don't remember if I ever tested it:
> $ configure --enable-lto --enable-shared --ar=gcc-ar --ranlib=true
Works fine here, bug reports (very) welcome.
Carl Eugen
___
ffm
shweta aggarwal gmail.com> writes:
> We have already done the coding for HW accelator
> interface in ffmpeg.
Please provide your patches.
Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
On 13 September 2015 at 12:24, Steve Boyer wrote:
> Put the "-c:a copy -c:v copy" to copy the streams and not transcode and it
> worked fast (778 fps) and plays fine with ffplay and VLC. MPlayer plays it
> at an insane FPS. Stats on the resulting file:
Thanks Steve, I didn't realise a 'copy' was
On 13 September 2015 at 12:40, Lou wrote:
> All relevant info should be placed within the message, and debug output
> is usually too verbose (unless it is specifically requested).
It's hard enough to use FFREPORT=file=/tmp/htmlvideo.log:level=32 and
now I need to selectively paste in the output?
We are trying to develop one third party application with ffmpeg solution
in Tizen Platform.
While doing so , instead of SW Encoders , we want to use HW Accelators.
We have already done the coding for HW accelator interface in ffmpeg. But
when we try to provide reference of the Platform Encoder L
> -Original Message-
> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of
> Paul B Mahol
> Sent: 13 September 2015 12:49
> To: FFmpeg user questions and RTFMs
> Subject: Re: [FFmpeg-user] ffmpeg serving to Avisynth
>
> Dana 13. 9. 2015. 12:21 osoba "Francois Visagie"
>
Dana 13. 9. 2015. 12:21 osoba "Francois Visagie"
napisala je:
>
> On 13 September 2015 at 10:43, Francois Visagie <
francois.visa...@gmail.com>
> wrote:
>
> > > -Original Message-
> > > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of
> > > Carl Eugen Hoyos
> > > Sent
On 13 September 2015 at 10:43, Francois Visagie
wrote:
> > -Original Message-
> > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of
> > Carl Eugen Hoyos
> > Sent: 13 September 2015 09:49
> > To: ffmpeg-user@ffmpeg.org
> > Subject: Re: [FFmpeg-user] ffmpeg serving to A
> -Original Message-
> From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of
> Carl Eugen Hoyos
> Sent: 13 September 2015 09:49
> To: ffmpeg-user@ffmpeg.org
> Subject: Re: [FFmpeg-user] ffmpeg serving to Avisynth
>
> Francois Visagie gmail.com> writes:
>
> > I hope to re
Francois Visagie gmail.com> writes:
> I hope to reach an expert familiar with both
> ffmpeg and Avisynth!
I have never used avisynth and unfortunately cannot
help you.
> Im looking to perform some processing in ffmpeg,
> and then to continue in Avisynth.
Which feature of Avisynth is missin
36 matches
Mail list logo