Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-02 Thread André Luís Duarte
Hi Carl, thanks for the feedback. Excuse my ignorance but can I affirm that ffmpeg will not convert this video with audio? For now! On 01-08-2015 17:21, Carl Eugen Hoyos wrote: Carl Eugen Hoyos ag.or.at> writes: André Luís Duarte writes: - https://www.dropbox.com/s/qgyulo8mbnqkwub/Video1.2

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread André Luís Duarte
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

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread André Luís Duarte
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

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread Moritz Barsnick
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

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread André Luís Duarte
... 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

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-08-01 Thread Henk D. Schoneveld
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:/

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-31 Thread André Luís Duarte
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://www.dropbox.com/s/xuu95dg6jw6f4q0/H264Player_install.exe?oref=e&n=4

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-30 Thread Henk D. Schoneveld
On 30 Jul 2015, at 20:27, André Luís Duarte wrote: > On 30-07-2015 13:06, Steve Boyer wrote: >> On Jul 30, 2015 10:24 AM, "André Luís Duarte" < >> andrelduarte-at-yahoo.com...@ffmpeg.org> wrote: >>> Hi Guys. Thanks for the feedback. Steve, I initially tried the following >> command, and the res

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-30 Thread Steve Boyer
On Thu, Jul 30, 2015 at 1:27 PM, André Luís Duarte wrote: > On 30-07-2015 13:06, Steve Boyer wrote: >> This is curious - it's almost as if ffmpeg doesn't recognize this as a >> valid video. Can you run "file video1.264" for us? Or even better, can you >> provide a small sample for us to take a loo

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-30 Thread André Luís Duarte
On 30-07-2015 13:06, Steve Boyer wrote: On Jul 30, 2015 10:24 AM, "André Luís Duarte" < andrelduarte-at-yahoo.com...@ffmpeg.org> wrote: Hi Guys. Thanks for the feedback. Steve, I initially tried the following command, and the result was as follows: linux@linux-Capella-IbexPeak-M-Chipset:~/Víde

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-30 Thread Steve Boyer
On Jul 30, 2015 10:24 AM, "André Luís Duarte" < andrelduarte-at-yahoo.com...@ffmpeg.org> wrote: > > Hi Guys. Thanks for the feedback. Steve, I initially tried the following command, and the result was as follows: > > linux@linux-Capella-IbexPeak-M-Chipset:~/Vídeos$ sudo ffmpeg -i Video1.264 -vcodec

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-30 Thread André Luís Duarte
Hi Guys. Thanks for the feedback. Steve, I initially tried the following command, and the result was as follows: linux@linux-Capella-IbexPeak-M-Chipset:~/Vídeos$ sudo ffmpeg -i Video1.264 -vcodec copy Video1.avi ffmpeg version N-73895-g323ec6b Copyright (c) 2000-2015 the FFmpeg developers built

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-29 Thread Moritz Barsnick
(André, your subject is wrong. ;-)) On Wed, Jul 29, 2015 at 15:33:31 -0500, Steve Boyer wrote: > On Wed, Jul 29, 2015 at 3:09 PM, André Luís Duarte > wrote: > Probably shouldn't run ffmpeg as root, as your resulting video will be > owned by root and can easily cause all kinds of permission issue

Re: [FFmpeg-user] Convert .256 to avi with audio

2015-07-29 Thread Steve Boyer
On Wed, Jul 29, 2015 at 3:09 PM, André Luís Duarte wrote: > Hi guys. Need to do a skill in a video that was recorded in a security camera > and the video file has the extension .264. The video file can be viewed in > the program provided by company (H264Player). The video is displayed with > so

[FFmpeg-user] Convert .256 to avi with audio

2015-07-29 Thread André Luís Duarte
Hi guys. Need to do a skill in a video that was recorded in a security camera and the video file has the extension .264. The video file can be viewed in the program provided by company (H264Player). The video is displayed with sound normally for this player. I need to check the sound level conta