On 01 Aug 2015, at 02:39, André Luís Duarte
wrote:
> Thanks Henk, the cut was successful. Steve follow the link to the files
> you put in dropbox:
>
> - https://www.dropbox.com/s/k8yl5h6fx5o1q9l/Video1Cut.264?oref=e&n=451062852
> (File with five mb of video and audio)
> -
> https:/
...
Without having looked at the files.
My conclusion is that the problem appears after cutting with
H264Player_install.exe, is that correct ?
If correct, cut under linux. If you know where to cut, it’s quit easy.
ffmpeg -ss 10 -i source.ext -t 30 source-cutted.ext
Result: 30 seconds from source
On Fri, Jul 31, 2015 at 21:39:35 -0300, André Luís Duarte wrote:
> - https://www.dropbox.com/s/qgyulo8mbnqkwub/Video1.264?oref=e&n=451062852
> (file full)
My ffmpeg identifies this as raw H.264 video, without forcing it to do
so. It does have some problems with the stream though. But it does not
Jonathan Viney gmail.com> writes:
> > - have two outputs, one with flv and another with
> > mp4 (no ogg or any other formats)
>
> At the end of the filter chain you can use the split
> filter to create two outputs.
That is not generally necessary, you can do:
ffmpeg -i input -vcodec h264 out
What we do not understand is how the H264Player.exe displays the video
with audio. I'm concluding that the security system records video with
audio in a proprietary format that only H264Player should be able to
run. I'm still inexperienced in this type of manipulation, but that's
what it's look
André Luís Duarte ffmpeg.org> writes:
> - https://www.dropbox.com/s/qgyulo8mbnqkwub/Video1.264
I am not convinced that the file contains any audio.
Could you confirm again that the binary player plays
audio for this file?
Please do not top-post here, Carl Eugen
If you can install the program
https://www.dropbox.com/s/xuu95dg6jw6f4q0/H264Player_install.exe?oref=e&n=451062852
in the Windows, you will see that this program runs the file with audio.
On 01-08-2015 14:47, Carl Eugen Hoyos wrote:
André Luís Duarte ffmpeg.org> writes:
- https://www.drop
I managed to get an "old" DVD player to test again.
Now the only issue I get is a lot of
"Cliping frame in rate conversion by "
As the text is green, I'd say this is not important.
Could you please confirm and shortly explain what means this sentence.
I could not understand when reading the source
Carl Eugen Hoyos ag.or.at> writes:
> André Luís Duarte writes:
>
> > - https://www.dropbox.com/s/qgyulo8mbnqkwub/Video1.264
>
> I am not convinced that the file contains any audio.
> Could you confirm again that the binary player plays
> audio for this file?
I found the audio frames (168 byte
Hi,
I know I can do more than one output but is it possible to use ffplay in
conjunction with that?
I believe it’s possible to pipe ffmpeg output to ffplay, but what about doing
ffplay as well as streaming?
I’d like to use ffplay as a monitor of what I’m grabbing with ffmpeg, but then
also ne
Thanks Carl,
One of the things also that was happening was insufficient thread queue size. I
was seeing this error:
Thread message queue blocking; consider raising the thread_queue_size option
(current value: 8)
I’ve been able to get audio and video sync’ed properly, video coming from one
inp
11 matches
Mail list logo