[Ffmpeg-devel] I'm giving up

Panagiotis Issaris takis.issaris
Wed Dec 6 13:58:45 CET 2006


Hi Diego,

On Tue, 2006-12-05 at 18:06 +0100, Diego Biurrun wrote:
> On Tue, Dec 05, 2006 at 05:17:54PM +0100, Panagiotis Issaris wrote:
> > 
> > Sure. This is just the normal patch, stripped to contain only the
> > changes to existing files. I'm not sure this is what you intended
> > though... If it isn't, I'm ready to modify and send a new one.
> > 
> > --- a/tests/regression.sh
> > +++ b/tests/regression.sh
> > @@ -337,6 +340,16 @@ do_video_decoding
> >  fi
> >  
> >  ###################################
> > +if [ -n "$do_ffh264" ] ; then
> > +# h264 encoding
> > +file=${outfile}ffh264.mp4
> > +do_ffmpeg $file -y -qscale 10 -f pgmyuv -i $raw_src -an -vcodec ffh264 -vtag avc1 $file
> > +
> > +# h264 decoding
> > +do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
> > +fi
> 
> There's a better way to do this now.  Reread the file.
Fixed.

Thanks for reviewing and noticing!

With friendly regards,
Takis
-- 
vCard: http://www.issaris.org/pi.vcf
Public key: http://www.issaris.org/pi.key





More information about the ffmpeg-devel mailing list