Re: [FFmpeg-user] (no subject)

2024-04-17 Thread Def Etienne
> > On 16 Apr 2024, at 14:30, B-2014 Ariyan Kashyap > wrote: > > Getting this err while running ./configure --enable-shared > > ./configure --enable-shared > nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. > Install a recent version of nasm. Def > If you think

Re: [FFmpeg-user] Transcoding individual segments of HLS?

2024-03-15 Thread Def Etienne
Sent from my iPhone > On 16 Mar 2024, at 06:44, David Johansen wrote: > > I've used ffmpeg to convert an H.264 .mp4 to segments for HLS playback and > it works. I'd like to then transcode them to H.265 so that it's available > as well, and I'd like to process them as individual segments so it

Re: [FFmpeg-user] cutting mp4 with ffmpeg

2024-01-13 Thread Def Etienne
Sent from my iPhone > On 13 Jan 2024, at 15:44, Andrew Randrianasulu > wrote: > > I compiled new ffmpeg I tried to cut mp4 > > -to parameter was coming from mpv: > > bash-5.1$ mpv ~/6029.mp4 > (+) Video --vid=1 (*) (h264 720x400 25.000fps) > (+) Audio --aid=1 (*) (aac 2ch 48000Hz) > AO: [al

Re: [FFmpeg-user] splitting up video with high quality (HDR, 4k, Dolby Atmos+ TrueHd)

2023-11-20 Thread Def Etienne
> On 21 Nov 2023, at 01:06, Paul B Mahol wrote: > > On Tue, Nov 21, 2023 at 12:49 AM Sebbi Thueni > wrote: >> : >> ffmpeg -i test.mkv -c:v copy -c:a copy -f segment -segment_time 5 >> test%d.mkv >> or >> ffmpeg -i test.mkv -c:v copy -c:a truehd -f segment -segment_time 5 >> test%d.mkv >> or

Re: [FFmpeg-user] FFPLAY

2023-09-19 Thread Def Etienne
Sent from my iPhone > On 19 Sep 2023, at 09:08, faut_voir wrote: > > Hello, > > > _I've spent a lot of time to look for an answer about my 2 questions whithout > success_ : > > > *# QUESTION 1* > > I would like to play a movie's file on my computer, but select and play > directly by th

Re: [FFmpeg-user] ffmpeg watermark by -vcodec libx264

2023-09-19 Thread Def Etienne
> On 19 Sep 2023, at 07:18, saman exploit wrote: > >  hi i wanna know how to add watermark by -vcodec order , please help me > > i dont want to use -filter_complex >> > '' > shell_exec("$ffmpeg_b -y -i $video_file_full_path -vcodec libx264 -preset > {fast} -filter

Re: [FFmpeg-user] Concat MTS problems

2023-02-11 Thread Def Etienne
> > On 11 Feb 2023, at 18:57, Alexander Gribanov wrote: > > Hello! > > I have a camera which splits long recordings into files 2 Gb size... > > How to concat them properly via ffmpeg? > > I make text file files.txt like this: > file '2022-12-30_2.MTS' > file '2022-12-30_3.MTS' > fi

Re: [FFmpeg-user] Re-wrapping J2k

2022-08-30 Thread Def Etienne
Sent from my iPhone > On 30 Aug 2022, at 05:36, Sean Frazer wrote: > > Hi! > > I'm trying to re-wrap (not re-encode) some J2k files using the following > syntax > > ffmpeg -i J2K_issue_sample.mxf -c:v copy -c:a copy -map 0 output9.mxf > > The re-wrap works though with some key discrepanci

Re: [FFmpeg-user] FFMPEG opencl hwaccel, opencl tonemap, vulcan hw accel for record desktop/streaming

2022-05-04 Thread Def Etienne
Sent from my iPhone > On 4 May 2022, at 11:35, KoreanFanOfficial > wrote: > > ffmpeg -y -r 25 -framerate 25 -video_size 1920x1080 -window_id 0x5a0002e > -init_hw_device opencl=gpu:0.0 -filter_hw_device gpu -f x11grab -i :0 -f > alsa -i pulse -vf > "format=nv12,hwupload,tonemap_opencl=t=bt709

Re: [FFmpeg-user] FFMPEG opencl hwaccel, opencl tonemap, vulcan hw accel for record desktop/streaming

2022-05-03 Thread Def Etienne
Sent from my iPhone > On 3 May 2022, at 06:10, KoreanFanOfficial > wrote: > > How i can use those option for desktop record/streaming with software > encoder, cant find working ffmpeg code Could you please give a sample command line that does not use them. I am assuming that you just want

[FFmpeg-user] Packages needed to enable nvenc (NVIDIA)

2022-01-05 Thread Def Etienne
Greetings, I just noticed from another thread that almost all development packages could be installed like below: “sudo apt-get -y install \ yasm libx264-dev libx265-dev libnuma-dev libvpx-dev \ libfdk-aac-dev libmp3lame-dev libopus-dev” What development package(s) do I need and what —enable

Re: [FFmpeg-user] libvpx + libopus creates files with negative starttime for audio

2021-09-04 Thread Def Etienne
Sent from my iPhone > On 4 Sep 2021, at 14:16, Mike Martin wrote: > > Hi > I have come across an oddity with transcoding files to vp9/libopus from mp4 > > The resulting files have a negative starttime for audio , nearly all the > time this is -.007. > > I noticed it when I was concating fil

Re: [FFmpeg-user] Ffmpeg hardware acceleration unsupported formats betwen transpose and auto_scaler_0

2021-08-19 Thread Def Etienne
Sent from my iPhone > On 19 Aug 2021, at 14:41, eduard_poe2000--- via ffmpeg-user > wrote: > > Greetings > Any ideeas regarding this issue? > > Sent from Yahoo Mail on Android > > On Wed, 11 Aug 2021 at 15:15, Eduard-Gabriel Poesina via > ffmpeg-user wrote: Greetings! > > I am tr

Re: [FFmpeg-user] FFmpeg and libx264 presets and Constant Rate Factor (CRF)

2021-08-07 Thread Def Etienne
> > On 7 Aug 2021, at 10:12, Bill Crockett wrote: > > First of all, I am not doing 2 pass encoding. I am using the CRF option. > > They say for constant quality encoding, you will save bitrate by choosing a > slower preset. A slower preset will provide better compression. > > ultrafast