10-07-2023, 11:41 AM
(10-07-2023, 11:25 AM)pegaso Wrote: Hi, I was out for a few days. Just examining as You recommended. So it looks like:
Code:pi@125moode:~ $ ls -al "/mnt/NAS/Musica/R/RADIOHEAD"
total 1024
drwxrwxrwx 2 root root 0 Oct 3 21:10 .
drwxrwxrwx 2 root root 0 Oct 3 17:29 ..
drwxrwxrwx 2 root root 0 Sep 28 21:23 '2007. In Rainbows [24bit 44kHz]'
drwxrwxrwx 2 root root 0 Oct 2 23:42 '2008. The Best Of'
-rwxrwxrwx 1 root root 48060 Feb 20 2021 COVER.jpg
pi@125moode:~ $ mediainfo "/mnt/NAS/Musica/R/RADIOHEAD/2008. The Best Of/disc 1/01. Just.flac"
General
Complete name : /mnt/NAS/Musica/R/RADIOHEAD/2008. The Best Of/disc 1/01. Just.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 31.7 MiB
Duration : 3 min 54 s
Overall bit rate mode : Variable
Overall bit rate : 1 134 kb/s
Album : The Best Of
Part : 1
Part/Total : 2
Track name : Just
Track name/Position : 01
Track name/Total : 16
Performer : Radiohead
Genre : Alternative Rock
Recorded date : 2008
Cover : Yes
Cover type : Cover (front)
Cover MIME : image/jpeg
Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 3 min 54 s
Bit rate mode : Variable
Bit rate : 1 132 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Bit depth : 16 bits
Compression mode : Lossless
Stream size : 31.7 MiB (100%)
Writing library : libFLAC 1.3.0 (UTC 2013-05-26)
pi@125moode:~ $ ffmpeg -i /mnt/NAS/Musica/R/RADIOHEAD/2008. The Best Of/disc 1/01. Just.flac > /dev/null
ffmpeg version 4.3.4-0+deb11u1+rpt3 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 10 (Debian 10.2.1-6)
configuration: --prefix=/usr --extra-version=0+deb11u1+rpt3 --toolchain=hardened --incdir=/usr/include/aarch64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-mmal --enable-neon --enable-v4l2-request --enable-libudev --enable-epoxy --enable-sand --libdir=/usr/lib/aarch64-linux-gnu --arch=arm64 --enable-pocketsphinx --enable-libdc1394 --enable-libdrm --enable-vout-drm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 51.100 / 56. 51.100
libavcodec 58. 91.100 / 58. 91.100
libavformat 58. 45.100 / 58. 45.100
libavdevice 58. 10.100 / 58. 10.100
libavfilter 7. 85.100 / 7. 85.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 7.100 / 5. 7.100
libswresample 3. 7.100 / 3. 7.100
libpostproc 55. 7.100 / 55. 7.100
/mnt/NAS/Musica/R/RADIOHEAD/2008.: No such file or directory
curious that you didn't enclose the file name passed to ffmpeg in double-quotes...
P.S.
do the files you don't see in folder view have dots (more than one, and possibly followed by space/s) in their names / folder names?