VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 39 of 39
Thread
  1. Member mdalacu's Avatar
    Join Date
    May 2014
    Location
    Romania
    Search Comp PM
    Originally Posted by Chris K View Post
    Originally Posted by mdalacu View Post
    I will see what i can do. But it will be something very simple where you must know what to put in, no pick list no nothing.
    That's fine! Users who add commands should know what they are doing and be able to interpret the FFmpeg log when they introduce errors.

    P.S. You can stop a Run Now task by going in Job Queue and press Stop.
    Yes I know! Just take your time to evaluate all the suggestions.
    Hi Chris, i have tried to implement some of your suggestions. What do you think?
    Thx.
    Quote Quote  
  2. mdalacu

    dmMediaEncoder Tested and approved.
    Coded hevc (libx265), yuv422p to test.
    Some more filtering options for video would be cool.
    Thank you.

    ffmpeg version N-66232-g5e3da25 Copyright (c) 2000-2014 the FFmpeg developers
    built on Sep 10 2014 22:01:59 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.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 '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
    Codec AVOption crf (Select the quality for constant quality mode) specified for output file #0 (C:\Users\Marchand\Videos\Videos\00200.mkv) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
    x265 [info]: HEVC encoder version 1.3+55-c21ddfe6a6d9e234
    x265 [info]: build info [Windows][GCC 4.8.3][32 bit] 8bpp
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
    x265 [info]: WPP streams / pool / frames : 17 / 4 / 2
    x265 [warning]: !! HEVC Range Extension specifications are not finalized !!
    x265 [warning]: !! This output bitstream may not be compliant with the final spec !!
    x265 [info]: None 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 : star / 57 / 3 / 3
    x265 [info]: Keyframe min / max / scenecut : 23 / 250 / 40
    x265 [info]: Lookahead / bframes / badapt : 25 / 4 / 2
    x265 [info]: b-pyramid / weightp / weightb / refs: 1 / 1 / 0 / 3
    x265 [info]: Rate Control / AQ-Strength / CUTree : CRF-28.0 / 1.0 / 1
    x265 [info]: tools: rect rd=4 lft sao-lcu signhide
    Output #0, matroska, to 'C:\Users\Marchand\Videos\Videos\00200.mkv':
    Metadata:
    encoder : Lavf56.4.101
    Stream #0:0: Video: hevc (libx265), yuv422p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn, 23.98 tbc
    Metadata:
    encoder : Lavc56.1.100 libx265
    Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 44100 Hz, stereo, fltp, 128 kb/s
    Metadata:
    encoder : Lavc56.1.100 aac
    Stream mapping:
    Stream #0:0 -> #0:0 (h264 (native) -> hevc (libx265))
    Stream #0:1 -> #0:1 (dts (dca) -> aac (native))
    Press [q] to stop, [?] for help
    video:848kB audio:365kB subtitle:0kB other streams:0kB global headers:1kB muxing overhead: 0.424289%
    x265 [info]: frame I: 2, Avg QP:27.35 kb/s: 63.78
    x265 [info]: frame P: 59, Avg QP:28.20 kb/s: 2278.33
    x265 [info]: frame B: 118, Avg QP:32.21 kb/s: 269.72
    x265 [info]: global : 179, Avg QP:30.83 kb/s: 929.47
    x265 [info]: Weighted P-Frames: Y:13.6% UV:8.5%
    x265 [info]: consecutive B-frames: 8.2% 6.6% 72.1% 9.8% 3.3%
    Quote Quote  
  3. Member
    Join Date
    Sep 2007
    Location
    Europe
    Search PM
    Originally Posted by mdalacu View Post
    Hi Chris, i have tried to implement some of your suggestions. What do you think?
    Thx.
    Well, I think everything that's needed for the target (x264, x265) now is there. Only the layout is still a bit untidy.

    What I like the most are the "Source files/streams" sections. These are very logical layed out and allow easily to set up simple or complex convert/remux operations with multiple input clips. The second plus is that these setups can be moved to job queue for batch processing.

    Oh yeah, also not unimportant to mention! In my test setup (XP), your app is very stable and did what I asked from it.

    What I still don't like is that nothing is saved when you exit dmMediaConverter. It would be nice if at least the file add and output dialogs would open at the last opened path. Even better if the last job and job queue were saved too.

    You could pay some more attention to the aesthetics where it concerns the layout. Also make the params: field a bit longer. You have plenty of room out there. See the example attachment below.

    You could add a extra tab for the output options that are now on the "more" button (the options are ok). Just four tabs "Input Settings/Output Settings/Job Queue/Output Log".

    But all in all enough progress to make this new version worthwhile again.

    Chris
    Image Attached Thumbnails Click image for larger version

