VideoHelp Forum
+ Reply to Thread
Page 4 of 7
FirstFirst ... 2 3 4 5 6 ... LastLast
Results 91 to 120 of 182
Thread
  1. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by twkalvan View Post
    Thank you very much for the update!

    Can you please add more VBR options?
    I think user needed these options in most cases.
    ‧Ratefactor (VBR): -crf
    ‧Quantizer (VBR): -qp
    ‧VBR: -vbr

    Have you a plan to support multi languages by ini-file?

    By the way...
    You can recommend the ffmpeg to user
    from https://github.com/jb-alvarado/media-autobuild_suite
    I think it is better than Zeranoe builds.
    In the future there might be added an "encoder" tab to the preset editor to cover some of the codec specific features in ffmpeg:

    http://www.ffmpeg.org/ffmpeg-codecs.html

    But it's not really essential. Multilanguage will be one of the next steps and which version of ffmpeg you use is your choice. The normal choice will be to use the latest stable build.

    Originally Posted by mycek View Post
    @TorBru thank you for preview option.It works good.With each version FFQueue becomes better and better.
    U are welcome The preview features are nice but depending on the job they can be quite laggy.
    Quote Quote  
  2. I think I found a bug...

    Click image for larger version

Name:	擷取.PNG
Views:	1284
Size:	41.0 KB
ID:	27235

    the 4 is wrong subtitles stream index, the correct index is 2.
    'stream #4' is 'subtitles stream #2'
    Code:
    [Parsed_subtitles_3 @ 0000000002df4680] Unable to locate subtitle stream in E:\Videos\input.mkv
    [AVFilterGraph @ 0000000002dc0e60] Error initializing filter 'subtitles' with args 'E\:\\Videos\\input.mkv:si=4'
    Error configuring filters.
    please fix it, thanks.
    Last edited by twkalvan; 2nd Sep 2014 at 09:55.
    Quote Quote  
  3. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    twkalvan: Yes, thats a bug. I believe the correct index is 1 since first stream is always 0. It will be fixed in the next release.
    Quote Quote  
  4. I tried to open needed files,
    if some files with unicode path, or the subtitles font name with unicode characters.
    then I will get a error reporting.

    Click image for larger version

