[FFmpeg-user] missing picture in access unit with size

2015-03-12 Thread Eng . Hany Ahmed
Helloi need help please i try to transcoding stream video from raw stream to low bitrate i using this command line inputffmpeg -i "rtmp://101.101.101.107:1942/live/bein8" -vprofile baseline -threads 5 -bufsize 2300k -c:v libx264 -b:v 1200k -preset fast -acodec aac -ar 44100 -ab 128k -strict

Re: [FFmpeg-user] ffmpeg encoding in h264 instead of raw video

2015-03-12 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > > ffmpeg -f u16le -acodec pcm_s16le > What you are doing with your flags is telling > ffmpeg how to interpret the inputs (which it > might do well by itself without these hints) Note that FFmpeg does not auto-detect rawaudio input (it is not easy to detect).

Re: [FFmpeg-user] ffmpeg encoding in h264 instead of raw video

2015-03-12 Thread Carl Eugen Hoyos
Keith Reilly retroreport.com> writes: > ffmpeg -f u16le -acodec pcm_s16le This looks a little schizophrenic: Please write: ffmpeg -f s16le (no need to specify the codec). Note that you cannot write yuv420p rawvideo to mov, this is not a deficiency of FFmpeg but the mov container (rgb24 works

Re: [FFmpeg-user] Decklink Capture

2015-03-12 Thread Reuben Martin
On Thursday, March 12, 2015 08:01:04 PM Dave Rice wrote: > > On Mar 12, 2015, at 7:30 PM, Reuben Martin wrote: > > > > On Wednesday, March 11, 2015 06:43:11 PM you wrote: > >> On Wednesday, March 11, 2015 07:19:14 PM Dave Rice wrote: > I’ve used bmdtools and piped it to ffmpeg for quite a wh

Re: [FFmpeg-user] Decklink Capture

2015-03-12 Thread Dave Rice
> On Mar 12, 2015, at 7:30 PM, Reuben Martin wrote: > > On Wednesday, March 11, 2015 06:43:11 PM you wrote: >> On Wednesday, March 11, 2015 07:19:14 PM Dave Rice wrote: I’ve used bmdtools and piped it to ffmpeg for quite a while, and they work fine. I’m just curious about trying t

Re: [FFmpeg-user] Decklink Capture

2015-03-12 Thread Reuben Martin
On Wednesday, March 11, 2015 06:43:11 PM you wrote: > On Wednesday, March 11, 2015 07:19:14 PM Dave Rice wrote: > > > I’ve used bmdtools and piped it to ffmpeg for quite a while, and they > > > work > > > fine. I’m just curious about trying to access it directly. > > > > Same here, though I still

Re: [FFmpeg-user] ffmpeg encoding in h264 instead of raw video

2015-03-12 Thread Moritz Barsnick
Hi Keith, On Thu, Mar 12, 2015 at 17:26:13 -0400, Keith Reilly wrote: > I'm trying to take a raw video file and raw audio and remux them together > still as raw. I don't want any compression. > ffmpeg -f u16le -acodec pcm_s16le -ac 2 -ar 48000 -i /all_a1 -f yuv4mpegpipe > -vcodec rawvideo -i /al

[FFmpeg-user] ffmpeg encoding in h264 instead of raw video

2015-03-12 Thread Keith Reilly
I'm trying to take a raw video file and raw audio and remux them together still as raw. I don't want any compression. I'm doing something wrong but not sure what. It ends up making h264 even though i never asked for it. I got this command from a tutorial on the web on how to concat multiple videos

Re: [FFmpeg-user] Programmatically convert a sequence of jpeg files and a wav file into a video file

2015-03-12 Thread Pierrick Chabi
Thank you Moritz, Thank uou for the "script". So, to achieve the "prgramatically" part of my request, is there a way to write a c program ( thatlink it to ffmpefg libav* libs) that executes that script (not in command line mode) ? Cheers, P Le jeudi 12 mars 2015, Moritz Barsnick a écrit : > O

Re: [FFmpeg-user] Questions about readout important metadata from DPX files ("logarthmic/linear") and recreate DPX with same metadata

2015-03-12 Thread Christoph Gerstbauer
But let me try it differently: You have an input file with a logarithmic colour space that is not supported by FFmpeg. If you are sure that you know what you are doing, you can of course use FFmpeg to compress your raw data (I believe ffv1 was tested much better already but this is not really

Re: [FFmpeg-user] Programmatically convert a sequence of jpeg files and a wav file into a video file

2015-03-12 Thread Moritz Barsnick
On Thu, Mar 12, 2015 at 16:04:00 +0100, Pierrick Chabi wrote: > Is there a recent sample that illustrates how to programmatically convert a > sequence of jpeg files and a wav file into a video file ? Yes: https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images Something like t

[FFmpeg-user] Programmatically convert a sequence of jpeg files and a wav file into a video file

2015-03-12 Thread Pierrick Chabi
Hello, Is there a recent sample that illustrates how to programmatically convert a sequence of jpeg files and a wav file into a video file ? I will be grateful if you can help. P ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mai

Re: [FFmpeg-user] OT(?) - ffmpeg speed of subtitle generation, vlc Vs mythtv

2015-03-12 Thread Nicolas George
Le duodi 22 ventôse, an CCXXIII, Kingsley Turner a écrit : > My daughter made some karaoke-like videos with a bunch of colour-changing > lyric-subtitles into MKV files (with fonts embedded). That would be ASS subtitles then. > As far as I know, both VLC and MythTV use ffmpeg for the rendering of

[FFmpeg-user] Issue with timecode burn-in with 29.97 file that reports tbc as 59.94

2015-03-12 Thread Christian Johannesen
I'm attempting to create a QuickTime proxy with H.264 video and multiple tracks of aac audio, timecode track & timecode burn-in. My source is 29.97 fps, but the tbc is reported as 59.94 and if I do not pass -r 29.97 before -map 0:v the output proxy is encoded at 59.94 fps. But even though I have

Re: [FFmpeg-user] How to interpret the result of idet filter?

2015-03-12 Thread Wesley Wen
On Thu, Mar 12, 2015 at 4:55 PM Carl Eugen Hoyos wrote: > Wesley Wen gmail.com> writes: > > > What I'm interested is -frames:v 2000 and 5000 both > > report 1037 progressive frames, does it mean the > > content is progressive/interlaced mixed? > > > I did not get a chance to look at the frames w

Re: [FFmpeg-user] How to interpret the result of idet filter?

2015-03-12 Thread Carl Eugen Hoyos
Wesley Wen gmail.com> writes: > What I'm interested is -frames:v 2000 and 5000 both > report 1037 progressive frames, does it mean the > content is progressive/interlaced mixed? > I did not get a chance to look at the frames with > video analyzer yet. Not necessarily related: Visual inspect

Re: [FFmpeg-user] OT(?) - ffmpeg speed of subtitle generation, vlc Vs mythtv

2015-03-12 Thread Carl Eugen Hoyos
Kingsley Turner krt.com.au> writes: > As far as I know, both VLC and MythTV use ffmpeg > for the rendering of the video frames. This is not generally true and depending on what you mean with "rendering" it is at least very misleading. Carl Eugen _

Re: [FFmpeg-user] Issues trying to capture video from Point Grey Bumblebee 2 camera

2015-03-12 Thread Carl Eugen Hoyos
Federico Salvioli virgilio.it> writes: > ffmpeg -t 2 -loglevel debug -r 15 -f libdc1394 > -i /dev/fw1 -y webcam.mpg Please remove -r 15, I think it does not do what you want. I would also suggest to test without -t. Iirc, you had to press play on your camera. Did you do that? Carl Eugen ___

Re: [FFmpeg-user] Class 'FFMpeg\FFMpeg\FFMpeg' not found

2015-03-12 Thread Carl Eugen Hoyos
Dani A ffmpeg.org> writes: > "Class 'FFMpeg\FFMpeg\FFMpeg' not found in > /home/website/public_html/FFMpeg/capture.php on line 4 This email list is for users of FFmpeg, the FFmpeg project has nothing to do with ffmpeg-php. Carl Eugen ___ ffmpeg-use

[FFmpeg-user] HLS best config

2015-03-12 Thread Davood Falahati
I want to have a live broadcasting via HLS, I used to do it with RTMP, but multitude of users made me to use HLS instead. Now the question rises here, how small should hls_time be,and how shortened should be the hls_list_size in order to have near-live broadcasting? Best Regards, David _

[FFmpeg-user] Class 'FFMpeg\FFMpeg\FFMpeg' not found

2015-03-12 Thread Dani A
FFMPEG Gurus, I have installed the FFMPEG and the installation went fine for both FFMPEG and PHP-FFMPEG, now I am using the below code and I am getting this error. "Class 'FFMpeg\FFMpeg\FFMpeg' not found in /home/website/public_html/FFMpeg/capture.php on line 4 open('video.mp4'); $frame = $vi

[FFmpeg-user] Class 'FFMpeg\FFMpeg\FFMpeg' not found

2015-03-12 Thread Dani A
FFMPEG Gurus, I have installed the FFMPEG and the installation went fine for both FFMPEG and PHP-FFMPEG, now I am using the below code and I am getting this error. "Class 'FFMpeg\FFMpeg\FFMpeg' not found in /home/website/public_html/FFMpeg/capture.php on line 4 open('video.mp4'); $frame = $vi

[FFmpeg-user] fixing a avi...

2015-03-12 Thread sammyandsam
I used a program to recover some files that were deleted. I found an old .avi from 2011. Problem is, its basically corrupt. I tried doing "ffmpeg -threads 4 -i vid.avi -vcodec copy -acodec copy vidout.avi" But I get this error: [avi @ 00043b9b80] Format avi detected only with low score of 1, m

[FFmpeg-user] Issues trying to capture video from Point Grey Bumblebee 2 camera

2015-03-12 Thread Federico Salvioli
Hi to everybody, I am trying to capture a video from a point grey bumblebee BB2 firewire camera which is a IIDC 1394 v1.31 camera, when I try to save the video on a file, ffmpeg freezes when trying to open the input file. On this pc I can connect succesfully to the camera using libdc1394 di

Re: [FFmpeg-user] building ffmpeg for WinRT failed for ARM on Windows

2015-03-12 Thread Jerry Huang
Thans Carl!! After pacman -S perl, everything works!! Jerry ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user