Re: [FFmpeg-user] issue with trim & pan filters

2015-12-30 Thread Paul B Mahol
On 12/30/15, Christian Johannesen wrote: > I ran into an issue with ffmpeg tonight where I could not trim a source > because of the audio channel configuration of the track I was pulling audio > from. The source has a track of 12 channels of audio. I can process the > first two channels in the tra

Re: [FFmpeg-user] ProRes change framerate

2015-12-30 Thread Carles Vila
On 30 December 2015 at 00:11, Fabrice Saudoyez < fabrice.saudo...@staytuned.be> wrote: > Any possibility without re-encoding ? > Just copy the frames ? > > > > > > On 30/12/15 00:04, "ffmpeg-user on behalf of Carl Eugen Hoyos" < > ffmpeg-user-boun...@ffmpeg.org on behalf of ceho...@ag.or.at> wrote

Re: [FFmpeg-user] issue with trim & pan filters

2015-12-30 Thread Christian Johannesen
On Wed, Dec 30, 2015 at 3:15 AM, Paul B Mahol wrote: > On 12/30/15, Christian Johannesen wrote: > > > [trim for input stream 0:1 @ 00ecd74caac0] Cannot select channel > layout > > for the link between filters trim for input stream 0:1 and Parsed_pan_0. > > [trim for input stream 0:1 @ 00

Re: [FFmpeg-user] Help with Broken Audio Download Please.

2015-12-30 Thread Budge
On 30/12/15 00:07, Carl Eugen Hoyos wrote: > Budge errichel.co.uk> writes: > >> I have uploaded a short text file and one file entitled >> CPEBach_Sample_File.aac to the ffmpeg bugreports site. > The file plays fine here (so sorry if I misunderstand) but > I guess the following is what you want:

Re: [FFmpeg-user] Add IFrames to H264 video file

2015-12-30 Thread Carl Eugen Hoyos
Oren Winkler nice.com> writes: > It seems like the raw data file is corrupted, or > some information is missing, although we can play > it in Elecard StreamEye Tools. Possibly related to ticket #3442. You can decode the stream if you either cut away the first byte (up to 29) or by skipping it

Re: [FFmpeg-user] Help with Broken Audio Download Please.

2015-12-30 Thread Carl Eugen Hoyos
Budge errichel.co.uk> writes: > > I guess the following is what you want: > > $ ffmpeg -skip_initial_bytes 0x670 -i CPEBach_Sample_File.aac > > -acodec copy out.m4a > Please could you explain the -skip_initial_bytes 0x670. That option skips the first 1648 bytes. > Are you telling me to run th

Re: [FFmpeg-user] Help with Broken Audio Download Please.

2015-12-30 Thread Budge
[snip] As said, I don't really have a problem with the file you uploaded (and I am not sure you explained the issue you were having). Above command skips the ID3 data in the beginning that may confuse some programs. Hi Carl Eugen, My intention was to get the corrupted files into .m4a container t

Re: [FFmpeg-user] Build failed

2015-12-30 Thread Carl Eugen Hoyos
Jarek <373330163 qq.com> writes: > Executing cd FFmpeg; ./configure > --disable-ffmpeg --disable-ffplay --disable-ffserver > --disable-ffprobe There is --disable-programs to simplify this. > --disable-bzlib Why? > --enable-neon --enable-optimizations These have no effect iirc. > --sysroot

Re: [FFmpeg-user] Help with Broken Audio Download Please.

2015-12-30 Thread Carl Eugen Hoyos
Budge errichel.co.uk> writes: > My intention was to get the corrupted files into > .m4a container that would play on my renderer. That is what the command I posted is supposed to do. The reason for the misunderstanding on my side is probably that I don't understand the word "renderer" in thi

[FFmpeg-user] how to programitically close a ffplay event

2015-12-30 Thread Jim Shupert, Jr.
I am suspect that My question here will be judged as to broad or having to do with a shell script and therefore be dismissed. But , I am curious for a solution so I will ask anyway. Any wisdom is welcomed. Thanks in advance. Yes I realize this is a "hard one" , well-- it has been hard for me. ;)

Re: [FFmpeg-user] how to programitically close a ffplay event

2015-12-30 Thread Carl Eugen Hoyos
Jim Shupert, Jr. theppsgroup.com> writes: > You will see where I have tried vatious methods to > kill ffplay. Just send SIGHUP to the FFplay process. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Dave Rice
> On Feb 12, 2014, at 4:43 AM, Carl Eugen Hoyos wrote: > > Jim Shupert pps-inc.com> writes: > >> input a unCompressed yuv avi and get a second >> Uncompressed yuv avi or mov and it would be >> 'broadcast safe'. > > Rereading your original post: > Could you provide an uncompressed yuv avi t

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Dave Rice
> On Dec 30, 2015, at 12:51 PM, Dave Rice wrote: > > >> On Feb 12, 2014, at 4:43 AM, Carl Eugen Hoyos wrote: >> >> Jim Shupert pps-inc.com> writes: >> >>> input a unCompressed yuv avi and get a second >>> Uncompressed yuv avi or mov and it would be >>> 'broadcast safe'. >> >> Rereading

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Paul B Mahol
On 12/30/15, Dave Rice wrote: > >> On Feb 12, 2014, at 4:43 AM, Carl Eugen Hoyos wrote: >> >> Jim Shupert pps-inc.com> writes: >> >>> input a unCompressed yuv avi and get a second >>> Uncompressed yuv avi or mov and it would be >>> 'broadcast safe'. >> >> Rereading your original post: >> Could

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Dave Rice
> On Dec 30, 2015, at 12:59 PM, Paul B Mahol wrote: > > On 12/30/15, Dave Rice wrote: >> >>> On Feb 12, 2014, at 4:43 AM, Carl Eugen Hoyos wrote: >>> >>> Jim Shupert pps-inc.com> writes: >>> input a unCompressed yuv avi and get a second Uncompressed yuv avi or mov and it would b

