Posts in 2021
-
Most votes on ffmpeg questions 2
May 01, 2021 in FAQ
Most votes on ffmpeg questions 2. #11 FFmpeg on Android #12 Convert audio files to mp3 using ffmpeg #13 Meaning of ffmpeg output (tbc, tbn, tbr) #14 ffmpeg - Converting MOV files to MP4 #15 How to add a new audio (not mixing) into a video using ffmpeg? #16 What does 'Past duration X.XXX too large' mean? #17 What are all codecs and formats supported by FFmpeg? #18 ffmpeg override output file if exists #19 Use ffmpeg to add text subtitles #20 Fastest way to extract frames using ffmpeg?
Read all the top votes questions and answers in a single page. #11: FFmpeg on Android (Score: 212) Created: 2011-01-18 Last updated: 2016-12-26 Tags: android, ffmpeg, stagefright, android-ffmpeg I have got FFmpeg compiled (libffmpeg.so) on Android. …
-
Most votes on ffmpeg questions 10
May 01, 2021 in FAQ
Most votes on ffmpeg questions 10. #91 FFmpeg output file format with no extension #92 Can FFmpeg be used as a library, instead of a standalone program? #93 Screenshot of the Nexus One from adb? #94 Frame Number Overlay With FFmpeg #95 Convert image sequence to lossless movie #96 Turn image sequence into video with transparency #97 Live stream RTMP/RTSP player without using webview (WOWZA server) on Android #98 Can ffmpeg convert audio from raw PCM to WAV? #99 Encoding a readable movie by QuickTime using FFMPEG #100 ffmpeg video to opengl texture
Read all the top votes questions and answers in a single page. #91: FFmpeg output file format with no extension (Score: 47) Created: 2012-03-26 Last updated: 2019-08-26 Tags: video, ffmpeg, video-encoding I’m developing a system which needs to …
-
Most votes on ffmpeg questions 1
May 01, 2021 in FAQ
Most votes on ffmpeg questions 1. #1 Cutting the videos based on start and end time using ffmpeg #2 How to concatenate two MP4 files using FFmpeg? #3 Rotating videos with FFmpeg #4 How can I extract audio from video with ffmpeg? #5 What are the differences and similarities between ffmpeg, libav, and avconv? #6 How do you convert an entire directory with ffmpeg? #7 How to install and run phpize #8 FFMPEG (libx264) "height not divisible by 2" #9 How to create a video from images with FFmpeg? #10 Best approach to real time http streaming to HTML5 video client
Read all the top votes questions and answers in a single page. #1: Cutting the videos based on start and end time using ffmpeg (Score: 655) Created: 2013-08-26 Last updated: 2017-05-23 Tags: linux, video, ffmpeg, video-editing I tried to cut the …
-
Most votes on docker questions 9
May 01, 2021 in FAQ
Most votes on docker questions 9. #81 Dockerfile copy keep subdirectory structure #82 How to mount a single file in a volume #83 How can I inspect the file system of a failed
docker build
? #84 Using the RUN instruction in a Dockerfile with 'source' does not work #85 Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running? #86 Root password inside a Docker container #87 See full command of running/stopped container in Docker #88 ps command doesn't work in docker container #89 How to clear the logs properly for a Docker container? #90 How to continue a Docker container which has exitedRead all the top votes questions and answers in a single page. #81: Dockerfile copy keep subdirectory structure (Score: 330) Created: 2015-05-13 Tags: copy, docker, dockerfile I’m trying to copy a number of files and folders to a docker image …
-
Most votes on docker questions 8
May 01, 2021 in FAQ
Most votes on docker questions 8. #71 Cannot install packages inside docker Ubuntu image #72 Correct way to detach from a container without stopping it #73 COPY with docker but with exclusion #74 Cannot download Docker images behind a proxy #75 Difference between links and depends_on in docker_compose.yml #76 Is it possible to start a shell session in a running container (without ssh) #77 How to rebuild docker container in docker-compose.yml? #78 Permission denied on accessing host directory in Docker #79 How to use sudo inside a docker container? #80 In Docker, what's the difference between a container and an image?
Read all the top votes questions and answers in a single page. #71: Cannot install packages inside docker Ubuntu image (Score: 357) Created: 2014-12-03 Last updated: 2016-07-02 Tags: docker, ubuntu-14.04 I installed Ubuntu 14.04 image on docker. …
-
Most votes on docker questions 7
May 01, 2021 in FAQ
Most votes on docker questions 7. #61 How can I add a volume to an existing Docker container? #62 docker: "build" requires 1 argument. See 'docker build –help' #63 Difference between Running and Starting a Docker container #64 Using SSH keys inside docker container #65 How to set image name in Dockerfile? #66 Difference between RUN and CMD in a Dockerfile #67 Communication between multiple docker-compose projects #68 What is the (best) way to manage permissions for Docker shared volumes? #69 Interactive shell using Docker Compose #70 How to run a cron job inside a docker container?
Read all the top votes questions and answers in a single page. #61: How can I add a volume to an existing Docker container? (Score: 385) Created: 2015-02-03 Last updated: 2020-07-15 Tags: docker I have a Docker container that I’ve created …
-
Most votes on docker questions 6
May 01, 2021 in FAQ
Most votes on docker questions 6. #51 How to see docker image contents #52 How to restart a single container with docker-compose #53 I lose my data when the container exits #54 Docker - Ubuntu - bash: ping: command not found #55 How to access host port from docker container #56 What does Docker add to lxc-tools (the userspace LXC tools)? #57 How to get the IP address of the docker host from inside a docker container #58 Docker container will automatically stop after "docker run -d" #59 Where is the Docker daemon log? #60 How to use local docker images with Minikube?
Read all the top votes questions and answers in a single page. #51: How to see docker image contents (Score: 429) Created: 2017-06-26 Last updated: 2019-10-02 Tags: docker I did a docker pull and can list the image that’s downloaded. I want to …
-
Most votes on docker questions 5
May 01, 2021 in FAQ
Most votes on docker questions 5. #41 In a Dockerfile, How to update PATH environment variable? #42 How do I make a comment in a Dockerfile? #43 How to push a docker image to a private repository #44 What's the difference between Docker Compose vs. Dockerfile #45 Docker: How to delete all local Docker images #46 Docker error : no space left on device #47 Copy directory to another directory using ADD command #48 What's the difference between Docker Compose and Kubernetes? #49 Can you run GUI applications in a Docker container? #50 Exposing a port on a live Docker container
Read all the top votes questions and answers in a single page. #41: In a Dockerfile, How to update PATH environment variable? (Score: 492) Created: 2014-11-23 Last updated: 2015-11-18 Tags: docker, dockerhub I have a dockerfile that download and …
-
Most votes on docker questions 4
May 01, 2021 in FAQ
Most votes on docker questions 4. #31 How to upgrade docker container after its image changed #32 Error "The input device is not a TTY" #33 How can I expose more than 1 port with Docker? #34 How do I run a command on an already existing Docker container? #35 Docker can't connect to docker daemon #36 How do I assign a port mapping to an existing Docker container? #37 How to fix docker: Got permission denied issue #38 How do you attach and detach from Docker's process? #39 denied: requested access to the resource is denied : docker #40 Docker - Name is already in use by container
Read all the top votes questions and answers in a single page. #31: How to upgrade docker container after its image changed (Score: 574) Created: 2014-11-04 Last updated: 2016-09-27 Tags: docker Let’s say I have pulled the official mysql:5.6.21 …
-
Most votes on docker questions 3
May 01, 2021 in FAQ
Most votes on docker questions 3. #21 How to mount a host directory in a Docker container #22 Docker how to change repository name or rename image? #23 Run a Docker image as a container #24 Using Docker-Compose, how to execute multiple commands #25 What is the difference between docker-compose ports vs expose #26 How do I edit a file after I shell to a Docker container? #27 What is the difference between "expose" and "publish" in Docker? #28 How to include files outside of Docker's build context? #29 How to enter in a Docker container already running with a new TTY #30 What is the runtime performance cost of a Docker container?
Read all the top votes questions and answers in a single page. #21: How to mount a host directory in a Docker container (Score: 720) Created: 2014-05-03 Last updated: 2019-06-27 Tags: docker, mount, boot2docker I am trying to mount a host directory …