libx264 Questions

4

I am getting broken ffmpeg error while VideoWrite using X264 Fourcc codec.I have install all the dependencies.How can I rectify this problem.The sample code that I have been using is as follows. V...
Antisemite asked 3/9, 2014 at 6:8

6

Solved

When I try to convert a webm file to mp4 the output is very very choppy and it appears as if many frames have been dropped by ffmpeg I used the following commands to convert ffmpeg -i movie.webm ...
Syreetasyria asked 8/8, 2013 at 10:14

2

In Android JNI, using ffmpeg with libx264 use below codes to encode and decode raw rgb data!. I should use swscale to convert rgb565 to yuv420p as required by H.264. But not clear about this conver...
Salian asked 16/1, 2014 at 17:42

2

I am trying to create a video from images using the ffmpeg library. The images have a size of 1920x1080 and are supposed to be encoded with H.264 using a .mkv container. I have come across various ...
Rheumy asked 23/7, 2013 at 17:3

1

Solved

I have ffmpeg with libx264 enabled from BtbN for Windows 10. This is the command: ffmpeg -f gdigrab -c:v libx264 -framerate 30 -i title="FiveM" -f flv rtmp://MYSITE.COM/stream/MYSECRETKEY...
Exarchate asked 29/10, 2020 at 19:21

0

Using various posts sprinkled around the Internet, including this one here on SO, I've been able to understand how to use the FFmpeg cli to generate a CBR video bitrate using the x264 codec (wrappe...
Callous asked 3/7, 2020 at 16:4

3

Solved

I am trying to compile libx264 in ffmpeg under cygwin environment. I have followed some directions from several sources from Koohiimaster's blog, FFMPEG compilation guide, SO post 1, SO post 2 but...
Herculie asked 19/7, 2017 at 4:39

1

Solved

I am trying to encode some videos but when I use the libx264 they don't work but change the codec to h264_nvenc and they play. If I change the profile to baseline when using the libx264 the videos...
Heterogamy asked 16/8, 2019 at 18:27

2

I'm trying to configure ffmpeg to do a real-time video streaming using a webcam. The ffmpeg encoder command I use is as follows. ffmpeg -f v4l2 -input_format yuyv422 -s 640x480 -i /dev/video0 -c:v...

7

Solved

I am trying to encode a .mp4 video from a set of frames using FFMPEG using the libx264 codec. This is the command I am running: /usr/local/bin/ffmpeg -r 24 -i frame_%05d.jpg -vcodec libx264 -y -a...
Uvulitis asked 30/12, 2013 at 21:13

1

Solved

I'm using ffmpeg to encode a set of images as a short timelapse video, using libx264 codec. My first attempt, I encoded it at 30 FPS, using: ffmpeg -r 30 -pattern_type glob -i "*.jpg" -vcodec libx...
Impression asked 3/4, 2018 at 0:32

2

Solved

Encoding with ffmpeg and libx264, are there presets or flags that will optimize decoding speed? Right now it seems that videos transcoded with similar file sizes are decoded at very different spe...
Counterpoint asked 7/1, 2014 at 2:43

3

Solved

I installed GStreamer-0.10 and all modules (base, good, bad, ugly, ffmpeg) according to these instructions (browse through by clicking prev/next): http://www.linuxfromscratch.org/blfs/view/svn/mult...
Rhinestone asked 28/6, 2013 at 7:36

1

I am new to OpenCV, and I want write Mat images into video using VideoWriter on Ubuntu 12.04. But when constructing VideoWriter, errors came out. It seems that OpenCV invoke ffmpeg API using defa...
Joaniejoann asked 25/4, 2014 at 2:31

2

I hope some one helps me the solve this problems. I was trying to compile FFmpeg 2.2.3 library under ubuntu 12.04LTS for android using android ndk r10e by following this tutorials: Tutorial1 Tut...
Beulahbeuthel asked 12/3, 2016 at 16:39

4

Solved

I needed to install ffmpeg with libx264 support for enabling H.264 encoding . I installed libx264 successfully using the below script with toolchains available in android-ndk-r9d . #!/bin/bash N...
Strawflower asked 1/8, 2014 at 11:21

1

Solved

I'm using ffmpeg libx264 to encode a 720p screen captured from x11 in realtime with a fps of 30. when I use -tune zerolatency paramenter, the average encode time per-frame can be as large as 12ms w...
Kiruna asked 10/11, 2015 at 6:14

2

I want to upload video files to server and compress before uploading. I'm using ffmpeg libx264. I have seen viber can upload 30 second video file of size 78MB within a minute [reduce it's down to 2...
Mantellone asked 3/11, 2015 at 8:55

0

What is wrong with the libx264 path please anyone help me? I have compiled libx264 latest source code. When I compiled the ffmpeg source using below x264 path . It wont allow me to record video. No...
Ottie asked 5/3, 2015 at 11:28

0

I am trying to convert video recorded from Android smart watch (.mp4 format) to a format (.mp4) which playable on all browsers. The video recorded from smart watch is not playing in the browsers. s...
Ranchman asked 15/12, 2014 at 12:41

4

I'm trying to encode a video with ffmpeg into H.264 (via the libx264 library) with a constant bit rate. I know, I know, VBR is often preferred, but for this specific job I'm required to use CBR (ju...
Viddah asked 19/8, 2011 at 17:50

1

I am trying to create a rtsp Server that streams the OpenGL output of my program. I had a look at How to write a Live555 FramedSource to allow me to stream H.264 live, but I need the stream to be u...
Kkt asked 17/10, 2013 at 13:5

1

Solved

I'm new to video compression; but I see many of the terms repeated over and over again. I'm wondering what's the difference between x.264 and libx264 and H.264?
Bimolecular asked 14/10, 2013 at 9:23

5

Solved

I am attempting to encode video using libavcodec/libavformat. Audio works great, but when I try to encode video I get the following errors: [libx264 @ 0x10182a000]broken ffmpeg default settings de...
Medical asked 24/8, 2010 at 1:45

1

Solved

When I decode frames from avi file and then decode them in x264 and save to mp4 file, the fps of the output file is always 12,800. Therefore the file is played very fast. But, when I save the encod...
Iodate asked 26/11, 2012 at 12:41

© 2022 - 2024 — McMap. All rights reserved.