Name:	encsettings.png
Views:	489
Size:	21.3 KB
ID:	27466  

    Last edited by Chris K; 15th Sep 2014 at 12:46. Reason: typo + correction
    Quote Quote  
  4. Member mdalacu's Avatar
    Join Date
    May 2014
    Location
    Romania
    Search Comp PM
    Version v1.2.0 is up, mainly bug fixing.
    Quote Quote  
  5. Member
    Join Date
    Sep 2007
    Location
    Europe
    Search PM
    Originally Posted by mdalacu View Post
    Version v1.2.0 is up, mainly bug fixing.
    Very nice! Also the little changes you made.

    One last suggestion is to put the "Quick start-up guide" from your website as a html file or pdf in the download zip.

    It includes some important extra info, e.g. on how to recall saved user profiles.

    Well done again,

    Chris
    Quote Quote  
  6. Member mdalacu's Avatar
    Join Date
    May 2014
    Location
    Romania
    Search Comp PM
    New, big release: v1.5.0!
    Changelog:
    - Parallel jobs - you can run multiple jobs in the same time
    - Initial job progress implementation
    - Split UI improvements
    - Running under WINE is more robust now (Mac Os)
    - Internal code rework
    - Some bugs fixed
    - Updated FFMpeg binary with latest version

    I hope you like it and please provide feedback!
    Quote Quote  
  7. Member mdalacu's Avatar
    Join Date
    May 2014
    Location
    Romania
    Search Comp PM
    Version 1.6.0 is up!

    Minor release:
    - Added checkup for not overwriting the source file.
    - You can assign dmMediaConverter to open media files. (ex. Right clik on file and "Open with..." dmMediaConverter's executable). You can use it like media info.
    - Now bitrate will be shown in kbit/s for better readability.
    - Small UI fixes
    - Updated FFMpeg binary with latest version

    http://dmsimpleapps.blogspot.ro/2014/04/dmmediaconverter.html
    Quote Quote  
  8. Member mdalacu's Avatar
    Join Date
    May 2014
    Location
    Romania
    Search Comp PM
    http://dmsimpleapps.blogspot.ro/2014/04/dmmediaconverter.html
    Version 1.7.0 is up

    - Burn text based subtitles (not yet picture based).
    - Now you can manually specify additional FFMpeg filters (More) for audio and video streams.
    - On linux it removes automatically "'" from metadata. Workaround for MKVToolNix generated files.
    - Added option for auto add subtitle file (only *.srt for now).
    - Small UI fixes and bugfixing
    - Updated FFMpeg binary with latest version
    Quote Quote  
  9. Member mdalacu's Avatar
    Join Date
    May 2014
    Location
    Romania
    Search Comp PM
    http://dmsimpleapps.blogspot.ro/2014/04/dmmediaconverter.html
    Version 1.8.0 is up

    - Watermark. Double click on image to quickly position the logo.
    - First Mac OSX native build. Available on Amazon for 5$.
    - Estimate encoded stream size if the encoding type is CBR.
    - Small UI fixes and refinements.
    - Small bugs fixes.
    - Updated FFMpeg binary with latest version.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!