[Ffmpeg-devel] I'm giving up

Diego Biurrun diego
Tue Dec 5 18:06:45 CET 2006


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.

Diego





More information about the ffmpeg-devel mailing list