[FFmpeg-user] hello ,when i install it ,it's wrong.

2017-10-03 Thread ????
Hello ,I'm want install ffmpeg at cpanel/WHM, I am use the WHMXtra to install it . but ,it's display as : ERROR: libgsm not found. I am try it at Centos ,use the command as :rpm -qa | grep gsm ,it's display as : gsm-1.0.13-11.el7.x86_64 gsm-tools-1.0.13-11.el7.x86_64 so,How can i do?

[FFmpeg-user] how to do transport stream Re-multiplexing

2017-10-03 Thread shraddha
I am new in video streaming.so i don't have knowledge how to to do transport stream re-multiplexing..for initialing y TS REMUX project...take ffmpeg tool there have multiple example one of those are remuxing so i tried to execute this file but i stuck in there i also tried multiple ffmpeg command f

[FFmpeg-user] Waveform to video

2017-10-03 Thread Olivier Daubry
Hello everyone, Kind of new here but thought that I could possibly find people that could help me over there. Anyway thanks for reading this. I would be looking for a software that could convert an audio file to a video clip of the waveform moving (such as in any playing DAW) with a fixed playhead

Re: [FFmpeg-user] Building tips for dual x264 (8-bit/10-bit) and building ffmpeg against these (dual ffmpeg bins)

2017-10-03 Thread Douglas Marsh
Found a way to do it entirely package maintainer way: FWIW: a short hand for ffmpeg would be to make a script in your ~/bin directory: ~/bin$ cat ffmpeg10 #!/bin/bash LD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.148 ffmpeg "$@" --Doug (dx9s) __

Re: [FFmpeg-user] Building tips for dual x264 (8-bit/10-bit) and building ffmpeg against these (dual ffmpeg bins)

2017-10-03 Thread Douglas Marsh
On 2017-10-03 14:09, Carl Eugen Hoyos wrote: Either use pkg-config or pass (--extra-cflags and) --extra-ldflags to configure so it can find the intended installation. (I don't know if there is an extra header, so ldflags may be sufficient) Found a way to do it entirely package maintainer way:

Re: [FFmpeg-user] Bd

2017-10-03 Thread Carl Eugen Hoyos
2017-10-04 1:23 GMT+02:00 Moritz Barsnick : > On Wed, Oct 04, 2017 at 00:51:49 +0200, Carl Eugen Hoyos wrote: >> 2017-10-04 0:35 GMT+02:00 Jacques Perconte : > >> > (1080p prores) on a Blu-ray. So I have to encode them :) >> >> So why do you have to encode them? > > Probably because ProRes on Blu R

Re: [FFmpeg-user] Bd

2017-10-03 Thread Moritz Barsnick
On Wed, Oct 04, 2017 at 00:51:49 +0200, Carl Eugen Hoyos wrote: > 2017-10-04 0:35 GMT+02:00 Jacques Perconte : > > (1080p prores) on a Blu-ray. So I have to encode them :) > > So why do you have to encode them? Probably because ProRes on Blu Ray is not supported by common players. > Is the inte

Re: [FFmpeg-user] Bd

2017-10-03 Thread Carl Eugen Hoyos
2017-10-04 0:35 GMT+02:00 Jacques Perconte : > My question was not precise. I have to put my films > (1080p prores) on a Blu-ray. So I have to encode them :) So why do you have to encode them? Is the intended player unable to play h264 1080p? Please do not top-post here, Carl Eugen _

Re: [FFmpeg-user] Bd

2017-10-03 Thread Jacques Perconte
Dear Eugen, My question was not precise. I have to put my films (1080p prores) on a Blu-ray. So I have to encode them :) Le 3 oct. 2017 à 01:06 +0200, Carl Eugen Hoyos , a écrit : > 2017-10-03 0:40 GMT+02:00 Jacques Perconte : > > Dear community members, I am searching for the best > > Blu-ray e

Re: [FFmpeg-user] Building tips for dual x264 (8-bit/10-bit) and building ffmpeg against these (dual ffmpeg bins)

2017-10-03 Thread Carl Eugen Hoyos
2017-10-03 21:21 GMT+02:00 Douglas Marsh : > On 2017-10-03 11:08, Douglas Marsh wrote: > Downloaded the deb source and noticed, they already build a > 10-bit version of everything x264 related: > > *** Contents: > ./usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.148 > ./usr/lib/x86_64-linux-gnu/li

Re: [FFmpeg-user] RTSP stream fps 29.97 instead of 30

2017-10-03 Thread Jonathan Viney
On Tue, Oct 3, 2017 at 1:56 PM, Mark Thompson wrote: > On 03/10/17 00:56, Jonathan Viney wrote: > > Hi, > > > > I am pulling an RTSP stream from an Axis 4K IP camera. The stream from > the > > camera is 30fps, but the resulting stream from ffmpeg is 29.97fps. Here > is > > the command: > > > > ff

Re: [FFmpeg-user] Building tips for dual x264 (8-bit/10-bit) and building ffmpeg against these (dual ffmpeg bins)

2017-10-03 Thread Douglas Marsh
On 2017-10-03 11:08, Douglas Marsh wrote: -enable-shared Will have to review this more. Want to keep the vendor (Ubuntu) 8-bit x264 intact and install a custom version of ffmpeg against it for 10-bit support as well, will make ffmpeg10 or something like that as well. Downloaded the deb source

[FFmpeg-user] Building tips for dual x264 (8-bit/10-bit) and building ffmpeg against these (dual ffmpeg bins)

2017-10-03 Thread Douglas Marsh
I am posting this (initially) to ffmpeg-user as the developers list is busy with ffmpeg and not sure if this question should be posted there. I went through the process of building x264 with 10-bit into /usr/local/x264 and tried to (quickly/briefly) build with suffixes (like in FFMPEG), but wi

[FFmpeg-user] Start offset changes in ts file

2017-10-03 Thread m.kamalasubha m.kamalasubha
Hello guys, I converted a video file from MP4 format to TS format using the following ffmpeg command. * ffmpeg -i -c copy -bsf h264_mp4toannexb * => simply copies the A/V data from .mp4 to .ts Simple copy operation from .mp4 -> .ts introduces *"start: 1.441667" in * whereas contai