Sponsored Content
Top Forums UNIX for Advanced & Expert Users trim 165 MB video clip with ffmpeg (only last 3 minutes) Post 302575528 by mirni on Tuesday 22nd of November 2011 02:30:00 AM
Old 11-22-2011
I was able to trim a test video on my machine with the syntax you provided, so I think it is correct. What I meant in the previous post was to double check the duration of the video (launch it in mplayer or some other player and skip to the end, see what is the duration). It may be that the video is shorter than 52 minutes, in which case you are telling ffmpeg to skip beyond the end of file.
Is it working, if you are trying to trim the first 3 minutes? or the 3 minutes somewhere in the middle of file?
Is it working with some other .flv file?
 

6 More Discussions You Might Find Interesting

1. OS X (Apple)

Video grab using ffmpeg?

Does anyone know how to grab video (screen) on Terminal using ffmpeg (not X11). I have written a unix library and I'd like to make a short movie (demo) of it. Tried: I already own SNapz Pro2 but it hangs the system (I have an old Powerbook 15" PPC). I guess my system is too slow for version... (0 Replies)
Discussion started by: sentinel
0 Replies

2. UNIX for Advanced & Expert Users

Ffmpeg (avconv) + crtmpserver Linux streaming video, no player to play it

Hello Linux experts, I'm working on live video streaming project, and my job is to create video streaming server using Ubuntu 13.04 Here is what I've done so far: 1. Installed crtmpserver from Ubuntu's repositories. 2. Installed ffmpeg To test the server i use webcam as source of video,... (0 Replies)
Discussion started by: +Yan
0 Replies

3. Shell Programming and Scripting

Recursive (Into subdirectories) ffmpeg generate jpg from video

My question is how to modify my existing script to generate from videos (mp4,avi,mkv etc...) jpegs via ffmpeg and keep folder name of generated jpg file? So if i have video in /home/videos/MyParty2009/SOmeDirR/VideoSomeTitle.mp4 and it will generate jpg with name of MyParty2009.jpg so the... (2 Replies)
Discussion started by: ZerO13
2 Replies

4. UNIX for Beginners Questions & Answers

How to convert days hours minutes seconds to minutes?

Hi, please help with below time conversion to minutes. one column values: 2 minutes 16 seconds 420 msec 43 seconds 750 msec 0 days 3 hours 29 minutes 58 seconds 480 msec 11 seconds 150 msec I need output in minutes(total elapsed time in minutes) (2 Replies)
Discussion started by: ramu.badugula
2 Replies

5. Shell Programming and Scripting

Grep a log file for the last 5 minutes of contents every 5 minutes

Hi all, System Ubuntu 16.04.3 LTS i have the following log INFO 2019-02-07 15:13:31,099 module.py:700] default: "POST /join/8550614e-3e94-4fa5-9ab2-135eefa69c1b HTTP/1.0" 500 2042 INFO 2019-02-07 15:13:31,569 module.py:700] default: "POST /join/6cb9c452-dcb1-45f3-bcca-e33f5d450105... (15 Replies)
Discussion started by: charli1
15 Replies

6. UNIX for Beginners Questions & Answers

Length of video file in minutes

I need to extract the length of a video file in minutes, not seconds or hours. How do I get the amount of minutes exclusively? (2 Replies)
Discussion started by: locoroco
2 Replies
XvPutVideo(3)							  libXv Functions						     XvPutVideo(3)

NAME
XvPutVideo - write video into a drawable SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvPutVideo(Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh); ARGUMENTS
dpy Specifies the connection to the X server. port Defines the port from which to get video. d Defines the drawable (window) into which video is to be written. gc Defines the graphical context. GC components are: subwindow-mode, clip-x-origin, clip-y-origin, and clip-mask. vx,vy,vw,vh Define the size and location of the source (video) region to be written. vx and vy define the upper-left pixel of the region. vw and vh define the width and height, in pixels, of the region. dx,dy,dw,dh Define the location and size of the destination (drawable) region into which the video image is written. dx and dy define the upper-left pixel of the region. dw and dh define the width and height, in pixels, of the region. DESCRIPTION
XvPutVideo writes video into a drawable. The position and size of the source (video) rectangle is specified by vx, vy, vw, and vh. The position and size of the destination (drawable) rectangle is specified by dx, dy, dw, and dh. Video data is clipped to the bounds of the video encoding, scaled to the requested drawable region size (or the closest size supported) and clipped to the bounds of the drawable. If video is successfully initiated, an XvVideoNotify event with detail XvStarted is generated for the drawable. If the port is already in use, its video is preempted, and if the new drawable is different than the old, an XvVideoNotify event with detail XvPreempted is generated for the old drawable. If the port is grabbed by another client, this request is ignored, and an XvVideoNotify event with detail XvBusy is generated for the drawable. If the port is not receiving a valid video signal or if the video signal is interrupted while video is active a VideoNotify event with detail XvHardError is generated for the drawable. RETURN VALUES
[Success] Returned if XvPutVideo(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if there were insufficient resources to process the request. DIAGNOSTICS
[XvBadPort] Generated if the requested port does not exist. [BadDrawable] Generated if the requested drawable does not exist. [BadGC] Generated if the requested graphics context does not exist. [BadAlloc] Generated if there were insufficient resources to process the request. SEE ALSO
XvPutStill(3), XvGetVideo(3), XvVideoNotify(3) X Version 11 libXv 1.0.7 XvPutVideo(3)
All times are GMT -4. The time now is 07:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy