Mon Jan 07, 2013 10:03 pm by tv_tafonline
I found that /tmp directory had no rights to the files if you are not a root. Fixing the permissions (I made all the directory with write and read rights for everyone), the output is the following:
raffaele@PCDesktop:~$ ffmpeg -threads auto -i "/home/raffaele/Scrivania/test serv/100_4331.MOV" -y -copyts -c:v mpeg2video -qscale:v 1 -r 24000/1001 -g 15 -mpegts_m2ts_mode 1 -c:a ac3 -b:a 192k -ar 48000 -ac 1 -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-106-7-ORIGINAL.stf
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
built on Jan 6 2013 12:18:28 with gcc 4.6.3
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 64.100 / 51. 64.100
libavcodec 54. 33.100 / 54. 33.100
libavformat 54. 15.102 / 54. 15.102
libavdevice 54. 1.100 / 54. 1.100
libavfilter 3. 1.100 / 3. 1.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Guessed Channel Layout for Input Stream #0.1 : mono
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/raffaele/Scrivania/test serv/100_4331.MOV':
Metadata:
creation_time : 1941-11-16 09:22:58
comment : EASTMAN KODAK COMPANY KODAK C813 ZOOM DIGITAL CAMERA
comment-eng : EASTMAN KODAK COMPANY KODAK C813 ZOOM DIGITAL CAMERA
Duration: 00:00:17.33, start: 0.000000, bitrate: 6059 kb/s
Stream #0:0(eng): Video: mjpeg (jpeg / 0x6765706A), yuvj420p, 640x480, 5967 kb/s, 15 fps, 15 tbr, 149987 tbn, 149987 tbc
Metadata:
creation_time : 1941-11-16 09:22:58
Stream #0:1(eng): Audio: pcm_u8 (raw / 0x20776172), 11025 Hz, mono, u8, 88 kb/s
Metadata:
creation_time : 1941-11-16 09:22:58
[graph 0 input from stream 0:0 @ 0xaae4bc0] w:640 h:480 pixfmt:yuvj420p tb:1/149987 fr:149987/10000 sar:0/1 sws_param:flags=2
[output stream 0:0 @ 0xaae4c20] No opaque field provided
[auto-inserted scaler 0 @ 0xaae5fa0] w:640 h:480 fmt:yuvj420p sar:0/1 -> w:640 h:480 fmt:yuv420p sar:0/1 flags:0x4
[graph 1 input from stream 0:1 @ 0xab114a0] tb:1/11025 samplefmt:u8 samplerate:11025 chlayout:0x4
[auto-inserted resampler 0 @ 0xab13180] chl:mono fmt:u8 r:11025Hz -> chl:mono fmt:flt r:48000Hz
[mpegts @ 0xaae4c80] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, mpegts, to '/tmp/Serviio/transcoding-temp-106-7-ORIGINAL.stf':
Metadata:
comment-eng : EASTMAN KODAK COMPANY KODAK C813 ZOOM DIGITAL CAMERA
comment : EASTMAN KODAK COMPANY KODAK C813 ZOOM DIGITAL CAMERA
encoder : Lavf54.15.102
Stream #0:0(eng): Video: mpeg2video, yuv420p, 640x480, q=2-31, 200 kb/s, 90k tbn, 23.98 tbc
Metadata:
creation_time : 1941-11-16 09:22:58
Stream #0:1(eng): Audio: ac3, 48000 Hz, mono, flt, 192 kb/s
Metadata:
creation_time : 1941-11-16 09:22:58
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg -> mpeg2video)
Stream #0:1 -> #0:1 (pcm_u8 -> ac3)
Press [q] to stop, [?] for help
frame= 65 fps=0.0 q=1.0 size= 2287kB time=00:00:02.62 bitrate=7128.7kbits/s
frame= 132 fps=129 q=1.0 size= 4751kB time=00:00:05.42 bitrate=7178.5kbits/s
frame= 198 fps=130 q=1.0 size= 6984kB time=00:00:08.17 bitrate=6999.0kbits/s
frame= 266 fps=131 q=1.0 size= 9169kB time=00:00:11.01 bitrate=6821.3kbits/s
frame= 335 fps=132 q=1.0 size= 11655kB time=00:00:13.88 bitrate=6874.4kbits/s
frame= 404 fps=132 q=1.0 size= 14176kB time=00:00:16.76 bitrate=6926.2kbits/s
frame= 415 fps=132 q=1.0 Lsize= 14570kB time=00:00:17.26 bitrate=6912.1kbits/s dup=155 drop=0
video:12762kB audio:406kB subtitle:0 global headers:0kB muxing overhead 10.641019%
Then I run again Serviio (hoping the problem was the permissions on tmp), but I found the same problem as before.
Just to double check, I tried to run Serviio as superuser. No way.
Attached, the new log.
Thanks again....
- Attachments
-
serviio.log
- (200.71 KiB) Downloaded 341 times