![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Feb 2006
Location: In a dream
Posts: 1,955
|
ffmpeg mp4 splitting
Hello,
I'm looking for a ffmpeg command to split a mp4 file without re-encoding it. Someone here have done that? Thanks |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Mar 2003
Location: ::::::::::::: :::::::::::||::::::::::: :::::::::::||::::::::::: :::::::::::||::::::::::: :::::::::::||::::::::::: :::::::::::||::::::::::: ::::::||||||||||||:::::: :::::::::::||::::::::::: :::::::::::||::::::::::: ::::::::::::::::::::::::
Posts: 7,197
|
I use Avidemux
btw it took me 2 seconds on google to find answers for what you just ask...
__________________
Amen |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Feb 2006
Location: In a dream
Posts: 1,955
|
I know, I searched on google but I forgot to mention that I need the command line to work with ElevatedX, my bad.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
MFBA
Industry Role:
Join Date: Mar 2003
Location: PNW
Posts: 7,230
|
-ss 1:00:00 -t 2:00:00 -acodec copy -vcodec copy
where 1:00:00 is the start time and 2:00:00 would be the end time. -ss and -t need to remain in THAT order and need to be at the beginning of the command line. even before your -i. i dont know the specifics of what other videos you are delivering so i cant help you with the full command line input. if you have an existing one youd like to port, post it here and i can fix it for you. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 | |
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,219
|
Quote:
Code:
ffmpeg -ss 00:00:00 -t 00:50:00 -i largefile.mp4 -acodec copy -vcodec copy smallfile.mp4
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Join Date: Feb 2006
Location: In a dream
Posts: 1,955
|
Thanks Why and Fris, I will transfert this to Elevatex X and see if they can integrate it.
|
![]() |
![]() ![]() ![]() ![]() ![]() |