Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread Reindl Harald
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.

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread 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. Carl Eugen __

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Henk D. Schoneveld
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

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Henk D. Schoneveld
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

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread Reindl Harald
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

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread 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 out that static and shared lto building at the same

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread Reindl Harald
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

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Richard F
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

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread 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 here, bug reports with sane configure lines very we

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread 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 welcome! Sorry for the bad wording, Carl Eugen

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread Reindl Harald
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

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Richard F
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-

Re: [FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] FFMPEG in Android

2015-09-13 Thread Carl Eugen Hoyos
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 _

[FFmpeg-user] VDR recording - dvd subtitle track not decoded

2015-09-13 Thread Richard F
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

Re: [FFmpeg-user] ffprobe: "bpr" = bits_per_sample?

2015-09-13 Thread Peter B.
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

Re: [FFmpeg-user] ffprobe: "bpr" = bits_per_sample?

2015-09-13 Thread Peter B.
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

Re: [FFmpeg-user] ffprobe: "bpr" = bits_per_sample?

2015-09-13 Thread Reto Kromer
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-

Re: [FFmpeg-user] ffprobe: "bpr" = bits_per_sample?

2015-09-13 Thread Francois Visagie
> -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]

[FFmpeg-user] ffprobe: "bpr" = bits_per_sample?

2015-09-13 Thread Peter B.
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

[FFmpeg-user] FFMPEG in Android

2015-09-13 Thread Davood Falahati
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

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Francois Visagie
> -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

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Frank Tetzel
> I hope to reach an expert familiar with both ffmpeg and Avisynth! I’m > looking to perform some processing in ffmpeg, and then to continue in > Avisynth. For a number of reasons, including disk space, I’d like to > avoid intermediate files. Which, if any, of the ffmpeg server > protocols are comp

Re: [FFmpeg-user] Transcoding foscam mkv to mp4 is resulting in larger files

2015-09-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] Transcoding foscam mkv to mp4 is resulting in larger files

2015-09-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] GCC 5.1: build errors

2015-09-13 Thread 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. Carl Eugen ___ ffm

Re: [FFmpeg-user] issue regarding build

2015-09-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] Transcoding foscam mkv to mp4 is resulting in larger files

2015-09-13 Thread Kai Hendry
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

Re: [FFmpeg-user] Transcoding foscam mkv to mp4 is resulting in larger files

2015-09-13 Thread Kai Hendry
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?

[FFmpeg-user] issue regarding build

2015-09-13 Thread shweta aggarwal
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

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Francois Visagie
> -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" >

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Paul B Mahol
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

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Francois Visagie
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

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Francois Visagie
> -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

Re: [FFmpeg-user] ffmpeg serving to Avisynth

2015-09-13 Thread Carl Eugen Hoyos
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. > I’m looking to perform some processing in ffmpeg, > and then to continue in Avisynth. Which feature of Avisynth is missin