Mike Martin | 1 Apr 01:16

problem getting audio from mpeg stream

hi I have mpeg stream (dvb-t) which stop afer 143 seconds , whether
using lame, ogg, mp2 or even dvd

the error is Invalid timestamps stream=0, pts=3569850528,
dts=8276486691, size=158 (or some variation)

is there any way to force ffmpeg to continue (there is audio after
this point - and only audio mp2/3 not able to determine which -
probably mp2)

version is SVN-r16447 (fairy old I know)
G 3 | 1 Apr 04:10
Picon

ffmpeg 0.5 doesn't produce playable files

I have recently tried out ffmpeg 0.5. I was able to make it compile, 
but the files it produces don't play on Quicktime. When I tried 
converting an flv file into a mp4, ffmpeg displayed this error 
repeatedly:

Error while decoding stream #0.0
[flv @ 0x1804200]Bad picture start code
[flv @ 0x1804200]header damaged

I know it is not the file's fault because older versions of ffmpeg can 
convert the file just fine. I did try other files and received error 
messages like the one above. I compiled ffmpeg 0.5 using gcc 3.3 on Mac 
OS 10.3.9.

Here is some more information about this version:

FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
   configuration: --disable-altivec
   libavutil     49.15. 0 / 49.15. 0
   libavcodec    52.20. 0 / 52.20. 0
   libavformat   52.31. 0 / 52.31. 0
   libavdevice   52. 1. 0 / 52. 1. 0
   built on Mar 31 2009 14:55:50, gcc: 3.3 20030304 (Apple Computer, 
Inc. build 1666)

Anyone have a solution to this problem?
Picon

making a 3600x3600 mpeg2 fails

Hi list,

It is not conforming the mpeg2 specifications but I need to generate  
3600x3600 from a bunch of jpegs.
All seems to go well but the end result is rather strange..

What I do is :

ffmpeg -i d_%05d.jpg -s 3600x3600 -t 30 -r 5000k -f mpeg2video d.m2v
FFmpeg version SVN-r18259, Copyright (c) 2000-2009 Fabrice Bellard, et  
al.
   configuration: --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/ 
man --incdir=/usr/include/ffmpeg --enable-libmp3lame --enable- 
libvorbis --enable-libfaac --enable-libx264 --enable-shared --enable- 
pthreads --enable-gpl
   libavutil     50. 2. 0 / 50. 2. 0
   libavcodec    52.22. 3 / 52.22. 3
   libavformat   52.32. 0 / 52.32. 0
   libavdevice   52. 1. 0 / 52. 1. 0
   libswscale     0. 7. 1 /  0. 7. 1
   built on Mar 31 2009 14:19:46, gcc: 4.1.2 20071124 (Red Hat 4.1.2-42)
Input #0, image2, from 'd_%05d.jpg':
   Duration: 00:00:16.04, start: 0.000000, bitrate: N/A
     Stream #0.0: Video: mjpeg, yuvj444p, 3600x3600 [PAR 72:72 DAR  
1:1], 25 tbr, 25 tbn, 25 tbc
Output #0, mpeg2video, to 'd.m2v':
     Stream #0.0: Video: mpeg2video, yuv420p, 3600x3600 [PAR 1:1 DAR  
1:1], q=2-31, 200 kb/s, 90k tbn, 60 tbc
Stream mapping:
   Stream #0.0 -> #0.0
(Continue reading)

Stefano Sabatini | 1 Apr 09:20
Picon
Favicon

Re: ffmpeg 0.5 doesn't produce playable files

On date Tuesday 2009-03-31 22:10:26 -0400, G 3 encoded:
> I have recently tried out ffmpeg 0.5. I was able to make it compile, but 
> the files it produces don't play on Quicktime. When I tried converting an 
> flv file into a mp4, ffmpeg displayed this error repeatedly:
>
> Error while decoding stream #0.0
> [flv @ 0x1804200]Bad picture start code
> [flv @ 0x1804200]header damaged
>
> I know it is not the file's fault because older versions of ffmpeg can  
> convert the file just fine. I did try other files and received error  
> messages like the one above. I compiled ffmpeg 0.5 using gcc 3.3 on Mac  
> OS 10.3.9.
>
> Here is some more information about this version:
>
> FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
>   configuration: --disable-altivec
>   libavutil     49.15. 0 / 49.15. 0
>   libavcodec    52.20. 0 / 52.20. 0
>   libavformat   52.31. 0 / 52.31. 0
>   libavdevice   52. 1. 0 / 52. 1. 0
>   built on Mar 31 2009 14:55:50, gcc: 3.3 20030304 (Apple Computer, Inc. 
> build 1666)
>
> Anyone have a solution to this problem?

Could you try with latest SVN?

Regards.
(Continue reading)

monsieuj60 | 1 Apr 11:59
Picon
Favicon

Pb of using ffmpeg and directshow

Hello

I will use ffmpeg in a command line, but i use a file with extension .mkv and for convert this file i must used directshow
But my problem is , how use ffmpeg and directshow in command line
what is the good command for that

