Re: [Cin] Formats and Codecs in CinGG

2021-11-21 Thread Terje J. Hanssen via Cin
Den 21.11.2021 03:28, skrev Andrew Randrianasulu: On Sunday, November 21, 2021, Terje J. Hanssen via Cin mailto:cin@lists.cinelerra-gg.org>> wrote: As known a Blu-ray player device need a standard Blu-ray disc directory structure (bdwrite) for playback, i.e

Re: [Cin] Formats and Codecs in CinGG

2021-11-21 Thread Terje J. Hanssen via Cin
Den 21.11.2021 13:21, skrev Andrea paz: By adding extra codecs after the official distro installation: ffmpeg -v quiet -codecs | grep aac DEAIL. aac AAC (Advanced Audio Coding) (decoders: aac aac_fixed libfdk_aac ) (encoders: aac libfdk_aac ) D.AIL. aac_latm AAC LATM (Advanced Audio Coding

Re: [Cin] arm emulation on qemu links

2021-11-21 Thread Andrew Randrianasulu via Cin
On Monday, November 22, 2021, wrote: > Building CinGG for aarch64. > > In multiple places in the build tree, ./configure reports that it cannot > guess the build type. This is because "uname -p" returns unknown. I just > found out that this is quite common. On arm, only a few distributions >

Re: [Cin] mpeg2 encoding with ffmpeg (for dvd, from doom9 forums)

2021-11-21 Thread Phyllis Smith via Cin
Forgot to mention that the error may be due to testing with the additional ffmpeg 4.4. patches so will retest without these in 0013-More-ffmpeg-4.4-patches-renaming-B0-to-B0_-due-to-te.patch 00233-Hack-pix_fmts-for-yuv4mpegpipe-muxer-encoder-allow-f.patch

Re: [Cin] mpeg2 encoding with ffmpeg (for dvd, from doom9 forums)

2021-11-21 Thread Phyllis Smith via Cin
> > I tried to create mpeg2 two-pass video profiles according to > > > https://cinelerra-gg.org/download/CinelerraGG_Manual/Two_pass_Encoding_with_FFmp.html > > and info above > > see attached (I tested those on android, so cin_stat_file must be altered > for more generic logfile location) > >

[Cin] alternative BD burning guide

2021-11-21 Thread Andrew Randrianasulu via Cin
https://lists.fedoraproject.org/archives/list/us...@lists.fedoraproject.org/thread/A2DCO7H5W7WMKQV4SWKO2SQ6NOTD4EYT/?sort=date oh, so many details about error management! from 2013.. To summarize the process: Use x264 through ffmpeg or directly to convert the video to H.264 per the

Re: [Cin] Formats and Codecs in CinGG

2021-11-21 Thread Andrea paz via Cin
> By adding extra codecs after the official distro installation: > ffmpeg -v quiet -codecs | grep aac >DEAIL. aac AAC (Advanced Audio Coding) (decoders: aac > aac_fixed libfdk_aac ) (encoders: aac libfdk_aac ) >D.AIL. aac_latm AAC LATM (Advanced Audio Coding

Re: [Cin] pcm in mp4

2021-11-21 Thread Andrew Randrianasulu via Cin
On Sunday, November 21, 2021, Andrew Randrianasulu wrote: > http://www.gdcl.co.uk/2013/02/15/PCM-in-MP4.html > > apparently way some muxers do it quite different from normal, so not as > simple as adding codec_id to some table... > > On Sunday, November 21, 2021, Andrew Randrianasulu < >

Re: [Cin] mpeg2 encoding with ffmpeg (for dvd, from doom9 forums)

2021-11-21 Thread Andrew Randrianasulu via Cin
On Sunday, November 21, 2021, Andrew Randrianasulu wrote: > I found few ffmpeg/mpeg2 related threads but nothing about mpeg2/bluray > encoding > > https://forum.doom9.org/showthread.php?t=173332 > > Quote: > ffmpeg.exe -i # -aspect # -dc 10 -g 12 -maxrate 8000k -q:v 2 -b_strategy 2 >