Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/ffmpeg/patched-ffmpeg-mt/mt-work/test.sh

Issue 566011: FFmpeg add mt-work folder for completeness. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/ffmpeg/patched-ffmpeg-mt/mt-work/test.sh
===================================================================
--- third_party/ffmpeg/patched-ffmpeg-mt/mt-work/test.sh (revision 0)
+++ third_party/ffmpeg/patched-ffmpeg-mt/mt-work/test.sh (revision 0)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+fn=`basename "$1"`
+for th in 1 2 3 4; do
+ time ./ffmpeg_g -threads $th -vsync 0 -y -t 30 -i "$1" -an -f framecrc "crc/$fn-$th.txt" >/dev/null 2>&1
+done
+
+md5 "crc/$fn"*
« no previous file with comments | « third_party/ffmpeg/patched-ffmpeg-mt/mt-work/mplayer.diff ('k') | third_party/ffmpeg/patched-ffmpeg-mt/mt-work/todo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698