Name:	擷取.PNG
Views:	2230
Size:	7.6 KB
ID:	27251

    then I choose [Cancel], after that...
    sometime I can continue to use it normally to convert videos,
    sometime I will get the GUI crashing.
    Last edited by twkalvan; 30th Sep 2014 at 12:16.
    Quote Quote  
  5. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by twkalvan View Post
    I tried to open needed files,

    if some files with unicode path, or the subtitles font name with unicode characters.

    then I will get a error reporting.

    Image
    [Attachment 27251 - Click to enlarge]


    then I choose [Cancel], after that...

    sometime I can continue to use it normally to convert videos,

    sometime I will get the GUI crashing.
    Seems like a problem with wxWidgets unicode handling. Can you in some way attach a unicode text document containing a string or file name that causes this behaviour?
    Quote Quote  
  6. Originally Posted by TorBru View Post
    Originally Posted by twkalvan View Post
    I tried to open needed files,

    if some files with unicode path, or the subtitles font name with unicode characters.

    then I will get a error reporting.

    Image
    [Attachment 27251 - Click to enlarge]


    then I choose [Cancel], after that...

    sometime I can continue to use it normally to convert videos,

    sometime I will get the GUI crashing.
    Seems like a problem with wxWidgets unicode handling. Can you in some way attach a unicode text document containing a string or file name that causes this behaviour?
    https://www.dropbox.com/sh/2ikpewzn7cg2ttz/AADq0CtM_aOxbezXbaHnIZ9La?dl=0
    Quote Quote  
  7. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Thanks! If I enter the path in "path.txt" as input #1 in the Job editor - should that cause an error? Or how do I reproduce the error?
    Quote Quote  
  8. Originally Posted by TorBru View Post
    Thanks! If I enter the path in "path.txt" as input #1 in the Job editor - should that cause an error? Or how do I reproduce the error?
    Just open a video file under the path, that will cause this error.
    Quote Quote  
  9. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by twkalvan View Post
    Originally Posted by TorBru View Post
    Thanks! If I enter the path in "path.txt" as input #1 in the Job editor - should that cause an error? Or how do I reproduce the error?
    Just open a video file under the path, that will cause this error.
    I've created the folder but I have no problems with accessing files in it. I've made minor changes to FFQ since last update that might have solved the issue. So please wait for the next update and tell me if the problem persists then.
    Quote Quote  
  10. Member
    Join Date
    Sep 2014
    Location
    Shanghai
    Search Comp PM
    This is a very promising GUI. I hope it becomes another MeGUI but based on ffmpeg!

    Here's my feature requests:

    1. The search of the ffmpeg takes time and it lags and later the program becomes not responding which I thought it was a bug. So better if just try to search the exe file in the same folder of ffqueue, otherwise let the user define the path.

    2. I'm kind of spoiled with the presets/profiles in MeGUI. Better if move the manage presets button to the main window and build an online preset manager like apt or yum, providing users categories(demux/mux, encoding, filter/fx), requirement(such as ffmpeg version), descriptions and so on. With this, users can contribute to the GUI and make ffqueue more popular. In practice, github is a good solution. you or anyone you trust can take charge of a preset collection list and allow people to send pull requests to your presets collection.

    3. In Tools, hope it has a more comprehensive demuxer/muxer which can extract/join tracks and split/filesizing based on timecode/filesize. Well, it's about preset again.

    I know it's early stage of your development. Hope you can make it bigger and bigger. And I'm looking forward to your Linux version!
    Quote Quote  
  11. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by larsenlouis View Post
    This is a very promising GUI. I hope it becomes another MeGUI but based on ffmpeg!

    Here's my feature requests:

    1. The search of the ffmpeg takes time and it lags and later the program becomes not responding which I thought it was a bug. So better if just try to search the exe file in the same folder of ffqueue, otherwise let the user define the path.

    2. I'm kind of spoiled with the presets/profiles in MeGUI. Better if move the manage presets button to the main window and build an online preset manager like apt or yum, providing users categories(demux/mux, encoding, filter/fx), requirement(such as ffmpeg version), descriptions and so on. With this, users can contribute to the GUI and make ffqueue more popular. In practice, github is a good solution. you or anyone you trust can take charge of a preset collection list and allow people to send pull requests to your presets collection.

    3. In Tools, hope it has a more comprehensive demuxer/muxer which can extract/join tracks and split/filesizing based on timecode/filesize. Well, it's about preset again.

    I know it's early stage of your development. Hope you can make it bigger and bigger. And I'm looking forward to your Linux version!
    Thank you for your interrest, here are some thoughts to your post:

    1) I'm not sure I'm on the same page.. FFQueue locates ffmpeg in a zap, if present. If not locatable the user must define the path in options manually.

    2) Preset manager button might end in the tool bar - others have made same request.

    3) A tool for splitting videos will come at some point. A tool for advanced remuxing of streams might also be available at some point. Bot the features of both tools are already available with some trickery. Splitting a video can be done by making a series of jobs where stream start (the link under the input file) and the time limit (the link under the output file) can be used for turning a large video into smaller segments. Remuxing can be achieved by taking 2 streams (as input #1 & #2) and join them into a container. Now the joined container can be used as input #1 and a third stream can be declared in input #2 to create a remux of all three stream (and so on...). Cutting out segments from a video (or keeping only parts) is on the drawing board also.

    But! At the moment I'm working on a language system that allows users to translate the FFQueue UI to their preferred language so that FFQ could be available in German, Italian, Russian, Japanese or what not. A feature for sharing presets through a database on my website might also be a thing for the future but I'm just not sure about this since it either would take a lot of my time to verify or be a mountain of crap to climb in order to find a suitable preset. For now the copy and paste buttons (in the preset mgr) can be used for sharing presets in forums and I'm pretty sure you would get some nice presets that will suit your needs if you asked for them here on videohelp

    FFQueue is freeware - NO charges of fees for any "extra dip" made by third parties will be tolerated from my point!!
    Quote Quote  
  12. TorBru

    I tested your software and is running very well for libx265 (ffmpeg).
    Thank you.

    ffmpeg version N-66154-g1654ca7 Copyright (c) 2000-2014 the FFmpeg developers
    built on Sep 5 2014 22:10:38 with gcc 4.8.3 (GCC)
    configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
    libavutil 54. 7.100 / 54. 7.100
    libavcodec 56. 1.100 / 56. 1.100
    libavformat 56. 4.100 / 56. 4.100
    libavdevice 56. 0.100 / 56. 0.100
    libavfilter 5. 1.100 / 5. 1.100
    libswscale 3. 0.100 / 3. 0.100
    libswresample 1. 1.100 / 1. 1.100
    libpostproc 53. 0.100 / 53. 0.100
    Input #0, mpegts, from 'C:\Users\Marchand\Videos\Videos\00200.m2ts':
    Duration: 00:00:07.47, start: 11.650667, bitrate: 41358 kb/s
    Program 1
    Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
    Stream #0:1[0x1100]: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, 5.1(side), fltp, 1536 kb/s
    x265 [info]: HEVC encoder version 1.3+55-c21ddfe6a6d9e234
    x265 [info]: build info [Windows][GCC 4.8.3][64 bit] 8bpp
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
    x265 [info]: WPP streams / pool / frames : 17 / 4 / 2
    x265 [info]: Main profile, Level-4 (Main tier)
    x265 [info]: CU size : 64
    x265 [info]: Max RQT depth inter / intra : 1 / 1
    x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 2
    x265 [info]: Keyframe min / max / scenecut : 23 / 250 / 40
    x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2
    x265 [info]: b-pyramid / weightp / weightb / refs: 1 / 1 / 0 / 3
    x265 [info]: Rate Control / AQ-Strength / CUTree : ABR-2000 kbps / 1.0 / 1
    x265 [info]: tools: rd=3 lft sao-lcu signhide
    Output #0, mp4, to 'C:\Users\Marchand\Videos\Videos\00200.37.mp4':
    Metadata:
    encoder : Lavf56.4.100
    Stream #0:0: Video: hevc (libx265) ([35][0][0][0] / 0x0023), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 2000 kb/s, 23.98 fps, 24k tbn, 23.98 tbc
    Metadata:
    encoder : Lavc56.1.100 libx265
    Stream #0:1: Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, 5.1(side), fltp, 128 kb/s
    Metadata:
    encoder : Lavc56.1.100 ac3
    Stream mapping:
    Stream #0:0 (h264) -> unsharp (graph 0)
    unsharp (graph 0) -> Stream #0:0 (libx265)
    Stream #0:1 -> #0:1 (dts (dca) -> ac3 (native))
    Press [q] to stop, [?] for help
    frame= 171 fps=3.1 q=0.0 size= 1615kB time=00:00:07.45 bitrate=1775.3kbits/s
    frame= 174 fps=3.1 q=0.0 size= 1618kB time=00:00:07.45 bitrate=1779.1kbits/s
    frame= 177 fps=3.1 q=0.0 size= 1633kB time=00:00:07.45 bitrate=1795.2kbits/s
    frame= 179 fps=3.1 q=0.0 size= 1635kB time=00:00:07.45 bitrate=1797.5kbits/s
    frame= 179 fps=2.8 q=0.0 Lsize= 1754kB time=00:00:07.48 bitrate=1920.1kbits/s
    video:1630kB audio:117kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.391737%
    x265 [info]: frame I: 2, Avg QP:29.28 kb/s: 157.09
    x265 [info]: frame P: 49, Avg QP:27.65 kb/s: 5104.40
    x265 [info]: frame B: 128, Avg QP:31.31 kb/s: 543.64
    x265 [info]: global : 179, Avg QP:30.28 kb/s: 1787.79
    x265 [info]: Weighted P-Frames: Y:14.3% UV:14.3%
    x265 [info]: consecutive B-frames: 3.9% 7.8% 35.3% 39.2% 13.7%

    FFMpeg exited 09/07/14 00:07:24, running time 00:01:04.139
    Successfully completed with 87 lines of statistics!
    Image Attached Files
    Quote Quote  
  13. Member
    Join Date
    Sep 2014
    Location
    Shanghai
    Search Comp PM
    Originally Posted by TorBru View Post
    FFQueue locates ffmpeg in a zap, if present. If not locatable the user must define the path in options manually.
    Is it in a zip(typo?)? Now I can download ffmpeg the zip file and put it in the ffqueue folder without extracting it at all?

    Originally Posted by TorBru View Post
    At the moment I'm working on a language system ...
    I can help with it if you want to have a Chinese translation.
    Quote Quote  
  14. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by larsenlouis View Post
    Is it in a zip(typo?)? Now I can download ffmpeg the zip file and put it in the ffqueue folder without extracting it at all?
    What I ment was that it takes no time for FFQ to locate ffmpeg if both are in the same folder. FFQ will (probably) not be bundled with ffmpeg and FFQ will not download and extract ffmpeg for you if that is the question. FFQ and ffmpeg are two seperate programs and whatever version of ffmpeg you pair FFQ up with is up to you.
    Quote Quote  
  15. Click image for larger version

Name:	擷取.PNG
Views:	810
Size:	36.2 KB
ID:	27344

    I don't want to change sample rate, but I get a error.
    please fix it, thanks.

    Code:
    -ac 2 -af "aresample='resampler=swr:async=1:matrix_encoding=dplii'"
    Quote Quote  
  16. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by twkalvan View Post
    I don't want to change sample rate, but I get a error.
    please fix it, thanks.
    Will be fixed in next version
    Quote Quote  
  17. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Just released FFQueue V1.3.35 - new feature for translating the UI and some other fixes and updates. View changelog for further info
    Quote Quote  
  18. Thanks for the update!
    I was update to 1.3.35.197, but the bug is still exist.

    Click image for larger version

Name:	擷取.PNG
Views:	854
Size:	59.4 KB
ID:	27516

    I think the error happened since my current system locale is not English.
    Because I tried to change the system locale to English, then I don't get any error message.

    P.S. My system locale is "Chinese (Traditional, Taiwan)".

    --------------------------------------------------------------------------------------------------------

    Click image for larger version

Name:	擷取.PNG
Views:	321
Size:	75.6 KB
ID:	27517

    Using CLI to convert video, have no this problem.

    Code:
    path=C:\coders;%path%
    cd /d "C:\Folder"
    ffmpeg -i Sample.m2ts -vf "subtitles='subtitles.ass'" -c:v libx264 -c:a copy output.mp4
    pause
    Console output
    Code:
    ffmpeg version 2.4 Copyright (c) 2000-2014 the FFmpeg developers
      built on Sep 16 2014 16:31:35 with gcc 4.9.1 (Rev3, Built by MSYS2 project)
      configuration: --arch=x86_64 --target-os=mingw32 --prefix=/local64/bin-video/ffmpegSHARED --disable-debug --disable-static --d
    isable-doc --enable-shared --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-avfilter --enable-bzlib --enable-z
    lib --enable-librtmp --enable-gnutls --enable-avisynth --enable-frei0r --enable-filter=frei0r --enable-libbluray --enable-libcac
    a --enable-libopenjpeg --enable-fontconfig --enable-libfreetype --enable-libass --enable-libgsm --enable-libmodplug --enable-lib
    mp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libsoxr
    --enable-libtwolame --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvo-aacenc --enable-libopus --enable-libv
    idstab --enable-libvpx --enable-libwavpack --enable-libxavs --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzvbi
    --enable-nonfree --enable-libfaac --enable-libfdk-aac
      libavutil      54.  7.100 / 54.  7.100
      libavcodec     56.  1.100 / 56.  1.100
      libavformat    56.  4.101 / 56.  4.101
      libavdevice    56.  0.100 / 56.  0.100
      libavfilter     5.  1.100 /  5.  1.100
      libswscale      3.  0.100 /  3.  0.100
      libswresample   1.  1.100 /  1.  1.100
      libpostproc    53.  0.100 / 53.  0.100
    Input #0, mpegts, from 'Sample.m2ts':
      Duration: 00:00:09.06, start: 600.000000, bitrate: 11544 kb/s
      Program 1
        Stream #0:0[0x1011]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tb
    r, 90k tbn, 47.95 tbc
        Stream #0:1[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
    File 'output.mp4' already exists. Overwrite ? [y/N] y
    [libx264 @ 0000000002de7d80] using SAR=1/1
    [libx264 @ 0000000002de7d80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
    [libx264 @ 0000000002de7d80] profile High, level 4.0
    [libx264 @ 0000000002de7d80] 264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.or
    g/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=
    16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_thr
    eads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weight
    b=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.6
    0 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
    [mp4 @ 0000000002a78340] track 1: codec frame size is not set
    Output #0, mp4, to 'output.mp4':
      Metadata:
        encoder         : Lavf56.4.101
        Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 23.98 fps, 24k
    tbn, 23.98 tbc
        Metadata:
          encoder         : Lavc56.1.100 libx264
        Stream #0:1: Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, 5.1(side), 640 kb/s
    Stream mapping:
      Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
      Stream #0:1 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    [Parsed_subtitles_0 @ 0000000000647800] fontconfig: cannot find font 'メイリオ', falling back to 'Meiryo Negreta
    [Parsed_subtitles_0 @ 0000000000647800] fontconfig: cannot find font '微軟正黑體', falling back to 'Microsoft JhengHei Negreta'
    frame=  216 fps= 37 q=-1.0 Lsize=    2687kB time=00:00:09.05 bitrate=2430.4kbits/s
    video:1972kB audio:708kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.258844%
    [libx264 @ 0000000002de7d80] frame I:2     Avg QP:11.60  size: 83094
    [libx264 @ 0000000002de7d80] frame P:60    Avg QP:18.58  size: 24025
    [libx264 @ 0000000002de7d80] frame B:154   Avg QP:21.87  size:  2671
    [libx264 @ 0000000002de7d80] consecutive B-frames:  4.2%  0.9%  4.2% 90.7%
    [libx264 @ 0000000002de7d80] mb I  I16..4: 56.4% 35.8%  7.8%
    [libx264 @ 0000000002de7d80] mb P  I16..4:  2.2%  6.8%  0.8%  P16..4: 21.4%  6.1%  3.9%  0.0%  0.0%    skip:58.7%
    [libx264 @ 0000000002de7d80] mb B  I16..4:  0.0%  0.1%  0.0%  B16..8: 18.7%  0.4%  0.1%  direct: 0.2%  skip:80.5%  L0:43.2% L1:5
    4.2% BI: 2.5%
    [libx264 @ 0000000002de7d80] 8x8 transform intra:61.4% inter:82.2%
    [libx264 @ 0000000002de7d80] coded y,uvDC,uvAC intra: 50.2% 57.1% 18.9% inter: 4.1% 5.7% 0.8%
    [libx264 @ 0000000002de7d80] i16 v,h,dc,p: 58% 15%  5% 21%
    [libx264 @ 0000000002de7d80] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 23% 31%  3%  5%  5%  7%  3%  6%
    [libx264 @ 0000000002de7d80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 27% 25% 22%  3%  5%  4%  7%  3%  4%
    [libx264 @ 0000000002de7d80] i8c dc,h,v,p: 52% 28% 14%  6%
    [libx264 @ 0000000002de7d80] Weighted P-Frames: Y:3.3% UV:3.3%
    [libx264 @ 0000000002de7d80] ref P L0: 61.3% 10.1% 19.7%  8.9%  0.0%
    [libx264 @ 0000000002de7d80] ref B L0: 85.6% 11.4%  3.0%
    [libx264 @ 0000000002de7d80] ref B L1: 93.2%  6.8%
    [libx264 @ 0000000002de7d80] kb/s:1792.83
    
    C:\Folder>pause
    Press any key to continue . . .
    I think the console output with unicode characters cause FFQueue crashing.

    Click image for larger version

Name:	擷取.PNG
Views:	293
Size:	7.8 KB
ID:	27518

    These warnings can be ignored because it don't cause any wrong subtitles output.
    Last edited by twkalvan; 17th Sep 2014 at 11:37.
    Quote Quote  
  19. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    twkalvan: I've just uploaded V1.3.36 - only change is an attempt to fix the unicode issue. Please try that an report back
    Quote Quote  
  20. Originally Posted by TorBru View Post
    twkalvan: I've just uploaded V1.3.36 - only change is an attempt to fix the unicode issue. Please try that an report back
    Thanks for your fast update! The bug is fixed in new version.
    But can't show correct characters in log lines, this issue is not important, so I don't care.
    Do you want to fix it?

    Click image for larger version

Name:	log.PNG
Views:	317
Size:	16.6 KB
ID:	27539
    Click image for larger version

Name:	擷取.PNG
Views:	261
Size:	7.8 KB
ID:	27520
    Last edited by twkalvan; 18th Sep 2014 at 05:53.
    Quote Quote  
  21. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by twkalvan View Post
    Thanks for your fast update! The bug is fixed in new version.
    But can't show correct characters in log lines, this issue is not important, so I don't care.
    Do you want to fix it?
    Great, that the issue is (somewhat) solved! The remaining issue looks like a UTF-8 decoding problem - this is an easy fix that will be available in the next version
    Quote Quote  
  22. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Just uploaded V1.3.37 - the unicode / UTF-8 issues should now be solved completely.
    Quote Quote  
  23. If I burn a subtitles into a video and specify the aspect ratio, then the output subtitles will be aspect ratio distortion.

    Code:
    -vf "pad='w=max(iw,trunc((ih/sar*16/9)/2+0.5)*2):h=max(ih,trunc((iw*sar*9/16)/2+0.5)*2):x=(ow-iw)/2:y=(oh-ih)/2',scale='w=704:h=480',subtitles='input.ass'" -aspect 16:9
    To change the position of the subtitles filter for solving the issue:

    Code:
    -vf "pad='w=max(iw,trunc((ih/sar*16/9)/2+0.5)*2):h=max(ih,trunc((iw*sar*9/16)/2+0.5)*2):x=(ow-iw)/2:y=(oh-ih)/2',subtitles='input.ass',scale='w=704:h=480'"  -aspect 16:9
    So I hope we can change the position of the subtitles filter, when user select subtitles codec is BURN-IN, then show subtitles filter in the list to let user move it.
    Last edited by twkalvan; 22nd Sep 2014 at 16:23.
    Quote Quote  
  24. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    twkalvan: I think your code is broken, but I get the idear. I'll try to make something happen in the next version.

    VH Crew: Pls update screenshot
    Quote Quote  
  25. Originally Posted by TorBru View Post
    twkalvan: I think your code is broken, but I get the idear. I'll try to make something happen in the next version.
    I think I found another solution is more reliable. But I am still hope we can move the position of the subtitles filter.
    Code:
    ffmpeg -i input.mkv -vf "pad='w=max(iw,trunc((ih/sar*16/9)/2+0.5)*2):h=max(ih,trunc((iw*sar*9/16)/2+0.5)*2):x=(ow-iw)/2:y=(oh-ih)/2',scale='w=704:h=480',subtitles='input.srt:original_size=854x480'" -aspect 16:9 -c:v libx264 output.mp4
    DisplayWidth = 480 * 16 / 9 ~= 854
    Quote Quote  
  26. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Just released V1.3.38 with some bug-fixes and some implementation of feature requests.

    VideoHelp crew: Please update screenshot if possible
    Quote Quote  
  27. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    V1.4.39 has just been released: New features in presets for variable bit rate, constant quality, quantization quality and more.
    I'm the developer behind FFQueue. My posts might reflect this! ;-)
    Quote Quote  
  28. Great software !!! Please include support for ffmbc

    Many thanks
    Quote Quote  
  29. TorBru

    I tested your software and is running very well for libx265 (ffmpeg) Main 4:2:2 10 profile, Level-5 (Main tier) 3840x1714 - WINDOWS 8.1 - 64B.
    Thank you.

    <html>
    <head>
    <style type="text/css">
    body{background-color:white;color:black;font-family:monospace;font-size:8pt;}
    div{margin:0px;padding:0px;}
    div.c0{color:#777777;}
    div.c1{color:#0000ff;}
    div.c2{color:#ff0000;}
    div.c3{color:#000000;}
    div.c4{color:#007700;}
    div.c5{color:#ff6600;}
    </style>
    </head>
    <body>
    <div class="c0">
    Starting FFMpeg 2014/13/11 23:39:32 with command: -i "E:\Videos\tearsofsteel_4k.mov" -map 0:0 -map 0:1 -filter_complex "[0:0]unsharp=5:5:2.680000:5:5:2.680000" -c:v libx265 -b:v 1900k -qmin 7 -vsync cfr -c:a ac3 -b:a 256k -aspect 16:9 -strict experimental -pix_fmt yuv422p "C:\Users\Cracker_Marchand\Videos\tearsofsteel_4k. mp4"<br/>
    <br/>
    </div><div class="c1">
    ffmpeg version N-67586-g3e1ac10 Copyright (c) 2000-2014 the FFmpeg developers<br/>
    built on Nov 12 2014 22:01:54 with gcc 4.9.2 (GCC)<br/>
    configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib<br/>
    libavutil 54. 11.100 / 54. 11.100<br/>
    libavcodec 56. 12.100 / 56. 12.100<br/>
    libavformat 56. 12.103 / 56. 12.103<br/>
    libavdevice 56. 2.100 / 56. 2.100<br/>
    libavfilter 5. 2.103 / 5. 2.103<br/>
    libswscale 3. 1.101 / 3. 1.101<br/>
    libswresample 1. 1.100 / 1. 1.100<br/>
    libpostproc 53. 3.100 / 53. 3.100<br/>
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'E:\Videos\tearsofsteel_4k.mov':<br/>
    Metadata:<br/>
    major_brand : qt<br/>
    minor_version : 512<br/>
    compatible_brands: qt<br/>
    encoder : Lavf54.29.104<br/>
    Duration: 00:12:14.00, start: 0.000000, bitrate: 73434 kb/s<br/>
    Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3840x1714 [SAR 1:1 DAR 1920:857], 73244 kb/s, 24 fps, 24 tbr, 24 tbn, 48 tbc (default)<br/>
    Metadata:<br/>
    handler_name : DataHandler<br/>
    encoder : libx264<br/>
    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 182 kb/s (default)<br/>
    Metadata:<br/>
    handler_name : DataHandler<br/>
    x265 [info]: HEVC encoder version 1.4<br/>
    x265 [info]: build info [Windows][GCC 4.9.2][32 bit] 8bpp<br/>
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64<br/>
    x265 [warning]: !! HEVC Range Extension specifications are not finalized !!<br/>
    x265 [warning]: !! This output bitstream may not be compliant with the final spec !!<br/>
    x265 [info]: Main 4:2:2 10 profile, Level-5 (Main tier)<br/>
    x265 [info]: WPP streams / frame threads / pool : 27 / 2 / 4<br/>
    x265 [info]: CTU size / RQT depth inter / intra : 64 / 1 / 1<br/>
    x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 2<br/>
    x265 [info]: Keyframe min / max / scenecut : 24 / 250 / 40<br/>
    x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2<br/>
    x265 [info]: b-pyramid / weightp / weightb / refs: 1 / 1 / 0 / 3<br/>
    x265 [info]: Rate Control / AQ-Strength / CUTree : ABR-1900 kbps / 1.0 / 1<br/>
    x265 [info]: tools: rd=3 lft sao signhide tmvp<br/>
    Output #0, mp4, to 'C:\Users\Cracker_Marchand\Videos\tearsofsteel_4k. mp4':<br/>
    Metadata:<br/>
    major_brand : qt<br/>
    minor_version : 512<br/>
    compatible_brands: qt<br/>
    encoder : Lavf56.12.103<br/>
    Stream #0:0: Video: hevc (libx265) ([35][0][0][0] / 0x0023), yuv422p, 3840x1714 [SAR 857:1080 DAR 16:9], q=7-31, 1900 kb/s, 24 fps, 12288 tbn, 24 tbc (default)<br/>
    Metadata:<br/>
    encoder : Lavc56.12.100 libx265<br/>
    Stream #0:1(eng): Audio: ac3 ([165][0][0][0] / 0x00A5), 44100 Hz, stereo, fltp, 256 kb/s (default)<br/>
    Metadata:<br/>
    handler_name : DataHandler<br/>
    encoder : Lavc56.12.100 ac3<br/>
    Stream mapping:<br/>
    Stream #0:0 (h264) -> unsharp (graph 0)<br/>
    unsharp (graph 0) -> Stream #0:0 (libx265)<br/>
    Stream #0:1 -> #0:1 (aac (native) -> ac3 (native))<br/>
    Press [q] to stop, [?] for help<br/>
    </div><div class="c4">
    frame=17612 fps=1.0 q=0.0 size= 186947kB time=00:12:13.93 bitrate=2086.7kbits/s<br/>
    frame=17614 fps=1.0 q=0.0 size= 186949kB time=00:12:13.93 bitrate=2086.7kbits/s<br/>
    frame=17615 fps=1.0 q=0.0 size= 186952kB time=00:12:13.93 bitrate=2086.7kbits/s<br/>
    frame=17616 fps=1.0 q=0.0 size= 186953kB time=00:12:13.93 bitrate=2086.7kbits/s<br/>
    frame=17616 fps=1.0 q=0.0 Lsize= 187481kB time=00:12:13.93 bitrate=2092.6kbits/s<br/>
    </div><div class="c1">
    video:164048kB audio:22936kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.265797%<br/>
    x265 [info]: frame I: 134, Avg QP:34.60 kb/s: 25722.82<br/>
    x265 [info]: frame P: 4835, Avg QP:37.22 kb/s: 4273.48<br/>
    x265 [info]: frame B: 12647, Avg QP:40.15 kb/s: 642.86<br/>
    x265 [info]: global : 17616, Avg QP:39.30 kb/s: 1830.12<br/>
    x265 [info]: Weighted P-Frames: Y:2.9% UV:0.4%<br/>
    x265 [info]: consecutive B-frames: 11.6% 13.3% 13.0% 33.1% 29.0%<br/>
    </div><div class="c0">
    <br/>
    FFMpeg exited 2014/14/11 04:38:46, running time 04:59:14.115<br/>
    </div><div class="c3">
    Successfully completed with 13722 lines of statistics!<br/>
    </div>
    </body>
    </html>
    Geral
    Nome completo : C:\Users\Cracker_Marchand\Videos\tearsofsteel_4k.m p4
    Formato : MPEG-4
    Perfil do Formato : Base Media
    ID do Codec : isom
    Tamanho do arquivo : 183 MiB
    Durao : 12mn 14s
    Taxa de Bits Total : 2 092 Kbps
    Programa usado : Lavf56.12.103

    Vdeo
    ID : 1
    Formato : HEVC
    Formato/Informaes : High Efficiency Video Coding
    Perfil do Formato : Unknown@L5.0
    ID do Codec : hev1
    ID do Codec/Informaes : High Efficiency Video Coding
    Durao : 12mn 14s
    Taxa de bits : 1 831 Kbps
    Largura : 3 840 pixels
    Altura : 1 714 pixels
    Proporo da imagem : 16:9
    Proporo original da imagem : 16:9
    Modo de taxa de quadros : TConstante
    Taxa de quadros : 24.000 fps
    ColorSpace : YUV
    ChromaSubsampling : 4:2:2
    BitDepth/String : 8 bits
    Tipo de Scan : Progressivo
    Bits/(Pixels*Quadros) : 0.012
    Tamanho da Faixa : 160 MiB (88%)
    Biblioteca usada : x265 1.4:[Windows][GCC 4.9.2][32 bit]
    Configuraes de codificao : wpp / ctu=64 / tu-intra-depth=1 / tu-inter-depth=1 / me=1 / subme=2 / merange=57 / no-rect / no-amp / max-merge=2 / temporal-mvp / no-early-skip / no-fast-cbf / rdpenalty=0 / no-tskip / no-tskip-fast / strong-intra-smoothing / no-lossless / no-cu-lossless / no-constrained-intra / no-fast-intra / open-gop / interlace=0 / keyint=250 / min-keyint=24 / scenecut=40 / rc-lookahead=20 / bframes=4 / bframe-bias=0 / b-adapt=2 / ref=3 / weightp / no-weightb / aq-mode=2 / aq-strength=1.00 / cbqpoffs=0 / crqpoffs=0 / rd=3 / psy-rd=0.00 / psy-rdoq=0.00 / signhide / lft / sao / no-sao-non-deblock / b-pyramid / cutree / rc=abr / bitrate=1900 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=51 / qpstep=4 / ipratio=1.40 / pbratio=1.30

    udio
    ID : 2
    Formato : AC-3
    Formato/Informaes : Audio Coding 3
    Format_Settings_ModeExtension : CM (complete main)
    Conf do Formato, Endianness : Big
    ID do Codec : ac-3
    Durao : 12mn 13s
    Modo da taxa de bits : Constante
    Taxa de bits : 256 Kbps
    N de canais : 2 canais
    Posies dos canais : Front: L R
    Taxa de amostragem : 44.1 KHz
    BitDepth/String : 16 bits
    Tamanho da Faixa : 22.4 MiB (12%)
    Idioma : Ingls
    Image Attached Thumbnails Click image for larger version

Name:	tearsofsteel_4k.mp4_snapshot_03.09_[2014.11.14_21.43.11].png
Views:	624
Size:	12.07 MB
ID:	28532  

    Click image for larger version

Name:	tearsofsteel_4k.mp4_snapshot_03.22_[2014.11.14_21.44.57].png
Views:	391
Size:	8.16 MB
ID:	28533  

    Last edited by Marchand; 15th Nov 2014 at 05:45.
    Quote Quote  
  30. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    Originally Posted by solarwind View Post
    Great software !!! Please include support for ffmbc

    Many thanks
    Not likely

    I've just released V1.4.40 - just a quick fix for a pesky bug!
    I'm the developer behind FFQueue. My posts might reflect this! ;-)
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!