GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   A program to make smaller file size version of hundreds of videos? (https://gfy.com/showthread.php?t=1066835)

Bladewire 05-02-2012 01:57 PM

A program to make smaller file size version of hundreds of videos?
 
.


What's the best program for this in Linux or Windows?







.

raymor 05-02-2012 02:01 PM

ffmpeg or mencoder


mkdir ../smallervids/
for file in *.mpeg
do
ffmpeg $file options ../smallervids/$file
done

DamianJ 05-02-2012 02:02 PM

sorensen squeeze

Helix 05-02-2012 02:11 PM

Free -> MediaCoder

mikesouth 05-02-2012 02:33 PM

Quote:

Originally Posted by Helix (Post 18924707)
Free -> MediaCoder

Yup specially if you have a CUDA or similar card and are encoding to h.264, you can even batch them even a low end nvidia card with cuda can get you 10x faster than real time encoding

Bladewire 05-02-2012 03:55 PM

Quote:

Originally Posted by raymor (Post 18924680)
ffmpeg or mencoder


mkdir ../smallervids/
for file in *.mpeg
do
ffmpeg $file options ../smallervids/$file
done

EXACTLY what I was looking for Ray thank you!


Quote:

Originally Posted by DamianJ (Post 18924684)
sorensen squeeze

Quote:

Originally Posted by Helix (Post 18924707)
Free -> MediaCoder

Quote:

Originally Posted by mikesouth (Post 18924749)
Yup specially if you have a CUDA or similar card and are encoding to h.264, you can even batch them even a low end nvidia card with cuda can get you 10x faster than real time encoding


Thanks for your responses I'll look into these two as well :thumbsup








.


All times are GMT -7. The time now is 04:53 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123