avconv Questions

3

Solved

Using avconv (or even ffmpeg, so I can use as a reference), how can I create a time lapse video by taking only anchor/reference frames from another video? Most information I find is on how to creat...
Sibel asked 27/1, 2017 at 20:5

3

Solved

First, I have almost zero experience in making videos from images. What I have is a set of BMP timestamped images from which I want to generate a video. Since the timestamps are not equally spaced...
Straightedge asked 22/1, 2015 at 10:43

3

Solved

Is there any way howto create an infinite h264 stream from a video file (eg. mp4, avi, ...). I'd like to use ffmpeg to transcode avi file to h264 but there's no loop option for output.
Ileanaileane asked 15/6, 2015 at 13:41

3

Solved

I installed ffmpeg 0.8.9 on ubuntu11 by ./configure --enable-gpl --enable-nonfree --enable-pthreads --enable-libfaac --enable-libmp3lame --enable-libx264 When I run it ffmpeg -y -i test.mp4...
Perreira asked 19/3, 2012 at 3:41

10

Solved

I have several chunks in folder. 0001.mp4 0002.mp4 0003.mp4 ... 0112.mp4 I would like to merge them into full.mp4 I tried to use: avconv -f concat -i <(printf "file '%s'\n" /root/chunk/*.mp...
Rattray asked 31/8, 2013 at 21:15

3

Solved

I'm having no luck install libav on OS X Mavericks. Ive tried everything. I'm following this guide: http://earthwithsun.com/questions/568464/install-latest-libav-avconv-on-osx After doing the mac...
Sheik asked 1/2, 2014 at 8:28

3

Solved

I would like to use avconv to convert a series of PNG images to a WebM video, preserving transparency. I understand that the pixel format used in the output video must support transparency. So I t...
Moniz asked 24/1, 2016 at 9:45

5

Solved

I'm looking for a way to rotate videos shot with my Nexus 4 on my Debian Wheezy sytem. The videos are shot in portrait mode and I would like to rotate them to landscape mode. Preferably the rotatio...
Ezarras asked 30/7, 2014 at 7:56

0

I am using an HTML5 video tag as follows: <video playsInline muted autoPlay className='video' preload='auto' loop='loop'> <source src="intro-m-no-audio.mp4" type='video/mp4' /> <...
Beneficiary asked 1/5, 2017 at 13:54

2

Ubuntu 12.04 nginx 1.2.4 avconv -version avconv version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers built on Feb 6 2014 20:56:59 with gcc 4.6.3 avconv 0.8.10-...
Jemy asked 4/6, 2014 at 13:6

1

im working in a file broadcasting method using mpeg2-ts and ISDB-T ( Integrated Services Digital Broadcasting - Terrestial), My problem is that im not being able to to put a file into the data stre...
Officeholder asked 2/8, 2016 at 16:21

1

I'm looking for a way to generate proper fragmented *.mp4 files for MediaSourceExtension (Chrome). I tried out the example from here: http://people.mozilla.org/~jyavenard/tests/mse_mp4/paper.html ...
Resect asked 13/10, 2014 at 8:54

1

Solved

I have multiple mkv files in a ubuntu directory.I have installed 'avconv' tool and its working fine. My aim is to simple concatenate all those files and produce a single mkv file. I referenced so m...
Intern asked 6/6, 2016 at 14:26

1

See FINAL EDIT. I need to capture the second monitor and show in main display in a small window. I don't need quality, but performance. So, the (working) command to capture second monitor of 1280...
Sidra asked 11/11, 2015 at 13:27

2

Solved

how do I convert an animated gif to a video (e.g. h264@mp4) programmatically on a linux server? I need this to process user generated content which should be output as several defined video format...
Reef asked 10/4, 2015 at 12:7

1

I am testing out concating mp4 files together and have come across one way to do it that is working but is creating huge file sizes. my original videos are mp4 and I started out trying to convert...
Bromeosin asked 4/12, 2014 at 5:44

0

I am trying to overlay multiple videos in a split screen, with different offset (Audio, video both offset), initially I tried offsetting & overlaying like following avconv -i 1.webm -itsoffset...
Sidnee asked 4/11, 2014 at 9:37

1

Solved

I have a piece of code that takes a stream of images and writes them to a file using x264 to encode and avconv. The relevant bits are as follows // Setup encoder sprintf(cmd, "avconv -i pipe: -vco...
Rachal asked 1/5, 2014 at 13:7

2

This is the procedure I know to convert a DVD image to another videoformat (v.g. MP4): concatenate the VTS_01_n.VOB files inside VIDEO_TS folder (for n >= 0) into a single VOB file. use avconv or...
Mailbag asked 5/10, 2013 at 17:43

1

Solved

I'm currently writing a command line tool to convert a input music library with various formats (flac / ogg / mp3 / ...) to an output music library of a given format (flac / ogg / mp3). I've based ...
Aruba asked 31/1, 2014 at 20:44

3

Solved

I am trying to make a bunch of png's into a video using avconv, the png's are numbered like filename_<number> so I usually just use the command: avconv -r 10 -i filename_%d.png -b:v 1000k t...
Flintlock asked 1/5, 2013 at 8:45

1

Solved

Looking at the avconv website there seem to be a vast array of options to convert video. However, I'm getting lost in all the technical detail. Is there a simple way to convert a .mov to a .mp4 (...
Gereron asked 24/9, 2013 at 9:11

2

I'm trying to animate a series of jpg files using avconv. Based on numerous examples, I'm trying using %d.jpg to specify the files. Or %05d.jpg. However, I'm getting: avconv -i %d.jpg a.avi avconv...
Gonad asked 11/9, 2012 at 2:17
1

© 2022 - 2024 — McMap. All rights reserved.