Thanks you for your help
________________________________________________________________________
Re?evez AOL Mail sur votre t?l?phone. Vos e-mails accessibles ? tout moment! Cr?ez un e-mail gratuit
aujourd?hui. 
Tim Nicholson | 1 Apr 12:08
Picon
Picon
Favicon

SVN 18302 compile fails

My usual script:-
-------------------------------------------------
#! /bin/bash

socksify svn up

./configure \
--prefix=/usr/local --shlibdir=/usr/local/lib64 --libdir=/usr/local/lib64 \
--mandir=/usr/local/man --incdir=/usr/local/include \
--enable-gpl --enable-nonfree --enable-x11grab \
--enable-avfilter --enable-avfilter-lavf --enable-pthreads \
--enable-postproc \
--enable-libx264 --enable-libamr-nb  --enable-libamr-wb \
--enable-libxvid --enable-libdc1394 --enable-libdirac \
--enable-libmp3lame --enable-libtheora --enable-libvorbis  --enable-libfaac

make clean

make
---------------------------------------------------

ends up with:-

make: *** No rule to make target `libavutil/random.h', needed by
`libavcodec/roqvideodec.o'.  Stop.

it always used to work, so anyone any ideas?

--

-- 
Tim Nicholson
(Continue reading)

Stefano Sabatini | 1 Apr 14:33
Picon
Favicon

Re: SVN 18302 compile fails

On date Wednesday 2009-04-01 11:08:54 +0100, Tim Nicholson encoded:
> My usual script:-
> -------------------------------------------------
> #! /bin/bash
> 
> socksify svn up
> 
> ./configure \
> --prefix=/usr/local --shlibdir=/usr/local/lib64 --libdir=/usr/local/lib64 \
> --mandir=/usr/local/man --incdir=/usr/local/include \
> --enable-gpl --enable-nonfree --enable-x11grab \
> --enable-avfilter --enable-avfilter-lavf --enable-pthreads \
> --enable-postproc \
> --enable-libx264 --enable-libamr-nb  --enable-libamr-wb \
> --enable-libxvid --enable-libdc1394 --enable-libdirac \
> --enable-libmp3lame --enable-libtheora --enable-libvorbis  --enable-libfaac
> 
> make clean
> 
> make
> ---------------------------------------------------
> 
> ends up with:-
> 
> make: *** No rule to make target `libavutil/random.h', needed by
> `libavcodec/roqvideodec.o'.  Stop.
> 
> it always used to work, so anyone any ideas?

random.h has been removed recently,
(Continue reading)

Tim Nicholson | 1 Apr 15:00
Picon
Picon
Favicon

Re: SVN 18302 compile fails

Stefano Sabatini wrote:
> On date Wednesday 2009-04-01 11:08:54 +0100, Tim Nicholson encoded:
>> My usual script:-
> [snip]
>>
>> ends up with:-
>>
>> make: *** No rule to make target `libavutil/random.h', needed by
>> `libavcodec/roqvideodec.o'.  Stop.
>>
>> it always used to work, so anyone any ideas?
> 
> random.h has been removed recently,
> make distclean

Cheers, I thought "make clean" was the way to remove out of date stuff!
Just for clarity what is the difference between "distclean" and "clean"?

--

-- 
Tim Nicholson
Pardeep Puar | 1 Apr 15:45

Video playback half the speed with encoding AVCHD files

Hello there,

Every time I try to convert my AVCHD files, my video playback is half
the speed the audio is playing.  What is the proper command I should be
using in FFMpeg to convert AVCHD files?

Thanks
G 3 | 1 Apr 16:34
Picon

Re: ffmpeg 0.5 doesn't produce playable files


On Apr 1, 2009, at 6:00 AM, ffmpeg-user-request <at> mplayerhq.hu wrote:

> Message: 7
> Date: Wed, 1 Apr 2009 09:20:48 +0200
> From: Stefano Sabatini <stefano.sabatini-lala <at> poste.it>
> Subject: Re: [FFmpeg-user] ffmpeg 0.5 doesn't produce playable files
> To: ffmpeg-user <at> mplayerhq.hu
> Message-ID: <20090401072048.GA24104 <at> geppetto>
> Content-Type: text/plain; charset=us-ascii
>
> On date Tuesday 2009-03-31 22:10:26 -0400, G 3 encoded:
>> I have recently tried out ffmpeg 0.5. I was able to make it compile, 
>> but
>> the files it produces don't play on Quicktime. When I tried 
>> converting an
>> flv file into a mp4, ffmpeg displayed this error repeatedly:
>>
>> Error while decoding stream #0.0
>> [flv @ 0x1804200]Bad picture start code
>> [flv @ 0x1804200]header damaged
>>
>> I know it is not the file's fault because older versions of ffmpeg can
>> convert the file just fine. I did try other files and received error
>> messages like the one above. I compiled ffmpeg 0.5 using gcc 3.3 on 
>> Mac
>> OS 10.3.9.
>>
>> Here is some more information about this version:
>>
(Continue reading)


Gmane