Re: [FFmpeg-user] Piping output of ffmpeg into ffmbc

2016-08-25 Thread Keith Reilly
g 25, 2016 at 3:48 AM, Erik Dobberkau wrote: > 2016-08-24 22:12 GMT+02:00 Keith Reilly : > > > with line 5 I get an error from the output of ffmpeg: > > [NULL @ 0x7ff76100d200] Unable to find a suitable output format for > > '[-rc_max_vbv_use' > > [-rc_max_v

Re: [FFmpeg-user] Piping output of ffmpeg into ffmbc

2016-08-24 Thread Keith Reilly
Erik, This is a major step for me in that i got Avid to fast import media that could be played back when created from ffmpeg. With your command minus line 5, [-rc_max_vbv_use 1 -rc_min_vbv_use 1 -rc_buf_aggressivity 0.25], I was able to do this. I do however have a few issues. FYI with line

Re: [FFmpeg-user] Piping output of ffmpeg into ffmbc

2016-08-22 Thread Keith Reilly
On Sat, Aug 20, 2016 at 7:41 AM, Erik Dobberkau wrote: > 2016-08-19 22:43 GMT+02:00 Keith Reilly : > > > wrote: > > > > > > > 2016-08-18 23:23 GMT+02:00 Paul B Mahol : > > > > > > > > > > > On 8/18/16, Keith Reilly wrote: > &

Re: [FFmpeg-user] Piping output of ffmpeg into ffmbc

2016-08-19 Thread Keith Reilly
On Fri, Aug 19, 2016 at 11:46 AM, Erik Dobberkau wrote: > > > 2016-08-18 23:23 GMT+02:00 Paul B Mahol : > > > > > > > On 8/18/16, Keith Reilly wrote: > > > > > I use ffmbc to create Avid supported files for fast import (ffmpeg > > > > d

Re: [FFmpeg-user] Piping output of ffmpeg into ffmbc

2016-08-19 Thread Keith Reilly
ad your scaled (active) video > with 32 VBI lines (black) at the top. You also need to manipulate your > audio to meet IMX standards. > > Erik > > 2016-08-18 23:23 GMT+02:00 Paul B Mahol : > > > On 8/18/16, Keith Reilly wrote: > > > I use ffmbc to create Avid support

[FFmpeg-user] Piping output of ffmpeg into ffmbc

2016-08-18 Thread Keith Reilly
I use ffmbc to create Avid supported files for fast import (ffmpeg doesn't do this). ffmbc is behind in development so there are codecs it cannot read that i need it to. My solution is to simply read the file with ffmpeg and pass it on to ffmbc via standard output that way i can make Avid media wit

Re: [FFmpeg-user] ffmpeg failing to get JSON data from file

2016-05-23 Thread Keith Reilly
the mac 10.11 update. With this new installation everything is working. Thanks for the help On Mon, May 23, 2016 at 3:12 PM, Reto Kromer wrote: > Keith Reilly wrote: > > >ffprobe version 0.7.4 > > That's old! I guess the current release should be: > > ffprobe vers

Re: [FFmpeg-user] ffmpeg failing to get JSON data from file

2016-05-23 Thread Keith Reilly
, May 23, 2016 at 2:08 PM, Reto Kromer wrote: > Keith Reilly wrote: > > >-loglevel quiet didn't give me errors. But it didn't give > >me any output either. I took out that part of the command. > >Looked like this: > > > >ffprobe -print_format json

Re: [FFmpeg-user] ffmpeg failing to get JSON data from file

2016-05-23 Thread Keith Reilly
failed to set value 'json' for option 'print_format' Not sure why it says Unrecognized option. Its in the documentation https://ffmpeg.org/ffprobe.html#json On Mon, May 23, 2016 at 1:27 PM, Reto Kromer wrote: > Keith Reilly wrote: > > >input: > >ffprobe

[FFmpeg-user] ffmpeg failing to get JSON data from file

2016-05-23 Thread Keith Reilly
I have a script to batch process files that uses ffprobe to get data about the media before processing. ffprobe is no longer behaving as it was before and i'm not sure why. input: ffprobe -v quiet -print_format json -show_format -show_streams file.mp4 output: ffprobe: failed to set value 'quiet' fo

[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