Re: [FFmpeg-user] EPG stream

2015-12-30 Thread Roger Pack
On 9/7/15, Carl Eugen Hoyos wrote: > Mitja Pirih alternet.si> writes: > >> What are my options for EPG with ffmpeg? > > EPG is not yet supported, patch welcome! I'd also like it (at least output it to the console or something?) I could provide a sample file that contains EPG in it :) -roger- __

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Carl Eugen Hoyos
Dave Rice dericed.com> writes: > Responding late, as I find myself in need of this > filter as well. Instead, please explain your real-world reason why you need the filter: Do you have input that does not conform to broadcast? What does other "professional" software do with that input? Or doe

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Dave Rice
> On Dec 30, 2015, at 1:40 PM, Carl Eugen Hoyos wrote: > > Dave Rice dericed.com> writes: > >> Responding late, as I find myself in need of this >> filter as well. > > Instead, please explain your real-world reason why > you need the filter: > Do you have input that does not conform to broa

Re: [FFmpeg-user] how to programitically close a ffplay event

2015-12-30 Thread Lou
On Wed, 30 Dec 2015 11:52:03 -0500 "Jim Shupert, Jr." wrote: > I am very much able to PLAY in the manner i wish but seem UNABLE to end a > ffplay event so that it can move forward to the next event. -autoexit ___ ffmpeg-user mailing list ffmpeg-user@f

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Carl Eugen Hoyos
Dave Rice dericed.com> writes: > The input file appears to be in broadcast range > (yuv422p or yuv444p) but contains values that are > not in broadcast range. I don't understand this sentence. Are you aware that - afaik and I am everything but a broadcast professional - material that conforms

Re: [FFmpeg-user] a -vf for broadcast safe

2015-12-30 Thread Paul B Mahol
On 12/30/15, Carl Eugen Hoyos wrote: > Dave Rice dericed.com> writes: > >> The input file appears to be in broadcast range >> (yuv422p or yuv444p) but contains values that are >> not in broadcast range. > > I don't understand this sentence. > Are you aware that - afaik and I am everything but > a

Re: [FFmpeg-user] Unable to get udp multicast stream

2015-12-30 Thread Michael Smith
Lucas, How many interfaces exist on the machine you’re running ffmpeg on? mS On Aug 25, 2015, at 6:42 AM, Lucas da Vila wrote: > I've tried with VLC but I was not able to get the multicast on my machine. > On the server I receive the multicast, I saw it with tcpdump, but its like > ffmpeg does

Re: [FFmpeg-user] issue with trim & pan filters

2015-12-30 Thread Christian Johannesen
> > > On Wed, Dec 30, 2015 at 3:15 AM, Paul B Mahol wrote: > >> On 12/30/15, Christian Johannesen wrote: >> >> > [trim for input stream 0:1 @ 00ecd74caac0] Cannot select channel >> layout >> > for the link between filters trim for input stream 0:1 and Parsed_pan_0. >> > [trim for input stream

Re: [FFmpeg-user] how to programitically close a ffplay event

2015-12-30 Thread Jim Shupert, Jr.
> Jim Shupert, Jr. theppsgroup.com> writes: > >> You will see where I have tried vatious methods to >> kill ffplay. > > Just send SIGHUP to the FFplay process. > > Carl Eugen if you mean kill -SIGHUP ffplay in something like below... It does not work ffplay just waits #!/bin/bash ###--- the

Re: [FFmpeg-user] how to programitically close a ffplay event

2015-12-30 Thread Jim Shupert, Jr.
> On Wed, 30 Dec 2015 11:52:03 -0500 > "Jim Shupert, Jr." wrote: > >> I am very much able to PLAY in the manner i wish but seem UNABLE to end >> a >> ffplay event so that it can move forward to the next event. > > -autoexit that WORKS! so simple , so good I am so thankful in the possibility

[FFmpeg-user] Installationon Debian not working

2015-12-30 Thread Harald
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: h

Re: [FFmpeg-user] Installationon Debian not working

2015-12-30 Thread Reindl Harald
did you read what you pasted? --enable-libx265 \ ERROR: X265 NOT FOUND USING PKG-CONFIG just install x265-dev or whatever name the package has or remove --enable-libx265 from your configure line signature.asc Description: OpenPGP digital signature